Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2_block.c286 int *needlog, in xfs_dir2_block_compact() argument
317 needlog, &needscan); in xfs_dir2_block_compact()
324 xfs_dir2_data_freescan(args->dp, hdr, needlog); in xfs_dir2_block_compact()
353 int needlog; /* need to log header */ in xfs_dir2_block_addname() local
411 needlog = needscan = 0; in xfs_dir2_block_addname()
417 xfs_dir2_block_compact(args, bp, hdr, btp, blp, &needlog, in xfs_dir2_block_addname()
457 &needlog, &needscan); in xfs_dir2_block_addname()
467 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_addname()
541 (xfs_dir2_data_aoff_t)len, &needlog, &needscan); in xfs_dir2_block_addname()
555 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_addname()
[all …]
Dxfs_dir2_leaf.c385 int needlog; /* need to log block header */ in xfs_dir2_block_to_leaf() local
437 needlog = 1; in xfs_dir2_block_to_leaf()
446 &needlog, &needscan); in xfs_dir2_block_to_leaf()
458 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_block_to_leaf()
469 if (needlog) in xfs_dir2_block_to_leaf()
626 int needlog; /* need to log data header */ in xfs_dir2_leaf_addname() local
844 needscan = needlog = 0; in xfs_dir2_leaf_addname()
850 &needlog, &needscan); in xfs_dir2_leaf_addname()
865 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leaf_addname()
869 if (needlog) in xfs_dir2_leaf_addname()
[all …]
Dxfs_dir2_node.c1165 int needlog; /* need to log data header */ in xfs_dir2_leafn_remove() local
1213 needlog = needscan = 0; in xfs_dir2_leafn_remove()
1215 dp->d_ops->data_entsize(dep->namelen), &needlog, &needscan); in xfs_dir2_leafn_remove()
1221 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leafn_remove()
1222 if (needlog) in xfs_dir2_leafn_remove()
1658 int needlog; /* need to log data header */ in xfs_dir2_node_addname_int() local
1956 needscan = needlog = 0; in xfs_dir2_node_addname_int()
1962 &needlog, &needscan); in xfs_dir2_node_addname_int()
1978 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_node_addname_int()
1982 if (needlog) in xfs_dir2_node_addname_int()