Lines Matching refs:xfs_inode_t
78 } xfs_inode_t; typedef
122 __xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_set()
128 xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_set()
136 xfs_iflags_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_clear()
144 __xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_test()
150 xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test()
160 xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_clear()
173 xfs_iflags_test_and_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_set()
424 void xfs_ilock(xfs_inode_t *, uint);
425 int xfs_ilock_nowait(xfs_inode_t *, uint);
426 void xfs_iunlock(xfs_inode_t *, uint);
427 void xfs_ilock_demote(xfs_inode_t *, uint);
436 void xfs_iext_realloc(xfs_inode_t *, int, int);
439 void xfs_iunpin_wait(xfs_inode_t *);