Lines Matching defs:bno
222 xfs_agblock_t bno = agbno;
239 while (bno < agbno_next) {
247 max_fsbs = min_t(xfs_agblock_t, agbno_next - bno,
255 daddr = XFS_AGB_TO_DADDR(mp, agno, bno);
272 *aglenp -= agbno_next - bno;
277 bno++;
300 xfs_agblock_t bno = agbno + 1;
323 while (bno < agbno_next) {
326 error = xfs_rmap_has_other_keys(cur, bno, 1, rs->oinfo,
335 bno++;