Lines Matching refs:rbno
448 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument
521 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
523 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
524 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
527 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
533 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
534 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1682 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local
1720 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno, in xfs_alloc_ag_vextent_size()
1736 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1770 rbno + rlen > fbno + flen))) { in xfs_alloc_ag_vextent_size()
1781 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1799 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1804 rbno + rlen > fbno + flen))) { in xfs_alloc_ag_vextent_size()
1810 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1825 rbno = bestrbno; in xfs_alloc_ag_vextent_size()
1856 rbno, rlen, XFSA_FIXUP_CNT_OK))) in xfs_alloc_ag_vextent_size()
1862 args->agbno = rbno; in xfs_alloc_ag_vextent_size()