Searched refs:needlog (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 279 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 …]
|
D | xfs_dir2_leaf.c | 406 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 …]
|
D | xfs_dir2_node.c | 1219 int needlog; /* need to log data header */ in xfs_dir2_leafn_remove() local 1267 needlog = needscan = 0; in xfs_dir2_leafn_remove() 1269 dp->d_ops->data_entsize(dep->namelen), &needlog, &needscan); in xfs_dir2_leafn_remove() 1275 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_leafn_remove() 1276 if (needlog) in xfs_dir2_leafn_remove() 1712 int needlog; /* need to log data header */ in xfs_dir2_node_addname_int() local 2010 needscan = needlog = 0; in xfs_dir2_node_addname_int() 2016 &needlog, &needscan); in xfs_dir2_node_addname_int() 2036 xfs_dir2_data_freescan(dp, hdr, &needlog); in xfs_dir2_node_addname_int() 2040 if (needlog) in xfs_dir2_node_addname_int()
|