Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2_block.c324 xfs_dir2_data_freescan(args->dp, hdr, needlog); in xfs_dir2_block_compact()
467 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_addname()
555 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_addname()
813 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_removename()
1019 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leaf_to_block()
Dxfs_dir2.h160 extern void xfs_dir2_data_freescan(struct xfs_inode *dp,
Dxfs_dir2_leaf.c458 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_to_leaf()
865 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leaf_addname()
1408 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leaf_removename()
Dxfs_dir2_node.c1221 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leafn_remove()
1978 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_node_addname_int()
Dxfs_dir2_data.c503 xfs_dir2_data_freescan( in xfs_dir2_data_freescan() function