Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dalloc_repair.c121 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()
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()
314 next_agbno = arec.ar_startblock + arec.ar_blockcount; in xrep_bnobt_sort_records()
385 if (ra->next_agbno < agend) { in xrep_abt_find_freespace()
H A Drmap_repair.c1455 xfs_agblock_t next_agbno; member
1481 if (rec->rm_startblock > rfg->next_agbno) { in xrep_rmap_find_gaps()
1482 error = xagb_bitmap_set(&rfg->rmap_gaps, rfg->next_agbno, in xrep_rmap_find_gaps()
1483 rec->rm_startblock - rfg->next_agbno); in xrep_rmap_find_gaps()
1488 rfg->next_agbno = max_t(xfs_agblock_t, rfg->next_agbno, in xrep_rmap_find_gaps()
1504 .next_agbno = 0, in xrep_rmap_remove_old_tree()
1525 if (rfg.next_agbno < agend) { in xrep_rmap_remove_old_tree()
1526 error = xagb_bitmap_set(&rfg.rmap_gaps, rfg.next_agbno, in xrep_rmap_remove_old_tree()
1527 agend - rfg.next_agbno); in xrep_rmap_remove_old_tree()
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()