Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dalloc_repair.c119 * rmap record is greater than next_agbno, we have found unused space.
121 xfs_agblock_t next_agbno; member
199 .ar_startblock = ra->next_agbno, in xrep_abt_stash()
200 .ar_blockcount = end - ra->next_agbno, in xrep_abt_stash()
246 if (rec->rm_startblock > ra->next_agbno) { in xrep_abt_walk_rmap()
254 * next_agbno as far out into the AG space as we currently know about. in xrep_abt_walk_rmap()
256 ra->next_agbno = max_t(xfs_agblock_t, ra->next_agbno, in xrep_abt_walk_rmap()
303 xfs_agblock_t next_agbno = 0; in xrep_bnobt_sort_records() local
311 if (arec.ar_startblock < next_agbno) in xrep_bnobt_sort_records()
[all...]
H A Drefcount_repair.c328 xfs_agblock_t next_agbno = 0; in xrep_refc_sort_records() local
347 next_agbno = 0; in xrep_refc_sort_records()
352 if (irec.rc_startblock < next_agbno) in xrep_refc_sort_records()
355 next_agbno = irec.rc_startblock + irec.rc_blockcount; in xrep_refc_sort_records()