Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drefcount.c170 xfs_agblock_t rbno; in xchk_refcountbt_process_rmap_fragments() local
188 rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
207 if (bno < rbno) in xchk_refcountbt_process_rmap_fragments()
208 rbno = bno; in xchk_refcountbt_process_rmap_fragments()
226 if (bno != rbno) { in xchk_refcountbt_process_rmap_fragments()
239 if (frag->rm.rm_startblock != rbno) in xchk_refcountbt_process_rmap_fragments()
258 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments()
265 if (rbno < refchk->bno + refchk->len) in xchk_refcountbt_process_rmap_fragments()
H A Drtrefcount.c184 xfs_rgblock_t rbno; in xchk_rtrefcountbt_process_rmap_fragments() local
202 rbno = NULLRGBLOCK; in xchk_rtrefcountbt_process_rmap_fragments()
221 if (bno < rbno) in xchk_rtrefcountbt_process_rmap_fragments()
222 rbno = bno; in xchk_rtrefcountbt_process_rmap_fragments()
240 if (bno != rbno) { in xchk_rtrefcountbt_process_rmap_fragments()
253 if (frag->rm.rm_startblock != rbno) in xchk_rtrefcountbt_process_rmap_fragments()
272 rbno = next_rbno; in xchk_rtrefcountbt_process_rmap_fragments()
279 if (rbno < refchk->bno + refchk->len) in xchk_rtrefcountbt_process_rmap_fragments()
/linux/fs/xfs/
H A Dxfs_discard.c519 xfs_rtblock_t rbno, rlen; in xfs_trim_gather_rtextent() local
531 rbno = xfs_rtx_to_rtb(rtg, rec->ar_startext); in xfs_trim_gather_rtextent()
536 trace_xfs_discard_rttoosmall(rtg_mount(rtg), rbno, rlen); in xfs_trim_gather_rtextent()
544 busyp->bno = rbno; in xfs_trim_gather_rtextent()