Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Drefcount.c159 xfs_agblock_t rbno; in xchk_refcountbt_process_rmap_fragments() local
177 rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
196 if (bno < rbno) in xchk_refcountbt_process_rmap_fragments()
197 rbno = bno; in xchk_refcountbt_process_rmap_fragments()
215 if (bno != rbno) { in xchk_refcountbt_process_rmap_fragments()
228 if (frag->rm.rm_startblock != rbno) in xchk_refcountbt_process_rmap_fragments()
247 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments()
254 if (rbno < refchk->bno + refchk->len) in xchk_refcountbt_process_rmap_fragments()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc.c478 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument
551 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
553 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
554 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
557 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
563 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
564 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1662 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local
1704 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno, in xfs_alloc_ag_vextent_size()
1720 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_reflink.c1559 xfs_agblock_t rbno; in xfs_reflink_inode_has_shared_extents() local
1570 &rbno, &rlen, false); in xfs_reflink_inode_has_shared_extents()
1576 if (rbno != NULLAGBLOCK) { in xfs_reflink_inode_has_shared_extents()