Searched refs:lfloghigh (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2_block.c | 313 int *lfloghigh, in xfs_dir2_block_compact() argument 322 highstale = *lfloghigh = -1; in xfs_dir2_block_compact() 328 if (*lfloghigh == -1) in xfs_dir2_block_compact() 329 *lfloghigh = toidx; in xfs_dir2_block_compact() 338 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact() 373 int lfloghigh=0; /* last final leaf to log */ in xfs_dir2_block_addname() local 444 &lfloghigh, &lfloglow); in xfs_dir2_block_addname() 453 lfloghigh = -1; in xfs_dir2_block_addname() 510 lfloghigh = mid; in xfs_dir2_block_addname() 539 lfloghigh = max(mid, lfloghigh); in xfs_dir2_block_addname() [all …]
|
| H A D | xfs_dir2_leaf.c | 580 int *lfloghigh) /* high leaf logging index */ in xfs_dir3_leaf_find_entry() argument 599 *lfloghigh = leafhdr->count++; in xfs_dir3_leaf_find_entry() 636 *lfloghigh = max(index - 1, *lfloghigh); in xfs_dir3_leaf_find_entry() 656 *lfloghigh = max(highstale, *lfloghigh); in xfs_dir3_leaf_find_entry() 691 int lfloghigh; /* high leaf logging index */ in xfs_dir2_leaf_addname() local 831 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 839 lfloghigh = -1; 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()
|
| H A D | xfs_dir2_priv.h | 127 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
|
| H A D | xfs_dir2_node.c | 512 int lfloghigh; /* high leaf entry logging */ in xfs_dir2_leafn_add() local 557 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 563 lfloghigh = -1; 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()
|