Searched refs:ri_group (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_refcount_item.c | 261 return ra->ri_group->xg_gno - rb->ri_group->xg_gno; in xfs_refcount_update_diff_items() 371 ri->ri_group = xfs_group_intent_get(mp, ri->ri_startblock, in xfs_refcount_defer_add() 387 xfs_group_intent_put(ri->ri_group); in xfs_refcount_update_cancel_item() 482 ri->ri_group = xfs_group_intent_get(mp, pmap->pe_startblock, in xfs_cui_recover_work()
|
| H A D | xfs_rmap_item.c | 262 return ra->ri_group->xg_gno - rb->ri_group->xg_gno; in xfs_rmap_update_diff_items() 396 ri->ri_group = xfs_group_intent_get(mp, ri->ri_bmap.br_startblock, in xfs_rmap_defer_add() 412 xfs_group_intent_put(ri->ri_group); in xfs_rmap_update_cancel_item() 547 ri->ri_group = xfs_group_intent_get(mp, map->me_startblock, in xfs_rui_recover_work()
|
| H A D | xfs_trace.h | 3270 __entry->type = ri->ri_group->xg_type; 3271 __entry->agno = ri->ri_group->xg_gno; 3274 ri->ri_group->xg_type); 3826 __entry->type = refc->ri_group->xg_type; 3827 __entry->agno = refc->ri_group->xg_gno; 3830 refc->ri_group->xg_type);
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_refcount.h | 60 struct xfs_group *ri_group; member
|
| H A D | xfs_refcount.c | 1408 if (rcur != NULL && rcur->bc_group != ri->ri_group) { in xfs_refcount_finish_one() 1416 struct xfs_perag *pag = to_perag(ri->ri_group); in xfs_refcount_finish_one() 1478 struct xfs_rtgroup *rtg = to_rtg(ri->ri_group); in xfs_rtrefcount_continue_op() 1503 struct xfs_rtgroup *rtg = to_rtg(ri->ri_group); in xfs_rtrefcount_finish_one() 1521 if (rcur != NULL && rcur->bc_group != ri->ri_group) { in xfs_rtrefcount_finish_one()
|
| H A D | xfs_rmap.h | 177 struct xfs_group *ri_group; member
|
| H A D | xfs_rmap.c | 2637 struct xfs_perag *pag = to_perag(ri->ri_group); in xfs_rmap_finish_init_cursor() 2664 struct xfs_rtgroup *rtg = to_rtg(ri->ri_group); in xfs_rtrmap_finish_init_cursor() 2700 if (*pcur != NULL && (*pcur)->bc_group != ri->ri_group) { in xfs_rmap_finish_one() 2705 if (ri->ri_group->xg_type == XG_TYPE_RTG) in xfs_rmap_finish_one() 2718 ri->ri_group->xg_type); in xfs_rmap_finish_one() 2724 xfs_rmap_update_hook(tp, ri->ri_group, ri->ri_type, bno, in xfs_rmap_finish_one()
|