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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_block.c309 int *lfloglow)
332 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1);
369 int lfloglow=0; /* first final leaf to log */ local
439 &lfloghigh, &lfloglow);
447 lfloglow = be32_to_cpu(btp->count);
504 lfloglow = 0;
533 lfloglow = min(lowstale, lfloglow);
545 lfloglow = min(mid, lfloglow);
301 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) argument
[all...]
H A Dxfs_dir2_leaf.c529 int *lfloglow, /* low leaf logging index */
548 *lfloglow = index;
585 *lfloglow = min(lowstale, *lfloglow);
605 *lfloglow = min(index, *lfloglow);
640 int lfloglow; /* low leaf logging index */ local
780 &highstale, &lfloglow, &lfloghigh);
787 lfloglow = leafhdr.count;
896 highstale, &lfloglow,
522 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) argument
[all...]
H A Dxfs_dir2_priv.h126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
H A Dxfs_dir2_node.c509 int lfloglow; /* low leaf entry logging */ local
553 &highstale, &lfloglow, &lfloghigh);
558 lfloglow = leafhdr.count;
566 highstale, &lfloglow, &lfloghigh);
574 xfs_dir3_leaf_log_ents(args, &leafhdr, bp, lfloglow, lfloghigh);

Completed in 120 milliseconds