Home
last modified time | relevance | path

Searched refs:xfs_alloc_read_agf (Results 1 – 20 of 20) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_ag.c65 error = xfs_alloc_read_agf(pag, NULL, 0, NULL); in xfs_initialize_perag_data()
768 error = xfs_alloc_read_agf(pag, *tpp, 0, &agfbp); in xfs_ag_shrink_space()
903 error = xfs_alloc_read_agf(pag, tp, 0, &bp); in xfs_ag_extend_space()
952 error = xfs_alloc_read_agf(pag, NULL, 0, &agf_bp); in xfs_ag_get_geometry()
H A Dxfs_alloc.h194 int xfs_alloc_read_agf(struct xfs_perag *pag, struct xfs_trans *tp, int flags,
H A Dxfs_ag_resv.c314 error2 = xfs_alloc_read_agf(pag, tp, 0, NULL); in xfs_ag_resv_init()
H A Dxfs_refcount_btree.c503 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_refcountbt_calc_reserves()
H A Dxfs_rmap_btree.c852 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_rmapbt_calc_reserves()
H A Dxfs_refcount.c1418 error = xfs_alloc_read_agf(pag, tp, in xfs_refcount_finish_one()
2110 error = xfs_alloc_read_agf(to_perag(xg), tp, 0, &agbp); in xfs_refcount_recover_cow_leftovers()
H A Dxfs_ialloc.c1751 error = xfs_alloc_read_agf(pag, tp, flags, NULL); in xfs_dialloc_good_ag()
H A Dxfs_bmap.c3308 error = xfs_alloc_read_agf(pag, tp, XFS_ALLOC_FLAG_TRYLOCK, in xfs_bmap_longest_free_extent()
/linux/fs/xfs/scrub/
H A Drepair.c314 error = xfs_alloc_read_agf(pag, NULL, 0, &bp); in xrep_calc_ag_resblks()
929 error = xfs_alloc_read_agf(pag, sc->tp, 0, &bp); in xrep_reinit_pagf()
988 error = xfs_alloc_read_agf(pag, sc->tp, 0, &sa->agf_bp); in xrep_ag_init()
H A Dfscounters.c91 error = xfs_alloc_read_agf(pag, sc->tp, 0, &agf_bp); in xchk_fscount_warmup()
H A Dreap.c605 error = xfs_alloc_read_agf(sc->sa.pag, sc->tp, 0, &sc->sa.agf_bp); in xreap_fsmeta_extent()
1240 error = xfs_alloc_read_agf(sc->sa.pag, sc->tp, 0, &sc->sa.agf_bp); in xreap_ifork_extent()
H A Dagheader_repair.c735 error = xfs_alloc_read_agf(sc->sa.pag, sc->tp, 0, &agf_bp); in xrep_agfl()
860 error = xfs_alloc_read_agf(sc->sa.pag, sc->tp, 0, &agf_bp); in xrep_agi_find_btrees()
H A Dbmap.c701 error = xfs_alloc_read_agf(pag, sc->tp, 0, &agf); in xchk_bmap_check_ag_rmaps()
H A Dcommon.c471 error = xfs_alloc_read_agf(sa->pag, sc->tp, 0, &sa->agf_bp); in xchk_perag_read_headers()
H A Dinode_repair.c766 error = xfs_alloc_read_agf(pag, ri->sc->tp, 0, &agf); in xrep_dinode_count_ag_rmaps()
/linux/fs/xfs/
H A Dxfs_notify_failure.c298 error = xfs_alloc_read_agf(pag, tp, 0, &agf_bp); in xfs_dax_notify_dev_failure()
H A Dxfs_discard.c203 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_trim_gather_extents()
H A Dxfs_reflink.c153 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_reflink_find_shared()
H A Dxfs_fsmap.c554 error = xfs_alloc_read_agf(pag, tp, 0, &info->agf_bp); in __xfs_getfsmap_datadev()
H A Dxfs_trace.h368 DEFINE_AG_EVENT(xfs_alloc_read_agf);