Searched refs:lfloglow (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_dir2_block.c | 278 int *lfloglow) in xfs_dir2_block_compact() argument 301 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact() 338 int lfloglow=0; /* first final leaf to log */ in xfs_dir2_block_addname() local 408 &lfloghigh, &lfloglow); in xfs_dir2_block_addname() 416 lfloglow = be32_to_cpu(btp->count); in xfs_dir2_block_addname() 473 lfloglow = 0; in xfs_dir2_block_addname() 502 lfloglow = min(lowstale, lfloglow); in xfs_dir2_block_addname() 514 lfloglow = min(mid, lfloglow); in xfs_dir2_block_addname() 529 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); in xfs_dir2_block_addname()
|
| D | xfs_dir2_leaf.c | 476 int *lfloglow, /* low leaf logging index */ in xfs_dir3_leaf_find_entry() argument 495 *lfloglow = index; in xfs_dir3_leaf_find_entry() 532 *lfloglow = min(lowstale, *lfloglow); in xfs_dir3_leaf_find_entry() 552 *lfloglow = min(index, *lfloglow); in xfs_dir3_leaf_find_entry() 587 int lfloglow; /* low leaf logging index */ in xfs_dir2_leaf_addname() local 727 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 734 lfloglow = leafhdr.count; in xfs_dir2_leaf_addname() 843 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname() 857 xfs_dir3_leaf_log_ents(args, lbp, lfloglow, lfloghigh); in xfs_dir2_leaf_addname()
|
| D | xfs_dir2_priv.h | 78 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
|
| D | xfs_dir2_node.c | 436 int lfloglow; /* low leaf entry logging */ in xfs_dir2_leafn_add() local 477 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 482 lfloglow = leafhdr.count; in xfs_dir2_leafn_add() 490 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add() 498 xfs_dir3_leaf_log_ents(args, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()
|