Searched refs:xfs_inode_t (Results 1 – 10 of 10) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_inode.h | 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); [all …]
|
H A D | xfs_icache.h | 46 uint flags, uint lock_flags, xfs_inode_t **ipp);
|
H A D | xfs_icache.c | 1295 xfs_inode_t *ip) in xfs_inode_set_eofblocks_tag() 1332 xfs_inode_t *ip) in xfs_inode_clear_eofblocks_tag() 1441 xfs_inode_t *ip) in xfs_inode_set_cowblocks_tag() 1449 xfs_inode_t *ip) in xfs_inode_clear_cowblocks_tag()
|
H A D | xfs_ioctl.c | 496 xfs_inode_t *ip, in xfs_ioc_fsgetxattra() 932 xfs_inode_t *ip, *tip; in xfs_ioc_swapext()
|
H A D | xfs_qm.c | 361 xfs_inode_t *ip, in xfs_qm_dqattach_locked() 429 xfs_inode_t *ip) in xfs_qm_dqdetach()
|
H A D | xfs_trans_dquot.c | 243 xfs_inode_t *ip, in xfs_trans_mod_dquot_byino()
|
H A D | xfs_file.c | 1375 xfs_inode_t *ip = XFS_I(inode); in xfs_file_readdir()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2.c | 202 xfs_inode_t *dp) in xfs_dir_isempty() 240 xfs_inode_t *dp, in xfs_dir_init() 241 xfs_inode_t *pdp) in xfs_dir_init()
|
H A D | xfs_dir2_sf.c | 168 xfs_inode_t *dp, /* incore inode pointer */ in xfs_dir2_block_sfsize() 796 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_create()
|
H A D | xfs_bmap.c | 176 xfs_inode_t *ip, /* incore inode pointer */ in xfs_bmap_worst_indlen() 220 xfs_inode_t *ip, in xfs_bmap_forkoff_reset() 345 xfs_inode_t *ip, /* incore inode pointer */ in xfs_bmap_check_leaf_extents() 786 xfs_inode_t *ip, /* incore inode pointer */ in xfs_bmap_local_to_extents() 888 xfs_inode_t *ip, /* incore inode pointer */ in xfs_bmap_add_attrfork_btree() 2020 xfs_inode_t *ip, /* incore inode pointer */ in xfs_bmap_add_extent_unwritten_real() 2579 xfs_inode_t *ip, /* incore inode pointer */ in xfs_bmap_add_extent_hole_delay() 5185 xfs_inode_t *ip, /* incore inode pointer */ in xfs_bmap_del_extent_real()
|