Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ag.c144 error = xfs_alloc_read_agf(pag, NULL, 0, NULL); in xfs_initialize_perag_data()
845 error = xfs_alloc_read_agf(pag, *tpp, 0, &agfbp); in xfs_ag_shrink_space()
979 error = xfs_alloc_read_agf(pag, tp, 0, &bp); in xfs_ag_extend_space()
1028 error = xfs_alloc_read_agf(pag, NULL, 0, &agf_bp); in xfs_ag_get_geometry()
Dxfs_alloc.h195 int xfs_alloc_read_agf(struct xfs_perag *pag, struct xfs_trans *tp, int flags,
Dxfs_ag_resv.c313 error2 = xfs_alloc_read_agf(pag, tp, 0, NULL); in xfs_ag_resv_init()
Dxfs_refcount_btree.c504 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_refcountbt_calc_reserves()
Dxfs_refcount.c1371 error = xfs_alloc_read_agf(ri->ri_pag, tp, in xfs_refcount_finish_one()
1937 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_refcount_recover_cow_leftovers()
Dxfs_rmap_btree.c852 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_rmapbt_calc_reserves()
Dxfs_alloc.c2832 error = xfs_alloc_read_agf(pag, tp, alloc_flags, &agbp); in xfs_alloc_fix_freelist()
2863 error = xfs_alloc_read_agf(pag, tp, alloc_flags, &agbp); in xfs_alloc_fix_freelist()
3385 xfs_alloc_read_agf( in xfs_alloc_read_agf() function
Dxfs_ialloc.c1753 error = xfs_alloc_read_agf(pag, tp, flags, NULL); in xfs_dialloc_good_ag()
Dxfs_bmap.c3276 error = xfs_alloc_read_agf(pag, tp, XFS_ALLOC_FLAG_TRYLOCK, in xfs_bmap_longest_free_extent()
/linux-6.12.1/fs/xfs/scrub/
Drepair.c306 error = xfs_alloc_read_agf(pag, NULL, 0, &bp); in xrep_calc_ag_resblks()
887 error = xfs_alloc_read_agf(pag, sc->tp, 0, &bp); in xrep_reinit_pagf()
946 error = xfs_alloc_read_agf(pag, sc->tp, 0, &sa->agf_bp); in xrep_ag_init()
Dreap.c597 error = xfs_alloc_read_agf(sc->sa.pag, sc->tp, 0, &sc->sa.agf_bp); in xreap_fsmeta_extent()
974 error = xfs_alloc_read_agf(sc->sa.pag, sc->tp, 0, &sc->sa.agf_bp); in xreap_ifork_extent()
Dfscounters.c91 error = xfs_alloc_read_agf(pag, sc->tp, 0, &agf_bp); in xchk_fscount_warmup()
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()
Dcommon.c455 error = xfs_alloc_read_agf(sa->pag, sc->tp, 0, &sa->agf_bp); in xchk_perag_read_headers()
Dbmap.c642 error = xfs_alloc_read_agf(pag, sc->tp, 0, &agf); in xchk_bmap_check_ag_rmaps()
Dinode_repair.c748 error = xfs_alloc_read_agf(pag, ri->sc->tp, 0, &agf); in xrep_dinode_count_ag_rmaps()
/linux-6.12.1/fs/xfs/
Dxfs_notify_failure.c200 error = xfs_alloc_read_agf(pag, tp, 0, &agf_bp); in xfs_dax_notify_ddev_failure()
Dxfs_discard.c182 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_trim_gather_extents()
Dxfs_extfree_item.c548 error = xfs_alloc_read_agf(xefi->xefi_pag, tp, 0, &agbp); in xfs_agfl_free_finish_item()
Dxfs_fsmap.c547 error = xfs_alloc_read_agf(pag, tp, 0, &info->agf_bp); in __xfs_getfsmap_datadev()
Dxfs_reflink.c143 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_reflink_find_shared()
Dxfs_trace.h322 DEFINE_AG_EVENT(xfs_alloc_read_agf);