Searched refs:ri_group (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_refcount_item.c | 271 return ra->ri_group->xg_gno - rb->ri_group->xg_gno; in xfs_refcount_update_diff_items() 381 ri->ri_group = xfs_group_intent_get(mp, ri->ri_startblock, in xfs_refcount_defer_add() 397 xfs_group_intent_put(ri->ri_group); in xfs_refcount_update_cancel_item() 492 ri->ri_group = xfs_group_intent_get(mp, pmap->pe_startblock, in xfs_cui_recover_work()
|
| H A D | xfs_rmap_item.c | 272 return ra->ri_group->xg_gno - rb->ri_group->xg_gno; in xfs_rmap_update_diff_items() 406 ri->ri_group = xfs_group_intent_get(mp, ri->ri_bmap.br_startblock, in xfs_rmap_defer_add() 422 xfs_group_intent_put(ri->ri_group); in xfs_rmap_update_cancel_item() 557 ri->ri_group = xfs_group_intent_get(mp, map->me_startblock, in xfs_rui_recover_work()
|
| /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()
|