Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_alloc.h163 xfs_alloc_read_agf(
Dxfs_refcount_btree.c422 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_refcountbt_calc_reserves()
Dxfs_rmap_btree.c571 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_rmapbt_calc_reserves()
Dxfs_ag.c439 error = xfs_alloc_read_agf(mp, tp, id->agno, 0, &bp); in xfs_ag_extend_space()
Dxfs_alloc.c2243 error = xfs_alloc_read_agf(mp, tp, args->agno, flags, &agbp); in xfs_alloc_fix_freelist()
2274 error = xfs_alloc_read_agf(mp, tp, args->agno, flags, &agbp); in xfs_alloc_fix_freelist()
2509 if ((error = xfs_alloc_read_agf(mp, tp, agno, flags, &bp))) in xfs_alloc_pagf_init()
2730 xfs_alloc_read_agf( in xfs_alloc_read_agf() function
Dxfs_refcount.c1123 error = xfs_alloc_read_agf(tp->t_mountp, tp, agno, in xfs_refcount_finish_one()
1650 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_refcount_recover_cow_leftovers()
/linux-4.19.296/fs/xfs/
Dxfs_discard.c48 error = xfs_alloc_read_agf(mp, NULL, agno, 0, &agbp); in xfs_trim_extents()
Dxfs_trans_extfree.c249 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_agfl_free_finish_item()
Dxfs_fsmap.c633 error = xfs_alloc_read_agf(mp, tp, info->agno, 0, in __xfs_getfsmap_datadev()
Dxfs_reflink.c154 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_reflink_find_shared()
Dxfs_trace.h153 DEFINE_AG_EVENT(xfs_alloc_read_agf);
/linux-4.19.296/fs/xfs/scrub/
Drepair.c225 error = xfs_alloc_read_agf(mp, NULL, sm->sm_agno, 0, &bp); in xrep_calc_ag_resblks()
560 error = xfs_alloc_read_agf(sc->mp, sc->tp, agno, 0, &agf_bp); in xrep_reap_block()
Dagheader_repair.c669 error = xfs_alloc_read_agf(mp, sc->tp, sc->sa.agno, 0, &agf_bp); in xrep_agfl()
745 error = xfs_alloc_read_agf(mp, sc->tp, sc->sa.agno, 0, &agf_bp); in xrep_agi_find_btrees()
Dcommon.c414 error = xfs_alloc_read_agf(mp, sc->tp, agno, 0, agf); in xchk_ag_read_headers()
Dbmap.c520 error = xfs_alloc_read_agf(sc->mp, sc->tp, agno, 0, &agf); in xchk_bmap_check_ag_rmaps()