Searched refs:next_free_rgbno (Results 1 – 2 of 2) sorted by relevance
112 if (rtb->next_free_rgbno < rgbno) in xchk_rtbitmap_xref()113 xchk_xref_has_rt_owner(sc, rtb->next_free_rgbno, in xchk_rtbitmap_xref()114 rgbno - rtb->next_free_rgbno); in xchk_rtbitmap_xref()115 rtb->next_free_rgbno = rgbno + blockcount; in xchk_rtbitmap_xref()251 rtb->next_free_rgbno = 0; in xchk_rtbitmap()262 if (rtb->next_free_rgbno < last_rgbno) in xchk_rtbitmap()263 xchk_xref_has_rt_owner(sc, rtb->next_free_rgbno, in xchk_rtbitmap()264 last_rgbno - rtb->next_free_rgbno); in xchk_rtbitmap()
32 xfs_rgblock_t next_free_rgbno; member