Searched refs:lfloghigh (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_dir2_block.c | 75 int lfloghigh=0; /* last final leaf to log */ in xfs_dir2_block_addname() local 246 highstale = lfloghigh = -1; in xfs_dir2_block_addname() 253 if (lfloghigh == -1) in xfs_dir2_block_addname() 254 lfloghigh = toidx; in xfs_dir2_block_addname() 263 lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_addname() 287 lfloghigh = -1; in xfs_dir2_block_addname() 340 lfloghigh = mid; in xfs_dir2_block_addname() 367 lfloghigh = MAX(mid, lfloghigh); in xfs_dir2_block_addname() 379 lfloghigh = MAX(highstale, lfloghigh); in xfs_dir2_block_addname() 393 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); in xfs_dir2_block_addname()
|
| D | xfs_dir2_leaf.c | 183 int lfloghigh; /* high leaf logging index */ in xfs_dir2_leaf_addname() local 327 &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 335 lfloghigh = -1; in xfs_dir2_leaf_addname() 450 lfloghigh = be16_to_cpu(leaf->hdr.count); in xfs_dir2_leaf_addname() 508 lfloghigh = MAX(index - 1, lfloghigh); in xfs_dir2_leaf_addname() 527 lfloghigh = MAX(highstale, lfloghigh); in xfs_dir2_leaf_addname() 541 xfs_dir2_leaf_log_ents(tp, lbp, lfloglow, lfloghigh); in xfs_dir2_leaf_addname()
|
| D | xfs_dir2_node.c | 194 int lfloghigh; /* high leaf entry logging */ in xfs_dir2_leafn_add() local 239 &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 246 lfloghigh = -1; in xfs_dir2_leafn_add() 257 lfloghigh = be16_to_cpu(leaf->hdr.count); in xfs_dir2_leafn_add() 308 lfloghigh = MAX(index - 1, lfloghigh); in xfs_dir2_leafn_add() 324 lfloghigh = MAX(highstale, lfloghigh); in xfs_dir2_leafn_add() 335 xfs_dir2_leaf_log_ents(tp, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()
|