Home
last modified time | relevance | path

Searched refs:xfs_dir2_data_check (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_dir2_data.h183 xfs_dir2_data_check(struct xfs_inode *dp, struct xfs_dabuf *bp);
185 #define xfs_dir2_data_check(dp,bp) macro
Dxfs_dir2_block.c440 xfs_dir2_data_check(dp, bp); in xfs_dir2_block_addname()
491 xfs_dir2_data_check(dp, bp); in xfs_dir2_block_getdents()
640 xfs_dir2_data_check(dp, bp); in xfs_dir2_block_lookup()
692 xfs_dir2_data_check(dp, bp); in xfs_dir2_block_lookup_int()
818 xfs_dir2_data_check(dp, bp); in xfs_dir2_block_removename()
875 xfs_dir2_data_check(dp, bp); in xfs_dir2_block_replace()
1245 xfs_dir2_data_check(dp, bp); in xfs_dir2_sf_to_block()
Dxfs_dir2_leaf.c128 xfs_dir2_data_check(dp, dbp); in xfs_dir2_block_to_leaf()
173 xfs_dir2_data_check(dp, dbp); in xfs_dir2_block_to_leaf()
412 xfs_dir2_data_check(dp, dbp); in xfs_dir2_leaf_addname()
563 xfs_dir2_data_check(dp, dbp); in xfs_dir2_leaf_addname()
1051 xfs_dir2_data_check(dp, bp); in xfs_dir2_leaf_getdents()
1421 xfs_dir2_data_check(dp, dbp); in xfs_dir2_leaf_lookup_int()
1489 xfs_dir2_data_check(dp, dbp); in xfs_dir2_leaf_removename()
1531 xfs_dir2_data_check(dp, dbp); in xfs_dir2_leaf_removename()
Dxfs_dir2_node.c589 xfs_dir2_data_check(dp, curbp); in xfs_dir2_leafn_lookup_int()
931 xfs_dir2_data_check(dp, dbp); in xfs_dir2_leafn_remove()
Dxfs_dir2_data.c71 xfs_dir2_data_check( in xfs_dir2_data_check() function