Searched refs:lfloghigh (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 306 int *lfloghigh, in xfs_dir2_block_compact() argument 315 highstale = *lfloghigh = -1; in xfs_dir2_block_compact() 321 if (*lfloghigh == -1) in xfs_dir2_block_compact() 322 *lfloghigh = toidx; in xfs_dir2_block_compact() 331 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact() 366 int lfloghigh=0; /* last final leaf to log */ in xfs_dir2_block_addname() local 437 &lfloghigh, &lfloglow); in xfs_dir2_block_addname() 446 lfloghigh = -1; in xfs_dir2_block_addname() 503 lfloghigh = mid; in xfs_dir2_block_addname() 532 lfloghigh = max(mid, lfloghigh); in xfs_dir2_block_addname() [all …]
|
D | xfs_dir2_leaf.c | 529 int *lfloghigh) /* high leaf logging index */ in xfs_dir3_leaf_find_entry() argument 548 *lfloghigh = leafhdr->count++; in xfs_dir3_leaf_find_entry() 585 *lfloghigh = max(index - 1, *lfloghigh); in xfs_dir3_leaf_find_entry() 605 *lfloghigh = max(highstale, *lfloghigh); in xfs_dir3_leaf_find_entry() 640 int lfloghigh; /* high leaf logging index */ in xfs_dir2_leaf_addname() local 779 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 787 lfloghigh = -1; in xfs_dir2_leaf_addname() 895 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 909 xfs_dir3_leaf_log_ents(args, &leafhdr, lbp, lfloglow, lfloghigh); in xfs_dir2_leaf_addname()
|
D | xfs_dir2_node.c | 505 int lfloghigh; /* high leaf entry logging */ in xfs_dir2_leafn_add() local 549 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 555 lfloghigh = -1; in xfs_dir2_leafn_add() 562 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 570 xfs_dir3_leaf_log_ents(args, &leafhdr, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()
|
D | xfs_dir2_priv.h | 126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
|