Searched refs:xfs_dir3_data_check (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_dir2_priv.h | 30 extern void xfs_dir3_data_check(struct xfs_inode *dp, struct xfs_buf *bp); 32 #define xfs_dir3_data_check(dp,bp) macro
|
D | xfs_dir2_block.c | 559 xfs_dir3_data_check(dp, bp); in xfs_dir2_block_addname() 626 xfs_dir3_data_check(dp, bp); in xfs_dir2_block_lookup() 679 xfs_dir3_data_check(dp, bp); in xfs_dir2_block_lookup_int() 815 xfs_dir3_data_check(dp, bp); in xfs_dir2_block_removename() 872 xfs_dir3_data_check(dp, bp); in xfs_dir2_block_replace() 1253 xfs_dir3_data_check(dp, bp); in xfs_dir2_sf_to_block()
|
D | xfs_dir2_leaf.c | 436 xfs_dir3_data_check(dp, dbp); in xfs_dir2_block_to_leaf() 493 xfs_dir3_data_check(dp, dbp); in xfs_dir2_block_to_leaf() 923 xfs_dir3_data_check(dp, dbp); in xfs_dir2_leaf_addname() 1395 xfs_dir3_data_check(dp, dbp); in xfs_dir2_leaf_removename() 1444 xfs_dir3_data_check(dp, dbp); in xfs_dir2_leaf_removename()
|
D | xfs_dir2_node.c | 807 xfs_dir3_data_check(dp, curbp); in xfs_dir2_leafn_lookup_for_entry() 1277 xfs_dir3_data_check(dp, dbp); in xfs_dir2_leafn_remove()
|
D | xfs_dir2_data.c | 232 xfs_dir3_data_check( in xfs_dir3_data_check() function
|
/Linux-v4.19/fs/xfs/ |
D | xfs_dir2_readdir.c | 171 xfs_dir3_data_check(dp, bp); in xfs_dir2_block_getdents() 400 xfs_dir3_data_check(dp, bp); in xfs_dir2_leaf_getdents()
|