Home
last modified time | relevance | path

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

/linux/fs/xfs/
H 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()
H 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()
/linux/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.c1427 switch (ri->ri_type) { in xfs_refcount_finish_one()
1536 switch (ri->ri_type) { in xfs_rtrefcount_finish_one()
1590 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()