Home
last modified time | relevance | path

Searched refs:lfloghigh (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_block.c280 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 …]
Dxfs_dir2_leaf.c538 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()
Dxfs_dir2_priv.h78 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
Dxfs_dir2_node.c438 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()