Lines Matching refs:agbno
494 xfs_agblock_t agbno)
508 error = xfs_rmap_alloc(sc->tp, sc->sa.agf_bp, sc->sa.agno, agbno, 1,
515 agbno, 0);
518 xfs_extent_busy_insert(sc->tp, sc->sa.agno, agbno, 1,
535 xfs_agblock_t agbno;
540 agbno = XFS_FSB_TO_AGBNO(sc->mp, fsbno);
557 error = xfs_rmap_has_other_keys(cur, agbno, 1, oinfo, &has_other_rmap);
576 error = xfs_rmap_free(sc->tp, agf_bp, agno, agbno, 1, oinfo);
578 error = xrep_put_freelist(sc, agbno);
667 xfs_agblock_t *agbno = priv;
669 return (*agbno == bno) ? -ECANCELED : 0;
678 xfs_agblock_t agbno,
688 daddr = XFS_AGB_TO_DADDR(mp, ri->sc->sa.agno, agbno);
698 xrep_findroot_agfl_walk, &agbno);
813 fab->root = agbno;
817 trace_xrep_findroot_block(mp, ri->sc->sa.agno, agbno,