Searched refs:lfloglow (Results 1 – 4 of 4) sorted by relevance
/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 424 &lfloghigh, &lfloglow); in xfs_dir2_block_addname() 432 lfloglow = be32_to_cpu(btp->count); in xfs_dir2_block_addname() 485 lfloglow = 0; in xfs_dir2_block_addname() 514 lfloglow = MIN(lowstale, lfloglow); in xfs_dir2_block_addname() 526 lfloglow = MIN(mid, lfloglow); in xfs_dir2_block_addname() 541 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); in xfs_dir2_block_addname()
|
D | xfs_dir2_leaf.c | 522 int *lfloglow, /* low leaf logging index */ in xfs_dir3_leaf_find_entry() argument 541 *lfloglow = index; in xfs_dir3_leaf_find_entry() 578 *lfloglow = MIN(lowstale, *lfloglow); in xfs_dir3_leaf_find_entry() 598 *lfloglow = MIN(index, *lfloglow); in xfs_dir3_leaf_find_entry() 627 int lfloglow; /* low leaf logging index */ in xfs_dir2_leaf_addname() local 778 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 785 lfloglow = leafhdr.count; in xfs_dir2_leaf_addname() 891 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 905 xfs_dir3_leaf_log_ents(args, lbp, lfloglow, lfloghigh); in xfs_dir2_leaf_addname()
|
D | xfs_dir2_node.c | 389 int lfloglow; /* low leaf entry logging */ in xfs_dir2_leafn_add() local 438 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 443 lfloglow = leafhdr.count; in xfs_dir2_leafn_add() 451 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 459 xfs_dir3_leaf_log_ents(args, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()
|
D | xfs_dir2_priv.h | 228 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
|