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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_block.c314 int *lfloglow)
337 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1);
374 int lfloglow=0; /* first final leaf to log */
444 &lfloghigh, &lfloglow);
452 lfloglow = be32_to_cpu(btp->count);
509 lfloglow = 0;
538 lfloglow = min(lowstale, lfloglow);
550 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
369 int lfloglow=0; /* first final leaf to log */ local
[all...]
H A Dxfs_dir2_leaf.c579 int *lfloglow, /* low leaf logging index */
598 *lfloglow = index;
635 *lfloglow = min(lowstale, *lfloglow);
655 *lfloglow = min(index, *lfloglow);
690 int lfloglow; /* low leaf logging index */
831 &highstale, &lfloglow, &lfloghigh);
838 lfloglow = leafhdr.count;
947 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
640 int lfloglow; /* low leaf logging index */ local
[all...]
H A Dxfs_dir2_node.c513 int lfloglow; /* low leaf entry logging */
557 &highstale, &lfloglow, &lfloghigh);
562 lfloglow = leafhdr.count;
570 highstale, &lfloglow, &lfloghigh);
578 xfs_dir3_leaf_log_ents(args, &leafhdr, bp, lfloglow, lfloghigh);
509 int lfloglow; /* low leaf entry logging */ local
H A Dxfs_dir2_priv.h127 int lowstale, int highstale, int *lfloglow, int *lfloghigh);

Completed in 468 milliseconds