Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_block.c281 int *lfloglow) in xfs_dir2_block_compact() argument
304 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact()
341 int lfloglow=0; /* first final leaf to log */ in xfs_dir2_block_addname() local
411 &lfloghigh, &lfloglow); in xfs_dir2_block_addname()
419 lfloglow = be32_to_cpu(btp->count); in xfs_dir2_block_addname()
476 lfloglow = 0; in xfs_dir2_block_addname()
505 lfloglow = min(lowstale, lfloglow); in xfs_dir2_block_addname()
517 lfloglow = min(mid, lfloglow); in xfs_dir2_block_addname()
532 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); in xfs_dir2_block_addname()
Dxfs_dir2_leaf.c537 int *lfloglow, /* low leaf logging index */ in xfs_dir3_leaf_find_entry() argument
556 *lfloglow = index; in xfs_dir3_leaf_find_entry()
593 *lfloglow = min(lowstale, *lfloglow); in xfs_dir3_leaf_find_entry()
613 *lfloglow = min(index, *lfloglow); in xfs_dir3_leaf_find_entry()
642 int lfloglow; /* low leaf logging index */ in xfs_dir2_leaf_addname() local
791 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname()
798 lfloglow = leafhdr.count; in xfs_dir2_leaf_addname()
907 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leaf_addname()
921 xfs_dir3_leaf_log_ents(args, lbp, lfloglow, lfloghigh); in xfs_dir2_leaf_addname()
Dxfs_dir2_priv.h78 int lowstale, int highstale, int *lfloglow, int *lfloghigh);
Dxfs_dir2_node.c439 int lfloglow; /* low leaf entry logging */ in xfs_dir2_leafn_add() local
484 &highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()
489 lfloglow = leafhdr.count; in xfs_dir2_leafn_add()
497 highstale, &lfloglow, &lfloghigh); in xfs_dir2_leafn_add()
505 xfs_dir3_leaf_log_ents(args, bp, lfloglow, lfloghigh); in xfs_dir2_leafn_add()