Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2_block.c279 int *needlog, in xfs_dir2_block_compact() argument
310 needlog, &needscan); in xfs_dir2_block_compact()
317 xfs_dir2_data_freescan(args->dp, hdr, needlog); in xfs_dir2_block_compact()
346 int needlog; /* need to log header */ in xfs_dir2_block_addname() local
404 needlog = needscan = 0; in xfs_dir2_block_addname()
410 xfs_dir2_block_compact(args, bp, hdr, btp, blp, &needlog, in xfs_dir2_block_addname()
450 (xfs_dir2_data_aoff_t)sizeof(*blp), &needlog, in xfs_dir2_block_addname()
464 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_addname()
538 (xfs_dir2_data_aoff_t)len, &needlog, &needscan); in xfs_dir2_block_addname()
554 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_addname()
[all …]
Dxfs_dir2_leaf.c406 int needlog; /* need to log block header */ in xfs_dir2_block_to_leaf() local
458 needlog = 1; in xfs_dir2_block_to_leaf()
467 &needlog, &needscan); in xfs_dir2_block_to_leaf()
479 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_to_leaf()
490 if (needlog) in xfs_dir2_block_to_leaf()
647 int needlog; /* need to log data header */ in xfs_dir2_leaf_addname() local
864 needscan = needlog = 0; in xfs_dir2_leaf_addname()
870 length, &needlog, &needscan); in xfs_dir2_leaf_addname()
889 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leaf_addname()
893 if (needlog) in xfs_dir2_leaf_addname()
[all …]
Dxfs_dir2_node.c1218 int needlog; /* need to log data header */ in xfs_dir2_leafn_remove() local
1266 needlog = needscan = 0; in xfs_dir2_leafn_remove()
1268 dp->d_ops->data_entsize(dep->namelen), &needlog, &needscan); in xfs_dir2_leafn_remove()
1274 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leafn_remove()
1275 if (needlog) in xfs_dir2_leafn_remove()
1711 int needlog; /* need to log data header */ in xfs_dir2_node_addname_int() local
2009 needscan = needlog = 0; in xfs_dir2_node_addname_int()
2015 &needlog, &needscan); in xfs_dir2_node_addname_int()
2035 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_node_addname_int()
2039 if (needlog) in xfs_dir2_node_addname_int()