Home
last modified time | relevance | path

Searched refs:xfs_inode_t (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode.h101 } xfs_inode_t; typedef
221 __xfs_iflags_set(xfs_inode_t *ip, unsigned long flags) in __xfs_iflags_set()
227 xfs_iflags_set(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_set()
235 xfs_iflags_clear(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_clear()
249 xfs_iflags_test(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test()
259 xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test_and_clear()
272 xfs_iflags_test_and_set(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test_and_set()
577 void xfs_ilock(xfs_inode_t *, uint);
578 int xfs_ilock_nowait(xfs_inode_t *, uint);
579 void xfs_iunlock(xfs_inode_t *, uint);
[all …]
H A Dxfs_icache.h46 uint flags, uint lock_flags, xfs_inode_t **ipp);
H A Dxfs_icache.c1301 xfs_inode_t *ip) in xfs_inode_set_eofblocks_tag()
1338 xfs_inode_t *ip) in xfs_inode_clear_eofblocks_tag()
1447 xfs_inode_t *ip) in xfs_inode_set_cowblocks_tag()
1455 xfs_inode_t *ip) in xfs_inode_clear_cowblocks_tag()
H A Dxfs_inode.c141 xfs_inode_t *ip, in xfs_ilock()
184 xfs_inode_t *ip, in xfs_ilock_nowait()
244 xfs_inode_t *ip, in xfs_iunlock()
273 xfs_inode_t *ip, in xfs_ilock_demote()
1381 xfs_inode_t *ip) in xfs_inactive()
H A Dxfs_ioctl.c524 xfs_inode_t *ip, in xfs_ioc_fsgetxattra()
968 xfs_inode_t *ip, *tip; in xfs_ioc_swapext()
H A Dxfs_qm.c315 xfs_inode_t *ip, in xfs_qm_dqattach_locked()
383 xfs_inode_t *ip) in xfs_qm_dqdetach()
H A Dxfs_iomap.c41 xfs_inode_t *ip, in xfs_alert_fsblock_zero()
614 xfs_inode_t *ip, in xfs_iomap_write_unwritten()
H A Dxfs_file.c1897 xfs_inode_t *ip = XFS_I(inode); in xfs_file_readdir()