Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drcbag.c157 uint32_t next_bno = NULLAGBLOCK; in rcbag_next_edge() local
162 next_bno = next_rmap->rm_startblock; in rcbag_next_edge()
184 next_bno = min(next_bno, rcbag_rec_next_bno(&bagrec)); in rcbag_next_edge()
193 if (next_bno == NULLAGBLOCK) { in rcbag_next_edge()
200 *next_bnop = next_bno; in rcbag_next_edge()
213 uint32_t next_bno) in rcbag_remove_ending_at() argument
243 if (rcbag_rec_next_bno(&bagrec) != next_bno) in rcbag_remove_ending_at()
H A Drcbag.h24 uint32_t next_bno);