Home
last modified time | relevance | path

Searched refs:xfs_perag_intent_get (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_drain.h64 struct xfs_perag *xfs_perag_intent_get(struct xfs_mount *mp,
79 #define xfs_perag_intent_get(mp, fsbno) \ macro
Dxfs_drain.c101 xfs_perag_intent_get( in xfs_perag_intent_get() function
Dxfs_refcount_item.c333 ri->ri_pag = xfs_perag_intent_get(mp, ri->ri_startblock); in xfs_refcount_defer_add()
434 ri->ri_pag = xfs_perag_intent_get(mp, pmap->pe_startblock); in xfs_cui_recover_work()
Dxfs_rmap_item.c356 ri->ri_pag = xfs_perag_intent_get(mp, ri->ri_bmap.br_startblock); in xfs_rmap_defer_add()
497 ri->ri_pag = xfs_perag_intent_get(mp, map->me_startblock); in xfs_rui_recover_work()
Dxfs_extfree_item.c450 xefi->xefi_pag = xfs_perag_intent_get(mp, xefi->xefi_startblock); in xfs_extent_free_defer_add()
581 xefi->xefi_pag = xfs_perag_intent_get(mp, extp->ext_start); in xfs_efi_recover_work()
Dxfs_bmap_item.c337 bi->bi_pag = xfs_perag_intent_get(mp, bi->bi_bmap.br_startblock); in xfs_bmap_update_get_group()