Lines Matching defs:rbno
159 xfs_agblock_t rbno;
177 rbno = NULLAGBLOCK;
196 if (bno < rbno)
197 rbno = bno;
210 /* Discard any fragments ending at rbno from the worklist. */
215 if (bno != rbno) {
225 /* Try to add nr rmaps starting at rbno to the worklist. */
228 if (frag->rm.rm_startblock != rbno)
247 rbno = next_rbno;
254 if (rbno < refchk->bno + refchk->len)