rbno              415 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t	rbno,		/* starting block of returned extent */
rbno              478 fs/xfs/libxfs/xfs_alloc.c 	if (rbno == fbno && rlen == flen)
rbno              480 fs/xfs/libxfs/xfs_alloc.c 	else if (rbno == fbno) {
rbno              481 fs/xfs/libxfs/xfs_alloc.c 		nfbno1 = rbno + rlen;
rbno              484 fs/xfs/libxfs/xfs_alloc.c 	} else if (rbno + rlen == fbno + flen) {
rbno              490 fs/xfs/libxfs/xfs_alloc.c 		nflen1 = rbno - fbno;
rbno              491 fs/xfs/libxfs/xfs_alloc.c 		nfbno2 = rbno + rlen;
rbno             1499 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t	rbno;		/* returned block number */
rbno             1538 fs/xfs/libxfs/xfs_alloc.c 		busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno,
rbno             1551 fs/xfs/libxfs/xfs_alloc.c 					&rbno, &rlen, &busy_gen);
rbno             1583 fs/xfs/libxfs/xfs_alloc.c 			(rlen <= flen && rbno + rlen <= fbno + flen), error0);
rbno             1591 fs/xfs/libxfs/xfs_alloc.c 		bestrbno = rbno;
rbno             1606 fs/xfs/libxfs/xfs_alloc.c 					&rbno, &rlen, &busy_gen);
rbno             1609 fs/xfs/libxfs/xfs_alloc.c 				(rlen <= flen && rbno + rlen <= fbno + flen),
rbno             1613 fs/xfs/libxfs/xfs_alloc.c 				bestrbno = rbno;
rbno             1625 fs/xfs/libxfs/xfs_alloc.c 		rbno = bestrbno;
rbno             1653 fs/xfs/libxfs/xfs_alloc.c 			rbno, rlen, XFSA_FIXUP_CNT_OK)))
rbno             1659 fs/xfs/libxfs/xfs_alloc.c 	args->agbno = rbno;
rbno              154 fs/xfs/scrub/refcount.c 	xfs_agblock_t			rbno;
rbno              172 fs/xfs/scrub/refcount.c 	rbno = NULLAGBLOCK;
rbno              191 fs/xfs/scrub/refcount.c 		if (bno < rbno)
rbno              192 fs/xfs/scrub/refcount.c 			rbno = bno;
rbno              212 fs/xfs/scrub/refcount.c 			if (bno != rbno) {
rbno              225 fs/xfs/scrub/refcount.c 			if (frag->rm.rm_startblock != rbno)
rbno              244 fs/xfs/scrub/refcount.c 		rbno = next_rbno;
rbno              251 fs/xfs/scrub/refcount.c 	if (rbno < refchk->bno + refchk->len)
rbno             1404 fs/xfs/xfs_reflink.c 	xfs_agblock_t		rbno;
rbno             1433 fs/xfs/xfs_reflink.c 					aglen, &rbno, &rlen, true);
rbno             1436 fs/xfs/xfs_reflink.c 			if (rbno == NULLAGBLOCK)
rbno             1442 fs/xfs/xfs_reflink.c 					(rbno - agbno));
rbno             1452 fs/xfs/xfs_reflink.c 			map[1].br_blockcount -= (rbno - agbno + rlen);
rbno             1453 fs/xfs/xfs_reflink.c 			map[1].br_startoff += (rbno - agbno + rlen);
rbno             1454 fs/xfs/xfs_reflink.c 			map[1].br_startblock += (rbno - agbno + rlen);
rbno             1477 fs/xfs/xfs_reflink.c 	xfs_agblock_t			rbno;
rbno             1501 fs/xfs/xfs_reflink.c 				&rbno, &rlen, false);
rbno             1505 fs/xfs/xfs_reflink.c 		if (rbno != NULLAGBLOCK) {