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