Searched refs:lfloghigh (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 287 int *lfloghigh, in xfs_dir2_block_compact() argument 296 highstale = *lfloghigh = -1; in xfs_dir2_block_compact() 302 if (*lfloghigh == -1) in xfs_dir2_block_compact() 303 *lfloghigh = toidx; in xfs_dir2_block_compact() 312 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact() 347 int lfloghigh=0; /* last final leaf to log */ in xfs_dir2_block_addname() local 418 &lfloghigh, &lfloglow); in xfs_dir2_block_addname() 427 lfloghigh = -1; in xfs_dir2_block_addname() 480 lfloghigh = mid; in xfs_dir2_block_addname() 509 lfloghigh = MAX(mid, lfloghigh); in xfs_dir2_block_addname() [all …]
|
D | xfs_dir2_leaf.c | 517 int *lfloghigh) /* high leaf logging index */ in xfs_dir3_leaf_find_entry() argument 536 *lfloghigh = leafhdr->count++; in xfs_dir3_leaf_find_entry() 573 *lfloghigh = MAX(index - 1, *lfloghigh); in xfs_dir3_leaf_find_entry() 593 *lfloghigh = MAX(highstale, *lfloghigh); in xfs_dir3_leaf_find_entry() 622 int lfloghigh; /* high leaf logging index */ in xfs_dir2_leaf_addname() local 770 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 778 lfloghigh = -1; in xfs_dir2_leaf_addname() 883 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 897 xfs_dir3_leaf_log_ents(args, lbp, lfloglow, lfloghigh); in xfs_dir2_leaf_addname()
|
D | xfs_dir2_priv.h | 88 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
|
D | xfs_dir2_node.c | 383 int lfloghigh; /* high leaf entry logging */ in xfs_dir2_leafn_add() local 429 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 435 lfloghigh = -1; in xfs_dir2_leafn_add() 442 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 450 xfs_dir3_leaf_log_ents(args, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()
|