aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_vnodeops.h')
-rw-r--r--fs/xfs/xfs_vnodeops.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_vnodeops.h b/fs/xfs/xfs_vnodeops.h
index 85340bafd42d..0acef1231417 100644
--- a/fs/xfs/xfs_vnodeops.h
+++ b/fs/xfs/xfs_vnodeops.h
@@ -26,12 +26,12 @@ int xfs_inactive(struct xfs_inode *ip);
26int xfs_lookup(struct xfs_inode *dp, bhv_vname_t *dentry, 26int xfs_lookup(struct xfs_inode *dp, bhv_vname_t *dentry,
27 bhv_vnode_t **vpp); 27 bhv_vnode_t **vpp);
28int xfs_create(struct xfs_inode *dp, bhv_vname_t *dentry, mode_t mode, 28int xfs_create(struct xfs_inode *dp, bhv_vname_t *dentry, mode_t mode,
29 xfs_dev_t rdev, bhv_vnode_t **vpp, struct cred *credp); 29 xfs_dev_t rdev, struct xfs_inode **ipp, struct cred *credp);
30int xfs_remove(struct xfs_inode *dp, bhv_vname_t *dentry); 30int xfs_remove(struct xfs_inode *dp, bhv_vname_t *dentry);
31int xfs_link(struct xfs_inode *tdp, bhv_vnode_t *src_vp, 31int xfs_link(struct xfs_inode *tdp, bhv_vnode_t *src_vp,
32 bhv_vname_t *dentry); 32 bhv_vname_t *dentry);
33int xfs_mkdir(struct xfs_inode *dp, bhv_vname_t *dentry, 33int xfs_mkdir(struct xfs_inode *dp, bhv_vname_t *dentry,
34 mode_t mode, bhv_vnode_t **vpp, struct cred *credp); 34 mode_t mode, struct xfs_inode **ipp, struct cred *credp);
35int xfs_rmdir(struct xfs_inode *dp, bhv_vname_t *dentry); 35int xfs_rmdir(struct xfs_inode *dp, bhv_vname_t *dentry);
36int xfs_readdir(struct xfs_inode *dp, void *dirent, size_t bufsize, 36int xfs_readdir(struct xfs_inode *dp, void *dirent, size_t bufsize,
37 xfs_off_t *offset, filldir_t filldir); 37 xfs_off_t *offset, filldir_t filldir);