Lines Matching refs:rbno
419 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument
482 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
484 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
485 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
488 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
494 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
495 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1401 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local
1440 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno, in xfs_alloc_ag_vextent_size()
1453 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1485 (rlen <= flen && rbno + rlen <= fbno + flen), error0); in xfs_alloc_ag_vextent_size()
1493 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1508 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1511 (rlen <= flen && rbno + rlen <= fbno + flen), in xfs_alloc_ag_vextent_size()
1515 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1527 rbno = bestrbno; in xfs_alloc_ag_vextent_size()
1555 rbno, rlen, XFSA_FIXUP_CNT_OK))) in xfs_alloc_ag_vextent_size()
1561 args->agbno = rbno; in xfs_alloc_ag_vextent_size()