/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_block.c | 306 int *lfloghigh, in xfs_dir2_block_compact() 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 in xfs_dir2_block_addname() 299 xfs_dir2_block_compact( struct xfs_da_args *args, struct xfs_buf *bp, struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_block_tail *btp, struct xfs_dir2_leaf_entry *blp, int *needlog, int *lfloghigh, int *lfloglow) xfs_dir2_block_compact() argument [all...] |
H A D | xfs_dir2_leaf.c | 520 int *lfloghigh) /* high leaf logging index */ in xfs_dir3_leaf_find_entry() 539 *lfloghigh = leafhdr->count++; in xfs_dir3_leaf_find_entry() 576 *lfloghigh = max(index - 1, *lfloghigh); in xfs_dir3_leaf_find_entry() 596 *lfloghigh = max(highstale, *lfloghigh); in xfs_dir3_leaf_find_entry() 631 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() 886 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 512 xfs_dir3_leaf_find_entry( struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_dir2_leaf_entry *ents, int index, int compact, int lowstale, int highstale, int *lfloglow, int *lfloghigh) xfs_dir3_leaf_find_entry() argument [all...] |
H A 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()
|
H A D | xfs_dir2_priv.h | 126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_block.c | 306 int *lfloghigh, in xfs_dir2_block_compact() 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 in xfs_dir2_block_addname() 299 xfs_dir2_block_compact( struct xfs_da_args *args, struct xfs_buf *bp, struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_block_tail *btp, struct xfs_dir2_leaf_entry *blp, int *needlog, int *lfloghigh, int *lfloglow) xfs_dir2_block_compact() argument [all...] |
H A D | xfs_dir2_leaf.c | 529 int *lfloghigh) /* high leaf logging index */ in xfs_dir3_leaf_find_entry() 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() 521 xfs_dir3_leaf_find_entry( struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_dir2_leaf_entry *ents, int index, int compact, int lowstale, int highstale, int *lfloglow, int *lfloghigh) xfs_dir3_leaf_find_entry() argument [all...] |
H A 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()
|
H A D | xfs_dir2_priv.h | 126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
|