Searched refs:ri_type (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_refcount_item.c | 327 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()
|
D | xfs_rmap_item.c | 378 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/ |
D | xfs_refcount.h | 27 enum xfs_refcount_intent_type ri_type; member
|
D | xfs_rmap.h | 158 enum xfs_rmap_intent_type ri_type; member
|
D | xfs_refcount.c | 1247 ri->ri_type = type; in __xfs_refcount_add()
|
D | xfs_rmap.c | 2492 ri->ri_type = type; in __xfs_rmap_add()
|