Lines Matching defs:rbno
422 * starting at rbno, rlen blocks. The extent is contained within the
433 xfs_agblock_t rbno, /* starting block of returned extent */
506 if (rbno == fbno && rlen == flen)
508 else if (rbno == fbno) {
509 nfbno1 = rbno + rlen;
512 } else if (rbno + rlen == fbno + flen) {
518 nflen1 = rbno - fbno;
519 nfbno2 = rbno + rlen;
1668 xfs_agblock_t rbno; /* returned block number */
1707 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno,
1723 &rbno, &rlen, &busy_gen);
1757 rbno + rlen > fbno + flen))) {
1768 bestrbno = rbno;
1786 &rbno, &rlen, &busy_gen);
1791 rbno + rlen > fbno + flen))) {
1797 bestrbno = rbno;
1812 rbno = bestrbno;
1843 rbno, rlen, XFSA_FIXUP_CNT_OK)))
1849 args->agbno = rbno;