Lines Matching refs:xfs_inode_t
107 } xfs_inode_t; typedef
222 __xfs_iflags_set(xfs_inode_t *ip, unsigned long flags) in __xfs_iflags_set()
228 xfs_iflags_set(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_set()
236 xfs_iflags_clear(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_clear()
250 xfs_iflags_test(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test()
260 xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test_and_clear()
273 xfs_iflags_test_and_set(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test_and_set()
572 void xfs_ilock(xfs_inode_t *, uint);
573 int xfs_ilock_nowait(xfs_inode_t *, uint);
574 void xfs_iunlock(xfs_inode_t *, uint);
575 void xfs_ilock_demote(xfs_inode_t *, uint);
583 void xfs_iext_realloc(xfs_inode_t *, int, int);
586 void xfs_iunpin_wait(xfs_inode_t *);