Searched refs:lfloghigh (Results 1 - 4 of 4) sorted by last modified time

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_node.c512 int lfloghigh; /* high leaf entry logging */
557 &highstale, &lfloglow, &lfloghigh);
563 lfloghigh = -1;
570 highstale, &lfloglow, &lfloghigh);
578 xfs_dir3_leaf_log_ents(args, &leafhdr, bp, lfloglow, lfloghigh);
508 int lfloghigh; /* high leaf entry logging */ local
H A Dxfs_dir2_leaf.c580 int *lfloghigh) /* high leaf logging index */
599 *lfloghigh = leafhdr->count++;
636 *lfloghigh = max(index - 1, *lfloghigh);
656 *lfloghigh = max(highstale, *lfloghigh);
691 int lfloghigh; /* high leaf logging index */
831 &highstale, &lfloglow, &lfloghigh);
839 lfloghigh = -1;
947 highstale, &lfloglow, &lfloghigh);
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
641 int lfloghigh; /* high leaf logging index */ local
[all...]
H A Dxfs_dir2_block.c313 int *lfloghigh,
322 highstale = *lfloghigh = -1;
328 if (*lfloghigh == -1)
329 *lfloghigh = toidx;
338 *lfloghigh -= be32_to_cpu(btp->stale) - 1;
373 int lfloghigh=0; /* last final leaf to log */
444 &lfloghigh, &lfloglow);
453 lfloghigh = -1;
510 lfloghigh = mid;
539 lfloghigh
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
368 int lfloghigh=0; /* last final leaf to log */ local
[all...]
H A Dxfs_dir2_priv.h127 int lowstale, int highstale, int *lfloglow, int *lfloghigh);

Completed in 156 milliseconds