Lines Matching defs:rbno
154 xfs_agblock_t rbno;
172 rbno = NULLAGBLOCK;
191 if (bno < rbno)
192 rbno = bno;
205 /* Discard any fragments ending at rbno from the worklist. */
210 if (bno != rbno) {
220 /* Try to add nr rmaps starting at rbno to the worklist. */
223 if (frag->rm.rm_startblock != rbno)
242 rbno = next_rbno;
249 if (rbno < refchk->bno + refchk->len)