Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_refcount_item.c327 xfs_trans_set_refcount_flags(ext, refc->ri_type); in xfs_refcount_update_log_item()
376 refc->ri_type, refc->ri_startblock, refc->ri_blockcount, in xfs_refcount_update_finish_item()
381 ASSERT(refc->ri_type == XFS_REFCOUNT_INCREASE || in xfs_refcount_update_finish_item()
382 refc->ri_type == XFS_REFCOUNT_DECREASE); in xfs_refcount_update_finish_item()
Dxfs_rmap_item.c378 xfs_trans_set_rmap_flags(map, rmap->ri_type, rmap->ri_whichfork, in xfs_rmap_update_log_item()
426 rmap->ri_type, rmap->ri_owner, rmap->ri_whichfork, in xfs_rmap_update_finish_item()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_refcount.h27 enum xfs_refcount_intent_type ri_type; member
Dxfs_rmap.h158 enum xfs_rmap_intent_type ri_type; member
Dxfs_refcount.c1247 ri->ri_type = type; in __xfs_refcount_add()
Dxfs_rmap.c2492 ri->ri_type = type; in __xfs_rmap_add()