Lines Matching refs:rbno
433 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument
506 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
508 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
509 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
512 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
518 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
519 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1668 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local
1707 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno, in xfs_alloc_ag_vextent_size()
1723 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1757 rbno + rlen > fbno + flen))) { in xfs_alloc_ag_vextent_size()
1768 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1786 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1791 rbno + rlen > fbno + flen))) { in xfs_alloc_ag_vextent_size()
1797 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1812 rbno = bestrbno; in xfs_alloc_ag_vextent_size()
1843 rbno, rlen, XFSA_FIXUP_CNT_OK))) in xfs_alloc_ag_vextent_size()
1849 args->agbno = rbno; in xfs_alloc_ag_vextent_size()