Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dalloc_repair.c121 xfs_agblock_t next_agbno; member
200 .ar_startblock = ra->next_agbno, in xrep_abt_stash()
201 .ar_blockcount = end - ra->next_agbno, in xrep_abt_stash()
247 if (rec->rm_startblock > ra->next_agbno) { in xrep_abt_walk_rmap()
257 ra->next_agbno = max_t(xfs_agblock_t, ra->next_agbno, in xrep_abt_walk_rmap()
304 xfs_agblock_t next_agbno = 0; in xrep_bnobt_sort_records() local
312 if (arec.ar_startblock < next_agbno) in xrep_bnobt_sort_records()
315 next_agbno = arec.ar_startblock + arec.ar_blockcount; in xrep_bnobt_sort_records()
386 if (ra->next_agbno < agend) { in xrep_abt_find_freespace()
Drmap_repair.c1392 xfs_agblock_t next_agbno; member
1418 if (rec->rm_startblock > rfg->next_agbno) { in xrep_rmap_find_gaps()
1419 error = xagb_bitmap_set(&rfg->rmap_gaps, rfg->next_agbno, in xrep_rmap_find_gaps()
1420 rec->rm_startblock - rfg->next_agbno); in xrep_rmap_find_gaps()
1425 rfg->next_agbno = max_t(xfs_agblock_t, rfg->next_agbno, in xrep_rmap_find_gaps()
1441 .next_agbno = 0, in xrep_rmap_remove_old_tree()
1462 if (rfg.next_agbno < agend) { in xrep_rmap_remove_old_tree()
1463 error = xagb_bitmap_set(&rfg.rmap_gaps, rfg.next_agbno, in xrep_rmap_remove_old_tree()
1464 agend - rfg.next_agbno); in xrep_rmap_remove_old_tree()
Drefcount_repair.c334 xfs_agblock_t next_agbno = 0; in xrep_refc_sort_records() local
353 next_agbno = 0; in xrep_refc_sort_records()
358 if (irec.rc_startblock < next_agbno) in xrep_refc_sort_records()
361 next_agbno = irec.rc_startblock + irec.rc_blockcount; in xrep_refc_sort_records()