Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drtrefcount_repair.c316 xfs_rgblock_t next_rgbno = 0; in xrep_rtrefc_sort_records() local
335 next_rgbno = 0; in xrep_rtrefc_sort_records()
340 if (irec.rc_startblock < next_rgbno) in xrep_rtrefc_sort_records()
343 next_rgbno = irec.rc_startblock + irec.rc_blockcount; in xrep_rtrefc_sort_records()
H A Drtbitmap.h41 xfs_rgblock_t next_rgbno; member