Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_refcount_item.c339 xfs_trans_set_refcount_flags(ext, refc->ri_type); in xfs_refcount_update_log_item()
388 refc->ri_type, refc->ri_startblock, refc->ri_blockcount, in xfs_refcount_update_finish_item()
393 ASSERT(refc->ri_type == XFS_REFCOUNT_INCREASE || in xfs_refcount_update_finish_item()
394 refc->ri_type == XFS_REFCOUNT_DECREASE); in xfs_refcount_update_finish_item()
Dxfs_rmap_item.c365 xfs_trans_set_rmap_flags(map, rmap->ri_type, rmap->ri_whichfork, in xfs_rmap_update_log_item()
413 rmap->ri_type, rmap->ri_owner, rmap->ri_whichfork, in xfs_rmap_update_finish_item()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_refcount.h53 enum xfs_refcount_intent_type ri_type; member
Dxfs_rmap.h161 enum xfs_rmap_intent_type ri_type; member
Dxfs_refcount.c1330 ri->ri_type = type; in __xfs_refcount_add()
Dxfs_rmap.c2526 ri->ri_type = type; in __xfs_rmap_add()