Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/scrub/
A Drefcount.c156 xfs_agblock_t rbno; in xchk_refcountbt_process_rmap_fragments() local
174 rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
193 if (bno < rbno) in xchk_refcountbt_process_rmap_fragments()
194 rbno = bno; in xchk_refcountbt_process_rmap_fragments()
212 if (bno != rbno) { in xchk_refcountbt_process_rmap_fragments()
225 if (frag->rm.rm_startblock != rbno) in xchk_refcountbt_process_rmap_fragments()
244 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments()
251 if (rbno < refchk->bno + refchk->len) in xchk_refcountbt_process_rmap_fragments()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_alloc.c517 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
519 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
520 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
529 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
530 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1656 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1701 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1719 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1730 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1745 rbno = bestrbno; in xfs_alloc_ag_vextent_size()
[all …]
/linux-6.3-rc2/fs/xfs/
A Dxfs_reflink.c1571 xfs_agblock_t rbno; in xfs_reflink_inode_has_shared_extents() local
1582 &rbno, &rlen, false); in xfs_reflink_inode_has_shared_extents()
1588 if (rbno != NULLAGBLOCK) { in xfs_reflink_inode_has_shared_extents()

Completed in 12 milliseconds