Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_dir2_block.c290 int *needlog, in xfs_dir2_block_compact() argument
321 needlog, &needscan); in xfs_dir2_block_compact()
328 xfs_dir2_data_freescan(args->dp, hdr, needlog); in xfs_dir2_block_compact()
357 int needlog; /* need to log header */ in xfs_dir2_block_addname() local
415 needlog = needscan = 0; in xfs_dir2_block_addname()
421 xfs_dir2_block_compact(args, bp, hdr, btp, blp, &needlog, in xfs_dir2_block_addname()
461 &needlog, &needscan); in xfs_dir2_block_addname()
471 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_addname()
545 (xfs_dir2_data_aoff_t)len, &needlog, &needscan); in xfs_dir2_block_addname()
559 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_addname()
[all …]
Dxfs_dir2_leaf.c390 int needlog; /* need to log block header */ in xfs_dir2_block_to_leaf() local
442 needlog = 1; in xfs_dir2_block_to_leaf()
451 &needlog, &needscan); in xfs_dir2_block_to_leaf()
463 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_to_leaf()
474 if (needlog) in xfs_dir2_block_to_leaf()
631 int needlog; /* need to log data header */ in xfs_dir2_leaf_addname() local
849 needscan = needlog = 0; in xfs_dir2_leaf_addname()
855 &needlog, &needscan); in xfs_dir2_leaf_addname()
870 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leaf_addname()
874 if (needlog) in xfs_dir2_leaf_addname()
[all …]
Dxfs_dir2_node.c1169 int needlog; /* need to log data header */ in xfs_dir2_leafn_remove() local
1217 needlog = needscan = 0; in xfs_dir2_leafn_remove()
1219 dp->d_ops->data_entsize(dep->namelen), &needlog, &needscan); in xfs_dir2_leafn_remove()
1225 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leafn_remove()
1226 if (needlog) in xfs_dir2_leafn_remove()
1662 int needlog; /* need to log data header */ in xfs_dir2_node_addname_int() local
1959 needscan = needlog = 0; in xfs_dir2_node_addname_int()
1965 &needlog, &needscan); in xfs_dir2_node_addname_int()
1981 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_node_addname_int()
1985 if (needlog) in xfs_dir2_node_addname_int()