Lines Matching refs:xfs_inode_t
95 } xfs_inode_t; typedef
204 __xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_set()
210 xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_set()
218 xfs_iflags_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_clear()
226 __xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_test()
232 xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test()
242 xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_clear()
255 xfs_iflags_test_and_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_set()
514 void xfs_ilock(xfs_inode_t *, uint);
515 int xfs_ilock_nowait(xfs_inode_t *, uint);
516 void xfs_iunlock(xfs_inode_t *, uint);
517 void xfs_ilock_demote(xfs_inode_t *, uint);
526 void xfs_iext_realloc(xfs_inode_t *, int, int);
529 void xfs_iunpin_wait(xfs_inode_t *);