Searched refs:lfloglow (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_dir2_block.c | 84 int lfloglow=0; /* first final leaf to log */ in xfs_dir2_block_addname() local 271 lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_addname() 294 lfloglow = be32_to_cpu(btp->count); in xfs_dir2_block_addname() 347 lfloglow = 0; in xfs_dir2_block_addname() 374 lfloglow = MIN(lowstale, lfloglow); in xfs_dir2_block_addname() 386 lfloglow = MIN(mid, lfloglow); in xfs_dir2_block_addname() 401 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); in xfs_dir2_block_addname()
|
D | xfs_dir2_leaf.c | 178 int lfloglow; /* low leaf logging index */ in xfs_dir2_leaf_addname() local 325 &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 332 lfloglow = be16_to_cpu(leaf->hdr.count); in xfs_dir2_leaf_addname() 447 lfloglow = index; in xfs_dir2_leaf_addname() 505 lfloglow = MIN(lowstale, lfloglow); in xfs_dir2_leaf_addname() 524 lfloglow = MIN(index, lfloglow); in xfs_dir2_leaf_addname() 539 xfs_dir2_leaf_log_ents(tp, lbp, lfloglow, lfloghigh); in xfs_dir2_leaf_addname()
|
D | xfs_dir2_node.c | 193 int lfloglow; /* low leaf entry logging */ in xfs_dir2_leafn_add() local 238 &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 244 lfloglow = be16_to_cpu(leaf->hdr.count); in xfs_dir2_leafn_add() 255 lfloglow = index; in xfs_dir2_leafn_add() 306 lfloglow = MIN(lowstale, lfloglow); in xfs_dir2_leafn_add() 322 lfloglow = MIN(index, lfloglow); in xfs_dir2_leafn_add() 334 xfs_dir2_leaf_log_ents(tp, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()
|