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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_block.c308 int *lfloghigh,
317 highstale = *lfloghigh = -1;
323 if (*lfloghigh == -1)
324 *lfloghigh = toidx;
333 *lfloghigh -= be32_to_cpu(btp->stale) - 1;
368 int lfloghigh=0; /* last final leaf to log */ local
439 &lfloghigh, &lfloglow);
448 lfloghigh = -1;
505 lfloghigh = mid;
534 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
[all...]
H A Dxfs_dir2_leaf.c530 int *lfloghigh) /* high leaf logging index */
549 *lfloghigh = leafhdr->count++;
586 *lfloghigh = max(index - 1, *lfloghigh);
606 *lfloghigh = max(highstale, *lfloghigh);
641 int lfloghigh; /* high leaf logging index */ local
780 &highstale, &lfloglow, &lfloghigh);
788 lfloghigh = -1;
896 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
[all...]
H A Dxfs_dir2_priv.h126 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
H A Dxfs_dir2_node.c508 int lfloghigh; /* high leaf entry logging */ local
553 &highstale, &lfloglow, &lfloghigh);
559 lfloghigh = -1;
566 highstale, &lfloglow, &lfloghigh);
574 xfs_dir3_leaf_log_ents(args, &leafhdr, bp, lfloglow, lfloghigh);

Completed in 189 milliseconds