Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_alloc.h152 xfs_alloc_read_agf(
Dxfs_ag.c791 error = xfs_alloc_read_agf(mp, *tpp, agno, 0, &agfbp); in xfs_ag_shrink_space()
911 error = xfs_alloc_read_agf(mp, tp, id->agno, 0, &bp); in xfs_ag_extend_space()
960 error = xfs_alloc_read_agf(mp, NULL, agno, 0, &agf_bp); in xfs_ag_get_geometry()
Dxfs_refcount_btree.c468 error = xfs_alloc_read_agf(mp, tp, pag->pag_agno, 0, &agbp); in xfs_refcountbt_calc_reserves()
Dxfs_rmap_btree.c612 error = xfs_alloc_read_agf(mp, tp, pag->pag_agno, 0, &agbp); in xfs_rmapbt_calc_reserves()
Dxfs_alloc.c2540 error = xfs_alloc_read_agf(mp, tp, args->agno, flags, &agbp); in xfs_alloc_fix_freelist()
2570 error = xfs_alloc_read_agf(mp, tp, args->agno, flags, &agbp); in xfs_alloc_fix_freelist()
2811 error = xfs_alloc_read_agf(mp, tp, agno, flags, &bp); in xfs_alloc_pagf_init()
3026 xfs_alloc_read_agf( in xfs_alloc_read_agf() function
Dxfs_refcount.c1177 error = xfs_alloc_read_agf(tp->t_mountp, tp, pag->pag_agno, in xfs_refcount_finish_one()
1710 error = xfs_alloc_read_agf(mp, tp, pag->pag_agno, 0, &agbp); in xfs_refcount_recover_cow_leftovers()
/Linux-v5.15/fs/xfs/
Dxfs_discard.c48 error = xfs_alloc_read_agf(mp, NULL, agno, 0, &agbp); in xfs_trim_extents()
Dxfs_extfree_item.c545 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_agfl_free_finish_item()
Dxfs_fsmap.c645 error = xfs_alloc_read_agf(mp, tp, pag->pag_agno, 0, in __xfs_getfsmap_datadev()
Dxfs_reflink.c143 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_reflink_find_shared()
Dxfs_trace.h294 DEFINE_AG_EVENT(xfs_alloc_read_agf);
/Linux-v5.15/fs/xfs/scrub/
Dfscounters.c84 error = xfs_alloc_read_agf(mp, sc->tp, agno, 0, &agf_bp); in xchk_fscount_warmup()
Drepair.c209 error = xfs_alloc_read_agf(mp, NULL, sm->sm_agno, 0, &bp); in xrep_calc_ag_resblks()
552 error = xfs_alloc_read_agf(sc->mp, sc->tp, agno, 0, &agf_bp); in xrep_reap_block()
Dagheader_repair.c653 error = xfs_alloc_read_agf(mp, sc->tp, sc->sa.pag->pag_agno, 0, in xrep_agfl()
729 error = xfs_alloc_read_agf(mp, sc->tp, sc->sa.pag->pag_agno, 0, in xrep_agi_find_btrees()
Dcommon.c421 error = xfs_alloc_read_agf(mp, sc->tp, agno, 0, &sa->agf_bp); in xchk_ag_read_headers()
Dbmap.c559 error = xfs_alloc_read_agf(sc->mp, sc->tp, pag->pag_agno, 0, &agf); in xchk_bmap_check_ag_rmaps()