Lines Matching refs:rbno
271 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument
331 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
333 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
334 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
337 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
343 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
344 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1297 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local
1342 &rbno, &rlen); in xfs_alloc_ag_vextent_size()
1345 (rlen <= flen && rbno + rlen <= fbno + flen), error0); in xfs_alloc_ag_vextent_size()
1353 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1368 args->minlen, &rbno, &rlen); in xfs_alloc_ag_vextent_size()
1371 (rlen <= flen && rbno + rlen <= fbno + flen), in xfs_alloc_ag_vextent_size()
1375 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1387 rbno = bestrbno; in xfs_alloc_ag_vextent_size()
1411 rbno, rlen, XFSA_FIXUP_CNT_OK))) in xfs_alloc_ag_vextent_size()
1417 args->agbno = rbno; in xfs_alloc_ag_vextent_size()