Home
last modified time | relevance | path

Searched refs:lfloglow (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_dir2_block.c82 int lfloglow=0; /* first final leaf to log */ in xfs_dir2_block_addname() local
270 lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_addname()
293 lfloglow = be32_to_cpu(btp->count); in xfs_dir2_block_addname()
345 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()
Dxfs_dir2_leaf.c190 int *lfloglow, /* low leaf logging index */ in xfs_dir2_leaf_find_entry() argument
210 *lfloglow = index; in xfs_dir2_leaf_find_entry()
248 *lfloglow = MIN(lowstale, *lfloglow); in xfs_dir2_leaf_find_entry()
270 *lfloglow = MIN(index, *lfloglow); in xfs_dir2_leaf_find_entry()
299 int lfloglow; /* low leaf logging index */ in xfs_dir2_leaf_addname() local
450 &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname()
457 lfloglow = be16_to_cpu(leaf->hdr.count); in xfs_dir2_leaf_addname()
560 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname()
572 xfs_dir2_leaf_log_ents(tp, lbp, lfloglow, lfloghigh); in xfs_dir2_leaf_addname()
Dxfs_dir2_priv.h94 int *lfloglow, int *lfloghigh);
Dxfs_dir2_node.c189 int lfloglow; /* low leaf entry logging */ in xfs_dir2_leafn_add() local
234 &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()
240 lfloglow = be16_to_cpu(leaf->hdr.count); in xfs_dir2_leafn_add()
248 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()
254 xfs_dir2_leaf_log_ents(tp, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()