Lines Matching refs:rbno
310 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument
373 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
375 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
376 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
379 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
385 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
386 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1261 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local
1299 xfs_alloc_compute_aligned(args, fbno, flen, &rbno, &rlen); in xfs_alloc_ag_vextent_size()
1314 &rbno, &rlen); in xfs_alloc_ag_vextent_size()
1351 (rlen <= flen && rbno + rlen <= fbno + flen), error0); in xfs_alloc_ag_vextent_size()
1359 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1374 &rbno, &rlen); in xfs_alloc_ag_vextent_size()
1377 (rlen <= flen && rbno + rlen <= fbno + flen), in xfs_alloc_ag_vextent_size()
1381 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1393 rbno = bestrbno; in xfs_alloc_ag_vextent_size()
1423 rbno, rlen, XFSA_FIXUP_CNT_OK))) in xfs_alloc_ag_vextent_size()
1429 args->agbno = rbno; in xfs_alloc_ag_vextent_size()