Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2_block.c277 int *lfloghigh, in xfs_dir2_block_compact() argument
286 highstale = *lfloghigh = -1; in xfs_dir2_block_compact()
292 if (*lfloghigh == -1) in xfs_dir2_block_compact()
293 *lfloghigh = toidx; in xfs_dir2_block_compact()
302 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact()
337 int lfloghigh=0; /* last final leaf to log */ in xfs_dir2_block_addname() local
408 &lfloghigh, &lfloglow); in xfs_dir2_block_addname()
417 lfloghigh = -1; in xfs_dir2_block_addname()
474 lfloghigh = mid; in xfs_dir2_block_addname()
503 lfloghigh = max(mid, lfloghigh); in xfs_dir2_block_addname()
[all …]
Dxfs_dir2_leaf.c477 int *lfloghigh) /* high leaf logging index */ in xfs_dir3_leaf_find_entry() argument
496 *lfloghigh = leafhdr->count++; in xfs_dir3_leaf_find_entry()
533 *lfloghigh = max(index - 1, *lfloghigh); in xfs_dir3_leaf_find_entry()
553 *lfloghigh = max(highstale, *lfloghigh); in xfs_dir3_leaf_find_entry()
588 int lfloghigh; /* high leaf logging index */ in xfs_dir2_leaf_addname() local
727 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname()
735 lfloghigh = -1; in xfs_dir2_leaf_addname()
843 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname()
857 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.c435 int lfloghigh; /* high leaf entry logging */ in xfs_dir2_leafn_add() local
477 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()
483 lfloghigh = -1; in xfs_dir2_leafn_add()
490 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()
498 xfs_dir3_leaf_log_ents(args, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()