Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_rmap_item.c277 switch (ri->ri_type) { in xfs_rmap_update_log_item()
461 ri->ri_type = XFS_RMAP_MAP; in xfs_rui_recover_work()
464 ri->ri_type = XFS_RMAP_MAP_SHARED; in xfs_rui_recover_work()
467 ri->ri_type = XFS_RMAP_UNMAP; in xfs_rui_recover_work()
470 ri->ri_type = XFS_RMAP_UNMAP_SHARED; in xfs_rui_recover_work()
473 ri->ri_type = XFS_RMAP_CONVERT; in xfs_rui_recover_work()
476 ri->ri_type = XFS_RMAP_CONVERT_SHARED; in xfs_rui_recover_work()
479 ri->ri_type = XFS_RMAP_ALLOC; in xfs_rui_recover_work()
482 ri->ri_type = XFS_RMAP_FREE; in xfs_rui_recover_work()
Dxfs_refcount_item.c272 switch (ri->ri_type) { in xfs_refcount_update_log_item()
277 pmap->pe_flags |= ri->ri_type; in xfs_refcount_update_log_item()
362 ASSERT(ri->ri_type == XFS_REFCOUNT_INCREASE || in xfs_refcount_update_finish_item()
363 ri->ri_type == XFS_REFCOUNT_DECREASE); in xfs_refcount_update_finish_item()
431 ri->ri_type = pmap->pe_flags & XFS_REFCOUNT_EXTENT_TYPE_MASK; in xfs_cui_recover_work()
Dxfs_trace.h2991 __entry->op = ri->ri_type;
3520 __entry->op = refc->ri_type;
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_refcount.h60 enum xfs_refcount_intent_type ri_type; member
Dxfs_rmap.h172 enum xfs_rmap_intent_type ri_type; member
Dxfs_refcount.c1382 switch (ri->ri_type) { in xfs_refcount_finish_one()
1435 ri->ri_type = type; in __xfs_refcount_add()
Dxfs_rmap.c2618 error = __xfs_rmap_finish_intent(rcur, ri->ri_type, bno, in xfs_rmap_finish_one()
2623 xfs_rmap_update_hook(tp, ri->ri_pag, ri->ri_type, bno, in xfs_rmap_finish_one()
2655 ri->ri_type = type; in __xfs_rmap_add()