Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_refcount_item.c247 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()
H A Dxfs_rmap_item.c246 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/fs/xfs/libxfs/
H A Dxfs_refcount.h59 struct xfs_perag *ri_pag; member
H A Dxfs_rmap.h176 struct xfs_perag *ri_pag; member
H A Dxfs_rmap.c2589 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()
H A Dxfs_refcount.c1363 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()