Searched refs:lfloghigh (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 280 int *lfloghigh, in xfs_dir2_block_compact() argument 289 highstale = *lfloghigh = -1; in xfs_dir2_block_compact() 295 if (*lfloghigh == -1) in xfs_dir2_block_compact() 296 *lfloghigh = toidx; in xfs_dir2_block_compact() 305 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact() 340 int lfloghigh=0; /* last final leaf to log */ in xfs_dir2_block_addname() local 411 &lfloghigh, &lfloglow); in xfs_dir2_block_addname() 420 lfloghigh = -1; in xfs_dir2_block_addname() 477 lfloghigh = mid; in xfs_dir2_block_addname() 506 lfloghigh = max(mid, lfloghigh); in xfs_dir2_block_addname() [all …]
|
D | xfs_dir2_leaf.c | 538 int *lfloghigh) /* high leaf logging index */ in xfs_dir3_leaf_find_entry() argument 557 *lfloghigh = leafhdr->count++; in xfs_dir3_leaf_find_entry() 594 *lfloghigh = max(index - 1, *lfloghigh); in xfs_dir3_leaf_find_entry() 614 *lfloghigh = max(highstale, *lfloghigh); in xfs_dir3_leaf_find_entry() 643 int lfloghigh; /* high leaf logging index */ in xfs_dir2_leaf_addname() local 791 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 799 lfloghigh = -1; in xfs_dir2_leaf_addname() 907 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 921 xfs_dir3_leaf_log_ents(args, lbp, lfloglow, lfloghigh); in xfs_dir2_leaf_addname()
|
D | xfs_dir2_priv.h | 78 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
|
D | xfs_dir2_node.c | 438 int lfloghigh; /* high leaf entry logging */ in xfs_dir2_leafn_add() local 484 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 490 lfloghigh = -1; in xfs_dir2_leafn_add() 497 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 505 xfs_dir3_leaf_log_ents(args, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()
|