|
@@ -24,7 +24,7 @@ int xfs_fsync(struct xfs_inode *ip, int flag, xfs_off_t start,
|
|
|
int xfs_release(struct xfs_inode *ip);
|
|
|
int xfs_inactive(struct xfs_inode *ip);
|
|
|
int xfs_lookup(struct xfs_inode *dp, bhv_vname_t *dentry,
|
|
|
- bhv_vnode_t **vpp);
|
|
|
+ struct xfs_inode **ipp);
|
|
|
int xfs_create(struct xfs_inode *dp, bhv_vname_t *dentry, mode_t mode,
|
|
|
xfs_dev_t rdev, struct xfs_inode **ipp, struct cred *credp);
|
|
|
int xfs_remove(struct xfs_inode *dp, bhv_vname_t *dentry);
|