-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 124911 b: refs/heads/master c: d5547f9 h: refs/heads/master i: 124909: 9a91265 124907: e39bff3 124903: e8321a4 124895: d773302 v: v3
- Loading branch information
sandeen@sandeen.net
authored and
Lachlan McIlroy
committed
Dec 2, 2008
1 parent
dcef97e
commit 36c2bb9
Showing
4 changed files
with
172 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: ffae263a640b736a7206a0d7bd14ab44eb58cd28 | ||
refs/heads/master: d5547f9feea459dfc9e7313bd1d561394e2c129f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
/* | ||
* Copyright (c) 2008 Silicon Graphics, Inc. | ||
* All Rights Reserved. | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License as | ||
* published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it would be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write the Free Software Foundation, | ||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
*/ | ||
#ifndef __XFS_IOCTL_H__ | ||
#define __XFS_IOCTL_H__ | ||
|
||
extern int | ||
xfs_ioc_space( | ||
struct xfs_inode *ip, | ||
struct inode *inode, | ||
struct file *filp, | ||
int ioflags, | ||
unsigned int cmd, | ||
xfs_flock64_t *bf); | ||
|
||
extern int | ||
xfs_find_handle( | ||
unsigned int cmd, | ||
xfs_fsop_handlereq_t *hreq); | ||
|
||
extern int | ||
xfs_open_by_handle( | ||
xfs_mount_t *mp, | ||
xfs_fsop_handlereq_t *hreq, | ||
struct file *parfilp, | ||
struct inode *parinode); | ||
|
||
extern int | ||
xfs_readlink_by_handle( | ||
xfs_mount_t *mp, | ||
xfs_fsop_handlereq_t *hreq, | ||
struct inode *parinode); | ||
#endif |
Oops, something went wrong.