Lines Matching refs:rbno
444 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument
517 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()
523 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
529 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
530 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1602 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local
1640 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno, in xfs_alloc_ag_vextent_size()
1656 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1690 rbno + rlen > fbno + flen))) { 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()
1724 rbno + rlen > fbno + flen))) { in xfs_alloc_ag_vextent_size()
1730 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1745 rbno = bestrbno; in xfs_alloc_ag_vextent_size()
1776 rbno, rlen, XFSA_FIXUP_CNT_OK))) in xfs_alloc_ag_vextent_size()
1782 args->agbno = rbno; in xfs_alloc_ag_vextent_size()