Lines Matching refs:xfs_inode_t
82 } xfs_inode_t; typedef
186 __xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_set()
192 xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_set()
200 xfs_iflags_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_clear()
208 __xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_test()
214 xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test()
224 xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_clear()
237 xfs_iflags_test_and_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_set()
493 void xfs_ilock(xfs_inode_t *, uint);
494 int xfs_ilock_nowait(xfs_inode_t *, uint);
495 void xfs_iunlock(xfs_inode_t *, uint);
496 void xfs_ilock_demote(xfs_inode_t *, uint);
505 void xfs_iext_realloc(xfs_inode_t *, int, int);
508 void xfs_iunpin_wait(xfs_inode_t *);