Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_refcount_item.c289 return ra->ri_pag->pag_agno - rb->ri_pag->pag_agno; in xfs_refcount_update_diff_items()
377 ri->ri_pag = xfs_perag_intent_get(mp, agno); in xfs_refcount_update_get_group()
385 xfs_perag_intent_put(ri->ri_pag); in xfs_refcount_update_put_group()
Dxfs_rmap_item.c330 return ra->ri_pag->pag_agno - rb->ri_pag->pag_agno; in xfs_rmap_update_diff_items()
402 ri->ri_pag = xfs_perag_intent_get(mp, agno); in xfs_rmap_update_get_group()
410 xfs_perag_intent_put(ri->ri_pag); in xfs_rmap_update_put_group()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_refcount.h53 struct xfs_perag *ri_pag; member
Dxfs_rmap.h166 struct xfs_perag *ri_pag; member
Dxfs_refcount.c1378 if (rcur != NULL && rcur->bc_ag.pag != ri->ri_pag) { in xfs_refcount_finish_one()
1386 error = xfs_alloc_read_agf(ri->ri_pag, tp, in xfs_refcount_finish_one()
1391 rcur = xfs_refcountbt_init_cursor(mp, tp, agbp, ri->ri_pag); in xfs_refcount_finish_one()
1431 trace_xfs_refcount_finish_one_leftover(mp, ri->ri_pag->pag_agno, in xfs_refcount_finish_one()
Dxfs_rmap.c2454 trace_xfs_rmap_deferred(mp, ri->ri_pag->pag_agno, ri->ri_type, bno, in xfs_rmap_finish_one()
2467 if (rcur != NULL && rcur->bc_ag.pag != ri->ri_pag) { in xfs_rmap_finish_one()
2478 error = xfs_free_extent_fix_freelist(tp, ri->ri_pag, &agbp); in xfs_rmap_finish_one()
2484 rcur = xfs_rmapbt_init_cursor(mp, tp, agbp, ri->ri_pag); in xfs_rmap_finish_one()