Searched refs:ri_pag (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/fs/xfs/ |
D | xfs_refcount_item.c | 289 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()
|
D | xfs_rmap_item.c | 330 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/ |
D | xfs_refcount.h | 53 struct xfs_perag *ri_pag; member
|
D | xfs_rmap.h | 166 struct xfs_perag *ri_pag; member
|
D | xfs_refcount.c | 1378 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()
|
D | xfs_rmap.c | 2454 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()
|