Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_rmap_item.c303 switch (ri->ri_type) { in xfs_rmap_update_log_item()
521 ri->ri_type = XFS_RMAP_MAP; in xfs_rui_recover_work()
524 ri->ri_type = XFS_RMAP_MAP_SHARED; in xfs_rui_recover_work()
527 ri->ri_type = XFS_RMAP_UNMAP; in xfs_rui_recover_work()
530 ri->ri_type = XFS_RMAP_UNMAP_SHARED; in xfs_rui_recover_work()
533 ri->ri_type = XFS_RMAP_CONVERT; in xfs_rui_recover_work()
536 ri->ri_type = XFS_RMAP_CONVERT_SHARED; in xfs_rui_recover_work()
539 ri->ri_type = XFS_RMAP_ALLOC; in xfs_rui_recover_work()
542 ri->ri_type = XFS_RMAP_FREE; in xfs_rui_recover_work()
A Dxfs_refcount_item.c296 switch (ri->ri_type) { in xfs_refcount_update_log_item()
301 pmap->pe_flags |= ri->ri_type; in xfs_refcount_update_log_item()
415 ASSERT(ri->ri_type == XFS_REFCOUNT_INCREASE || in xfs_refcount_update_finish_item()
416 ri->ri_type == XFS_REFCOUNT_DECREASE); in xfs_refcount_update_finish_item()
489 ri->ri_type = pmap->pe_flags & XFS_REFCOUNT_EXTENT_TYPE_MASK; in xfs_cui_recover_work()
632 ASSERT(ri->ri_type == XFS_REFCOUNT_INCREASE || in xfs_rtrefcount_update_finish_item()
633 ri->ri_type == XFS_REFCOUNT_DECREASE); in xfs_rtrefcount_update_finish_item()
A Dxfs_trace.h3364 __entry->op = ri->ri_type;
3912 __entry->op = refc->ri_type;
/fs/xfs/libxfs/
A Dxfs_refcount.h61 enum xfs_refcount_intent_type ri_type; member
A Dxfs_rmap.h173 enum xfs_rmap_intent_type ri_type; member
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()
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()

Completed in 25 milliseconds