Home
last modified time | relevance | path

Searched refs:lfloglow (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2_block.c307 int *lfloglow) in xfs_dir2_block_compact()
330 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact()
367 int lfloglow=0; /* first final leaf to log */ in xfs_dir2_block_addname() local
437 &lfloghigh, &lfloglow); in xfs_dir2_block_addname()
445 lfloglow = be32_to_cpu(btp->count); in xfs_dir2_block_addname()
502 lfloglow = 0; in xfs_dir2_block_addname()
531 lfloglow = min(lowstale, lfloglow); in xfs_dir2_block_addname()
543 lfloglow = min(mid, lfloglow); 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 Dxfs_dir2_leaf.c519 int *lfloglow, /* low leaf logging index */ in xfs_dir3_leaf_find_entry()
538 *lfloglow = index; in xfs_dir3_leaf_find_entry()
575 *lfloglow = min(lowstale, *lfloglow); in xfs_dir3_leaf_find_entry()
595 *lfloglow = min(index, *lfloglow); in xfs_dir3_leaf_find_entry()
630 int lfloglow; /* low leaf logging index */ in xfs_dir2_leaf_addname() local
770 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname()
777 lfloglow = leafhdr.count; in xfs_dir2_leaf_addname()
886 highstale, &lfloglow, 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 Dxfs_dir2_node.c506 int lfloglow; /* low leaf entry logging */ in xfs_dir2_leafn_add() local
549 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()
554 lfloglow = leafhdr.count; 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 Dxfs_dir2_priv.h126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2_block.c307 int *lfloglow) in xfs_dir2_block_compact()
330 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact()
367 int lfloglow=0; /* first final leaf to log */ in xfs_dir2_block_addname() local
437 &lfloghigh, &lfloglow); in xfs_dir2_block_addname()
445 lfloglow = be32_to_cpu(btp->count); in xfs_dir2_block_addname()
502 lfloglow = 0; in xfs_dir2_block_addname()
531 lfloglow = min(lowstale, lfloglow); in xfs_dir2_block_addname()
543 lfloglow = min(mid, lfloglow); 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 Dxfs_dir2_leaf.c528 int *lfloglow, /* low leaf logging index */ in xfs_dir3_leaf_find_entry()
547 *lfloglow = index; in xfs_dir3_leaf_find_entry()
584 *lfloglow = min(lowstale, *lfloglow); in xfs_dir3_leaf_find_entry()
604 *lfloglow = min(index, *lfloglow); in xfs_dir3_leaf_find_entry()
639 int lfloglow; /* low leaf logging index */ in xfs_dir2_leaf_addname() local
779 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname()
786 lfloglow = leafhdr.count; in xfs_dir2_leaf_addname()
895 highstale, &lfloglow, 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 Dxfs_dir2_node.c506 int lfloglow; /* low leaf entry logging */ in xfs_dir2_leafn_add() local
549 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()
554 lfloglow = leafhdr.count; 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 Dxfs_dir2_priv.h126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);

Completed in 12 milliseconds