Searched refs:xfs_iaccess (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dfrag.c186 error = xfs_iaccess(ip, VWRITE, NULL);
190 error = xfs_iaccess(tip, VWRITE, NULL);
H A Dxfs_inode.h458 int xfs_iaccess(xfs_inode_t *, accmode_t, cred_t *);
H A Dxfs_vnodeops.c936 error = xfs_iaccess(ip, accmode, credp);
4541 if ((error = xfs_iaccess(ip, VWRITE, credp))) {
H A Dxfs_inode.c3606 * xfs_iaccess: check accessibility of inode for mode.
3611 xfs_iaccess( function

Completed in 107 milliseconds