Searched refs:ri_pag (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_refcount_item.c | 247 return ra->ri_pag->pag_agno - rb->ri_pag->pag_agno; in xfs_refcount_update_diff_items() 333 ri->ri_pag = xfs_perag_intent_get(mp, ri->ri_startblock); in xfs_refcount_defer_add() 344 xfs_perag_intent_put(ri->ri_pag); in xfs_refcount_update_cancel_item() 434 ri->ri_pag = xfs_perag_intent_get(mp, pmap->pe_startblock); in xfs_cui_recover_work()
|
D | xfs_rmap_item.c | 246 return ra->ri_pag->pag_agno - rb->ri_pag->pag_agno; in xfs_rmap_update_diff_items() 356 ri->ri_pag = xfs_perag_intent_get(mp, ri->ri_bmap.br_startblock); in xfs_rmap_defer_add() 367 xfs_perag_intent_put(ri->ri_pag); in xfs_rmap_update_cancel_item() 497 ri->ri_pag = xfs_perag_intent_get(mp, map->me_startblock); in xfs_rui_recover_work()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_refcount.h | 59 struct xfs_perag *ri_pag; member
|
D | xfs_rmap.h | 176 struct xfs_perag *ri_pag; member
|
D | xfs_rmap.c | 2589 if (rcur != NULL && rcur->bc_ag.pag != ri->ri_pag) { in xfs_rmap_finish_one() 2600 error = xfs_free_extent_fix_freelist(tp, ri->ri_pag, &agbp); in xfs_rmap_finish_one() 2602 xfs_ag_mark_sick(ri->ri_pag, XFS_SICK_AG_AGFL); in xfs_rmap_finish_one() 2606 xfs_ag_mark_sick(ri->ri_pag, XFS_SICK_AG_AGFL); in xfs_rmap_finish_one() 2610 *pcur = rcur = xfs_rmapbt_init_cursor(mp, tp, agbp, ri->ri_pag); in xfs_rmap_finish_one() 2623 xfs_rmap_update_hook(tp, ri->ri_pag, ri->ri_type, bno, in xfs_rmap_finish_one()
|
D | xfs_refcount.c | 1363 if (rcur != NULL && rcur->bc_ag.pag != ri->ri_pag) { in xfs_refcount_finish_one() 1371 error = xfs_alloc_read_agf(ri->ri_pag, tp, in xfs_refcount_finish_one() 1377 ri->ri_pag); in xfs_refcount_finish_one()
|