Home
last modified time | relevance | path

Searched refs:needlog (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2_block.c276 int *needlog, in xfs_dir2_block_compact() argument
307 needlog, &needscan); in xfs_dir2_block_compact()
314 xfs_dir2_data_freescan(args->dp, hdr, needlog); in xfs_dir2_block_compact()
343 int needlog; /* need to log header */ in xfs_dir2_block_addname() local
401 needlog = needscan = 0; in xfs_dir2_block_addname()
407 xfs_dir2_block_compact(args, bp, hdr, btp, blp, &needlog, in xfs_dir2_block_addname()
447 (xfs_dir2_data_aoff_t)sizeof(*blp), &needlog, in xfs_dir2_block_addname()
461 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_addname()
535 (xfs_dir2_data_aoff_t)len, &needlog, &needscan); in xfs_dir2_block_addname()
551 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_addname()
[all …]
Dxfs_dir2_leaf.c345 int needlog; /* need to log block header */ in xfs_dir2_block_to_leaf() local
397 needlog = 1; in xfs_dir2_block_to_leaf()
406 &needlog, &needscan); in xfs_dir2_block_to_leaf()
418 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_to_leaf()
429 if (needlog) in xfs_dir2_block_to_leaf()
591 int needlog; /* need to log data header */ in xfs_dir2_leaf_addname() local
800 needscan = needlog = 0; in xfs_dir2_leaf_addname()
806 length, &needlog, &needscan); in xfs_dir2_leaf_addname()
825 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leaf_addname()
829 if (needlog) in xfs_dir2_leaf_addname()
[all …]
Dxfs_dir2_node.c1213 int needlog; /* need to log data header */ in xfs_dir2_leafn_remove() local
1261 needlog = needscan = 0; in xfs_dir2_leafn_remove()
1263 dp->d_ops->data_entsize(dep->namelen), &needlog, &needscan); in xfs_dir2_leafn_remove()
1269 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leafn_remove()
1270 if (needlog) in xfs_dir2_leafn_remove()
1867 int needlog = 0; /* need to log data header */ in xfs_dir2_node_addname_int() local
1918 &needlog, &needscan); in xfs_dir2_node_addname_int()
1936 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_node_addname_int()
1937 if (needlog) in xfs_dir2_node_addname_int()