Home
last modified time | relevance | path

Searched refs:ri_type (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_rmap_item.c293 switch (ri->ri_type) { in xfs_rmap_update_log_item()
511 ri->ri_type = XFS_RMAP_MAP; in xfs_rui_recover_work()
514 ri->ri_type = XFS_RMAP_MAP_SHARED; in xfs_rui_recover_work()
517 ri->ri_type = XFS_RMAP_UNMAP; in xfs_rui_recover_work()
520 ri->ri_type = XFS_RMAP_UNMAP_SHARED; in xfs_rui_recover_work()
523 ri->ri_type = XFS_RMAP_CONVERT; in xfs_rui_recover_work()
526 ri->ri_type = XFS_RMAP_CONVERT_SHARED; in xfs_rui_recover_work()
529 ri->ri_type = XFS_RMAP_ALLOC; in xfs_rui_recover_work()
532 ri->ri_type = XFS_RMAP_FREE; in xfs_rui_recover_work()
H A Dxfs_refcount_item.c286 switch (ri->ri_type) { in xfs_refcount_update_log_item()
291 pmap->pe_flags |= ri->ri_type; in xfs_refcount_update_log_item()
405 ASSERT(ri->ri_type == XFS_REFCOUNT_INCREASE || in xfs_refcount_update_finish_item()
406 ri->ri_type == XFS_REFCOUNT_DECREASE); in xfs_refcount_update_finish_item()
479 ri->ri_type = pmap->pe_flags & XFS_REFCOUNT_EXTENT_TYPE_MASK; in xfs_cui_recover_work()
622 ASSERT(ri->ri_type == XFS_REFCOUNT_INCREASE || in xfs_rtrefcount_update_finish_item()
623 ri->ri_type == XFS_REFCOUNT_DECREASE); in xfs_rtrefcount_update_finish_item()
H A Dxfs_trace.h3280 __entry->op = ri->ri_type;
3828 __entry->op = refc->ri_type;
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_refcount.h61 enum xfs_refcount_intent_type ri_type; member
H A Dxfs_rmap.h173 enum xfs_rmap_intent_type ri_type; member
H A Dxfs_refcount.c1428 switch (ri->ri_type) { in xfs_refcount_finish_one()
1537 switch (ri->ri_type) { in xfs_rtrefcount_finish_one()
1591 ri->ri_type = type; in __xfs_refcount_add()
H A Dxfs_rmap.c2719 error = __xfs_rmap_finish_intent(*pcur, ri->ri_type, bno, in xfs_rmap_finish_one()
2724 xfs_rmap_update_hook(tp, ri->ri_group, ri->ri_type, bno, in xfs_rmap_finish_one()
2757 ri->ri_type = type; in __xfs_rmap_add()