Home
last modified time | relevance | path

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

/Linux-v5.10/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.c637 error = xfs_alloc_read_agf(mp, tp, info->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.h165 DEFINE_AG_EVENT(xfs_alloc_read_agf);
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_alloc.h149 xfs_alloc_read_agf(
Dxfs_ag.c519 error = xfs_alloc_read_agf(mp, tp, id->agno, 0, &bp); in xfs_ag_extend_space()
568 error = xfs_alloc_read_agf(mp, NULL, agno, 0, &agf_bp); in xfs_ag_get_geometry()
Dxfs_refcount_btree.c467 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_refcountbt_calc_reserves()
Dxfs_rmap_btree.c614 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_rmapbt_calc_reserves()
Dxfs_alloc.c2500 error = xfs_alloc_read_agf(mp, tp, args->agno, flags, &agbp); in xfs_alloc_fix_freelist()
2530 error = xfs_alloc_read_agf(mp, tp, args->agno, flags, &agbp); in xfs_alloc_fix_freelist()
2763 error = xfs_alloc_read_agf(mp, tp, agno, flags, &bp); in xfs_alloc_pagf_init()
2979 xfs_alloc_read_agf( in xfs_alloc_read_agf() function
Dxfs_refcount.c1176 error = xfs_alloc_read_agf(tp->t_mountp, tp, agno, in xfs_refcount_finish_one()
1716 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_refcount_recover_cow_leftovers()
/Linux-v5.10/fs/xfs/scrub/
Dfscounters.c83 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()
548 error = xfs_alloc_read_agf(sc->mp, sc->tp, agno, 0, &agf_bp); in xrep_reap_block()
Dagheader_repair.c651 error = xfs_alloc_read_agf(mp, sc->tp, sc->sa.agno, 0, &agf_bp); in xrep_agfl()
725 error = xfs_alloc_read_agf(mp, sc->tp, sc->sa.agno, 0, &agf_bp); in xrep_agi_find_btrees()
Dcommon.c416 error = xfs_alloc_read_agf(mp, sc->tp, agno, 0, agf); in xchk_ag_read_headers()
Dbmap.c561 error = xfs_alloc_read_agf(sc->mp, sc->tp, agno, 0, &agf); in xchk_bmap_check_ag_rmaps()