Searched refs:lfloglow (Results 1 – 4 of 4) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_dir2_block.c | 314 int *lfloglow) in xfs_dir2_block_compact() argument 337 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact() 374 int lfloglow=0; /* first final leaf to log */ in xfs_dir2_block_addname() local 444 &lfloghigh, &lfloglow); in xfs_dir2_block_addname() 452 lfloglow = be32_to_cpu(btp->count); in xfs_dir2_block_addname() 509 lfloglow = 0; in xfs_dir2_block_addname() 538 lfloglow = min(lowstale, lfloglow); in xfs_dir2_block_addname() 550 lfloglow = min(mid, lfloglow); in xfs_dir2_block_addname() 565 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); in xfs_dir2_block_addname()
|
| A D | xfs_dir2_leaf.c | 579 int *lfloglow, /* low leaf logging index */ in xfs_dir3_leaf_find_entry() argument 598 *lfloglow = index; in xfs_dir3_leaf_find_entry() 635 *lfloglow = min(lowstale, *lfloglow); in xfs_dir3_leaf_find_entry() 655 *lfloglow = min(index, *lfloglow); in xfs_dir3_leaf_find_entry() 690 int lfloglow; /* low leaf logging index */ in xfs_dir2_leaf_addname() local 831 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 838 lfloglow = leafhdr.count; in xfs_dir2_leaf_addname() 947 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 961 xfs_dir3_leaf_log_ents(args, &leafhdr, lbp, lfloglow, lfloghigh); in xfs_dir2_leaf_addname()
|
| A D | xfs_dir2_node.c | 513 int lfloglow; /* low leaf entry logging */ in xfs_dir2_leafn_add() local 557 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 562 lfloglow = leafhdr.count; in xfs_dir2_leafn_add() 570 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 578 xfs_dir3_leaf_log_ents(args, &leafhdr, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()
|
| A D | xfs_dir2_priv.h | 127 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
|
Completed in 15 milliseconds