Searched refs:next_bno (Results 1 – 2 of 2) sorted by relevance
157 uint32_t next_bno = NULLAGBLOCK; in rcbag_next_edge() local162 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() argument243 if (rcbag_rec_next_bno(&bagrec) != next_bno) in rcbag_remove_ending_at()
24 uint32_t next_bno);