Searched refs:ri_group (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_refcount_item.c | 269 return ra->ri_group->xg_gno - rb->ri_group->xg_gno; in xfs_refcount_update_diff_items() 379 ri->ri_group = xfs_group_intent_get(mp, ri->ri_startblock, in xfs_refcount_defer_add() 395 xfs_group_intent_put(ri->ri_group); in xfs_refcount_update_cancel_item() 490 ri->ri_group = xfs_group_intent_get(mp, pmap->pe_startblock, in xfs_cui_recover_work()
|
| H A D | xfs_rmap_item.c | 270 return ra->ri_group->xg_gno - rb->ri_group->xg_gno; in xfs_rmap_update_diff_items() 404 ri->ri_group = xfs_group_intent_get(mp, ri->ri_bmap.br_startblock, in xfs_rmap_defer_add() 420 xfs_group_intent_put(ri->ri_group); in xfs_rmap_update_cancel_item() 555 ri->ri_group = xfs_group_intent_get(mp, map->me_startblock, in xfs_rui_recover_work()
|
| H A D | xfs_trace.h | 3384 __entry->type = ri->ri_group->xg_type; 3385 __entry->agno = ri->ri_group->xg_gno; 3388 ri->ri_group->xg_type); 3940 __entry->type = refc->ri_group->xg_type; 3941 __entry->agno = refc->ri_group->xg_gno; 3944 refc->ri_group->xg_type);
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_refcount.h | 60 struct xfs_group *ri_group; member
|
| H A D | xfs_refcount.c | 1407 if (rcur != NULL && rcur->bc_group != ri->ri_group) { in xfs_refcount_finish_one() 1415 struct xfs_perag *pag = to_perag(ri->ri_group); in xfs_refcount_finish_one() 1477 struct xfs_rtgroup *rtg = to_rtg(ri->ri_group); in xfs_rtrefcount_continue_op() 1502 struct xfs_rtgroup *rtg = to_rtg(ri->ri_group); in xfs_rtrefcount_finish_one() 1520 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()
|