Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Drefcount.c171 xfs_agblock_t rbno; in xchk_refcountbt_process_rmap_fragments() local
189 rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
208 if (bno < rbno) in xchk_refcountbt_process_rmap_fragments()
209 rbno = bno; in xchk_refcountbt_process_rmap_fragments()
227 if (bno != rbno) { in xchk_refcountbt_process_rmap_fragments()
240 if (frag->rm.rm_startblock != rbno) in xchk_refcountbt_process_rmap_fragments()
259 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments()
266 if (rbno < refchk->bno + refchk->len) in xchk_refcountbt_process_rmap_fragments()
H A Drtrefcount.c185 xfs_rgblock_t rbno; in xchk_rtrefcountbt_process_rmap_fragments() local
203 rbno = NULLRGBLOCK; in xchk_rtrefcountbt_process_rmap_fragments()
222 if (bno < rbno) in xchk_rtrefcountbt_process_rmap_fragments()
223 rbno = bno; in xchk_rtrefcountbt_process_rmap_fragments()
241 if (bno != rbno) { in xchk_rtrefcountbt_process_rmap_fragments()
254 if (frag->rm.rm_startblock != rbno) in xchk_rtrefcountbt_process_rmap_fragments()
273 rbno = next_rbno; in xchk_rtrefcountbt_process_rmap_fragments()
280 if (rbno < refchk->bno + refchk->len) in xchk_rtrefcountbt_process_rmap_fragments()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_alloc.c656 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
658 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
659 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
668 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
669 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1858 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1911 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1930 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1942 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1958 rbno = bestrbno; in xfs_alloc_ag_vextent_size()
[all …]
/linux-6.15/fs/xfs/
H A Dxfs_discard.c536 xfs_rtblock_t rbno, rlen; in xfs_trim_gather_rtextent() local
548 rbno = xfs_rtx_to_rtb(rtg, rec->ar_startext); in xfs_trim_gather_rtextent()
553 trace_xfs_discard_rttoosmall(rtg_mount(rtg), rbno, rlen); in xfs_trim_gather_rtextent()
561 busyp->bno = rbno; in xfs_trim_gather_rtextent()