Searched refs:lfloglow (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 288 int *lfloglow) in xfs_dir2_block_compact() argument 311 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact() 348 int lfloglow=0; /* first final leaf to log */ in xfs_dir2_block_addname() local 418 &lfloghigh, &lfloglow); in xfs_dir2_block_addname() 426 lfloglow = be32_to_cpu(btp->count); in xfs_dir2_block_addname() 479 lfloglow = 0; in xfs_dir2_block_addname() 508 lfloglow = MIN(lowstale, lfloglow); in xfs_dir2_block_addname() 520 lfloglow = MIN(mid, lfloglow); in xfs_dir2_block_addname() 535 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); in xfs_dir2_block_addname()
|
D | xfs_dir2_leaf.c | 516 int *lfloglow, /* low leaf logging index */ in xfs_dir3_leaf_find_entry() argument 535 *lfloglow = index; in xfs_dir3_leaf_find_entry() 572 *lfloglow = MIN(lowstale, *lfloglow); in xfs_dir3_leaf_find_entry() 592 *lfloglow = MIN(index, *lfloglow); in xfs_dir3_leaf_find_entry() 621 int lfloglow; /* low leaf logging index */ in xfs_dir2_leaf_addname() local 770 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 777 lfloglow = leafhdr.count; in xfs_dir2_leaf_addname() 883 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 897 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 | 384 int lfloglow; /* low leaf entry logging */ in xfs_dir2_leafn_add() local 429 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 434 lfloglow = leafhdr.count; in xfs_dir2_leafn_add() 442 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 450 xfs_dir3_leaf_log_ents(args, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()
|