Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_dir2_block.c291 int *lfloghigh, in xfs_dir2_block_compact() argument
300 highstale = *lfloghigh = -1; in xfs_dir2_block_compact()
306 if (*lfloghigh == -1) in xfs_dir2_block_compact()
307 *lfloghigh = toidx; in xfs_dir2_block_compact()
316 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact()
351 int lfloghigh=0; /* last final leaf to log */ in xfs_dir2_block_addname() local
422 &lfloghigh, &lfloglow); in xfs_dir2_block_addname()
431 lfloghigh = -1; in xfs_dir2_block_addname()
484 lfloghigh = mid; in xfs_dir2_block_addname()
513 lfloghigh = MAX(mid, lfloghigh); in xfs_dir2_block_addname()
[all …]
Dxfs_dir2_leaf.c522 int *lfloghigh) /* high leaf logging index */ in xfs_dir3_leaf_find_entry() argument
541 *lfloghigh = leafhdr->count++; in xfs_dir3_leaf_find_entry()
578 *lfloghigh = MAX(index - 1, *lfloghigh); in xfs_dir3_leaf_find_entry()
598 *lfloghigh = MAX(highstale, *lfloghigh); in xfs_dir3_leaf_find_entry()
627 int lfloghigh; /* high leaf logging index */ in xfs_dir2_leaf_addname() local
775 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname()
783 lfloghigh = -1; in xfs_dir2_leaf_addname()
888 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname()
902 xfs_dir3_leaf_log_ents(args, lbp, lfloglow, lfloghigh); in xfs_dir2_leaf_addname()
Dxfs_dir2_priv.h88 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
Dxfs_dir2_node.c387 int lfloghigh; /* high leaf entry logging */ in xfs_dir2_leafn_add() local
433 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()
439 lfloghigh = -1; in xfs_dir2_leafn_add()
446 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()
454 xfs_dir3_leaf_log_ents(args, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()