Lines Matching refs:needlog
101 int needlog; /* need to log block header */ in xfs_dir2_block_to_leaf() local
143 needlog = 1; in xfs_dir2_block_to_leaf()
152 &needlog, &needscan); in xfs_dir2_block_to_leaf()
158 xfs_dir2_data_freescan(mp, (xfs_dir2_data_t *)block, &needlog, in xfs_dir2_block_to_leaf()
170 if (needlog) in xfs_dir2_block_to_leaf()
208 int needlog; /* need to log data header */ in xfs_dir2_leaf_addname() local
419 needscan = needlog = 0; in xfs_dir2_leaf_addname()
425 &needlog, &needscan); in xfs_dir2_leaf_addname()
439 xfs_dir2_data_freescan(mp, data, &needlog, NULL); in xfs_dir2_leaf_addname()
443 if (needlog) in xfs_dir2_leaf_addname()
1472 int needlog; /* need to log data header */ in xfs_dir2_leaf_removename() local
1497 needscan = needlog = 0; in xfs_dir2_leaf_removename()
1507 XFS_DIR2_DATA_ENTSIZE(dep->namelen), &needlog, &needscan); in xfs_dir2_leaf_removename()
1520 xfs_dir2_data_freescan(mp, data, &needlog, NULL); in xfs_dir2_leaf_removename()
1521 if (needlog) in xfs_dir2_leaf_removename()