Searched refs:lfloglow (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 292 int *lfloglow) in xfs_dir2_block_compact() argument 315 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact() 352 int lfloglow=0; /* first final leaf to log */ in xfs_dir2_block_addname() local 422 &lfloghigh, &lfloglow); in xfs_dir2_block_addname() 430 lfloglow = be32_to_cpu(btp->count); in xfs_dir2_block_addname() 483 lfloglow = 0; in xfs_dir2_block_addname() 512 lfloglow = MIN(lowstale, lfloglow); in xfs_dir2_block_addname() 524 lfloglow = MIN(mid, lfloglow); in xfs_dir2_block_addname() 539 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); in xfs_dir2_block_addname()
|
D | xfs_dir2_leaf.c | 521 int *lfloglow, /* low leaf logging index */ in xfs_dir3_leaf_find_entry() argument 540 *lfloglow = index; in xfs_dir3_leaf_find_entry() 577 *lfloglow = MIN(lowstale, *lfloglow); in xfs_dir3_leaf_find_entry() 597 *lfloglow = MIN(index, *lfloglow); in xfs_dir3_leaf_find_entry() 626 int lfloglow; /* low leaf logging index */ in xfs_dir2_leaf_addname() local 775 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 782 lfloglow = leafhdr.count; in xfs_dir2_leaf_addname() 888 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 902 xfs_dir3_leaf_log_ents(args, lbp, lfloglow, lfloghigh); in xfs_dir2_leaf_addname()
|
D | xfs_dir2_priv.h | 88 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
|
D | xfs_dir2_node.c | 388 int lfloglow; /* low leaf entry logging */ in xfs_dir2_leafn_add() local 433 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 438 lfloglow = leafhdr.count; in xfs_dir2_leafn_add() 446 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 454 xfs_dir3_leaf_log_ents(args, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()
|