Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_alloc.h163 xfs_alloc_read_agf(
Dxfs_ag.c511 error = xfs_alloc_read_agf(mp, tp, id->agno, 0, &bp); in xfs_ag_extend_space()
560 error = xfs_alloc_read_agf(mp, NULL, agno, 0, &agf_bp); in xfs_ag_get_geometry()
Dxfs_refcount_btree.c419 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_refcountbt_calc_reserves()
Dxfs_rmap_btree.c568 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_rmapbt_calc_reserves()
Dxfs_alloc.c2241 error = xfs_alloc_read_agf(mp, tp, args->agno, flags, &agbp); in xfs_alloc_fix_freelist()
2272 error = xfs_alloc_read_agf(mp, tp, args->agno, flags, &agbp); in xfs_alloc_fix_freelist()
2508 if ((error = xfs_alloc_read_agf(mp, tp, agno, flags, &bp))) in xfs_alloc_pagf_init()
2716 xfs_alloc_read_agf( in xfs_alloc_read_agf() function
Dxfs_refcount.c1121 error = xfs_alloc_read_agf(tp->t_mountp, tp, agno, in xfs_refcount_finish_one()
1640 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_refcount_recover_cow_leftovers()
/Linux-v5.4/fs/xfs/
Dxfs_discard.c46 error = xfs_alloc_read_agf(mp, NULL, agno, 0, &agbp); in xfs_trim_extents()
Dxfs_extfree_item.c552 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_agfl_free_finish_item()
Dxfs_fsmap.c626 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.h158 DEFINE_AG_EVENT(xfs_alloc_read_agf);
/Linux-v5.4/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()
542 error = xfs_alloc_read_agf(sc->mp, sc->tp, agno, 0, &agf_bp); in xrep_reap_block()
Dagheader_repair.c659 error = xfs_alloc_read_agf(mp, sc->tp, sc->sa.agno, 0, &agf_bp); in xrep_agfl()
735 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.c541 error = xfs_alloc_read_agf(sc->mp, sc->tp, agno, 0, &agf); in xchk_bmap_check_ag_rmaps()