Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/scrub/
Drefcount.c353 xfs_agblock_t *next_bno = priv; in xchk_refcountbt_rmap_check_gap() local
355 if (*next_bno != NULLAGBLOCK && rec->rm_startblock < *next_bno) in xchk_refcountbt_rmap_check_gap()
358 *next_bno = rec->rm_startblock + rec->rm_blockcount; in xchk_refcountbt_rmap_check_gap()
374 xfs_agblock_t next_bno = NULLAGBLOCK; in xchk_refcountbt_xref_gaps() local
387 xchk_refcountbt_rmap_check_gap, &next_bno); in xchk_refcountbt_xref_gaps()