Lines Matching refs:agbno
109 xfs_agblock_t agbno,
114 if (!xfs_verify_agbno(sc->sa.pag, agbno))
502 xfs_agblock_t agbno = start;
503 xfs_agblock_t last_agbno = agbno + len - 1;
506 while (agbno <= last_agbno) {
509 error = xfs_rmap_has_other_keys(ra->rmap_cur, agbno, 1,
515 error = xagb_bitmap_set(&ra->crossed, agbno, 1);
522 agbno++;
656 xfs_agblock_t agbno = start;
659 trace_xrep_agfl_insert(sc->sa.pag, agbno, len);
661 while (agbno < start + len && af->fl_off < af->flcount)
662 af->agfl_bno[af->fl_off++] = cpu_to_be32(agbno++);
664 error = xagb_bitmap_set(&af->used_extents, start, agbno - 1);