Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_refcount_item.c329 xfs_trans_set_refcount_flags(ext, refc->ri_type); in xfs_refcount_update_log_item()
378 refc->ri_type, refc->ri_startblock, refc->ri_blockcount, in xfs_refcount_update_finish_item()
383 ASSERT(refc->ri_type == XFS_REFCOUNT_INCREASE || in xfs_refcount_update_finish_item()
384 refc->ri_type == XFS_REFCOUNT_DECREASE); in xfs_refcount_update_finish_item()
Dxfs_rmap_item.c380 xfs_trans_set_rmap_flags(map, rmap->ri_type, rmap->ri_whichfork, in xfs_rmap_update_log_item()
428 rmap->ri_type, rmap->ri_owner, rmap->ri_whichfork, in xfs_rmap_update_finish_item()
/fs/xfs/libxfs/
Dxfs_refcount.h34 enum xfs_refcount_intent_type ri_type; member
Dxfs_rmap.h161 enum xfs_rmap_intent_type ri_type; member
Dxfs_refcount.c1241 ri->ri_type = type; in __xfs_refcount_add()
Dxfs_rmap.c2490 ri->ri_type = type; in __xfs_rmap_add()