Home
last modified time | relevance | path

Searched refs:rbno (Results 1 – 4 of 4) 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/libxfs/
H A Dxfs_alloc.c572 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument
656 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()
662 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
668 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
669 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1799 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local
1841 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno, in xfs_alloc_ag_vextent_size()
1858 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
[all …]
/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()