Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_ag.c127 error = xfs_alloc_read_agf(pag, NULL, 0, NULL); in xfs_initialize_perag_data()
847 error = xfs_alloc_read_agf(pag, *tpp, 0, &agfbp); in xfs_ag_shrink_space()
965 error = xfs_alloc_read_agf(pag, tp, 0, &bp); in xfs_ag_extend_space()
1016 error = xfs_alloc_read_agf(pag, NULL, 0, &agf_bp); in xfs_ag_get_geometry()
Dxfs_alloc.h173 int xfs_alloc_read_agf(struct xfs_perag *pag, struct xfs_trans *tp, int flags,
Dxfs_ag_resv.c325 error2 = xfs_alloc_read_agf(pag, tp, 0, NULL); in xfs_ag_resv_init()
Dxfs_refcount_btree.c505 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_refcountbt_calc_reserves()
Dxfs_rmap_btree.c655 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_rmapbt_calc_reserves()
Dxfs_refcount.c1258 error = xfs_alloc_read_agf(pag, tp, XFS_ALLOC_FLAG_FREEING, in xfs_refcount_finish_one()
1822 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_refcount_recover_cow_leftovers()
Dxfs_alloc.c2609 error = xfs_alloc_read_agf(pag, tp, flags, &agbp); in xfs_alloc_fix_freelist()
2639 error = xfs_alloc_read_agf(pag, tp, flags, &agbp); in xfs_alloc_fix_freelist()
3079 xfs_alloc_read_agf( in xfs_alloc_read_agf() function
Dxfs_ialloc.c1624 error = xfs_alloc_read_agf(pag, tp, flags, NULL); in xfs_dialloc_good_ag()
Dxfs_bmap.c3187 error = xfs_alloc_read_agf(pag, tp, XFS_ALLOC_FLAG_TRYLOCK, in xfs_bmap_longest_free_extent()
/Linux-v6.1/fs/xfs/
Dxfs_discard.c48 error = xfs_alloc_read_agf(pag, NULL, 0, &agbp); in xfs_trim_extents()
Dxfs_notify_failure.c132 error = xfs_alloc_read_agf(pag, tp, 0, &agf_bp); in xfs_dax_notify_ddev_failure()
Dxfs_filestream.c129 err = xfs_alloc_read_agf(pag, NULL, trylock, NULL); in xfs_filestream_pick_ag()
Dxfs_extfree_item.c544 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_agfl_free_finish_item()
Dxfs_fsmap.c645 error = xfs_alloc_read_agf(pag, tp, 0, &info->agf_bp); in __xfs_getfsmap_datadev()
Dxfs_reflink.c142 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_reflink_find_shared()
Dxfs_trace.h295 DEFINE_AG_EVENT(xfs_alloc_read_agf);
/Linux-v6.1/fs/xfs/scrub/
Dfscounters.c84 error = xfs_alloc_read_agf(pag, sc->tp, 0, &agf_bp); in xchk_fscount_warmup()
Drepair.c210 error = xfs_alloc_read_agf(pag, NULL, 0, &bp); in xrep_calc_ag_resblks()
552 error = xfs_alloc_read_agf(sc->sa.pag, sc->tp, 0, &agf_bp); in xrep_reap_block()
Dagheader_repair.c665 error = xfs_alloc_read_agf(sc->sa.pag, sc->tp, 0, &agf_bp); in xrep_agfl()
740 error = xfs_alloc_read_agf(sc->sa.pag, sc->tp, 0, &agf_bp); in xrep_agi_find_btrees()
Dcommon.c423 error = xfs_alloc_read_agf(sa->pag, sc->tp, 0, &sa->agf_bp); in xchk_ag_read_headers()
Dbmap.c543 error = xfs_alloc_read_agf(pag, sc->tp, 0, &agf); in xchk_bmap_check_ag_rmaps()