Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2_block.c314 xfs_dir2_data_freescan(args->dp, hdr, needlog); in xfs_dir2_block_compact()
461 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_addname()
551 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_addname()
809 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_removename()
1017 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leaf_to_block()
Dxfs_dir2.h149 extern void xfs_dir2_data_freescan(struct xfs_inode *dp,
Dxfs_dir2_leaf.c418 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_to_leaf()
825 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leaf_addname()
1369 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leaf_removename()
Dxfs_dir2_node.c1269 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leafn_remove()
1936 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_node_addname_int()
Dxfs_dir2_data.c619 xfs_dir2_data_freescan( in xfs_dir2_data_freescan() function