Lines Matching defs:rbno
467 * starting at rbno, rlen blocks. The extent is contained within the
478 xfs_agblock_t rbno, /* starting block of returned extent */
551 if (rbno == fbno && rlen == flen)
553 else if (rbno == fbno) {
554 nfbno1 = rbno + rlen;
557 } else if (rbno + rlen == fbno + flen) {
563 nflen1 = rbno - fbno;
564 nfbno2 = rbno + rlen;
1662 xfs_agblock_t rbno; /* returned block number */
1704 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno,
1720 &rbno, &rlen, &busy_gen);
1760 rbno + rlen > fbno + flen))) {
1771 bestrbno = rbno;
1789 &rbno, &rlen, &busy_gen);
1794 rbno + rlen > fbno + flen))) {
1800 bestrbno = rbno;
1815 rbno = bestrbno;
1858 rbno, rlen, XFSA_FIXUP_CNT_OK)))
1864 args->agbno = rbno;