Home
last modified time | relevance | path

Searched refs:vdo_assert_completion_type (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dcompletion.h85 static inline int vdo_assert_completion_type(struct vdo_completion *completion, in vdo_assert_completion_type() function
H A Dflush.c74 vdo_assert_completion_type(completion, VDO_FLUSH_NOTIFICATION_COMPLETION); in as_flusher()
86 vdo_assert_completion_type(completion, VDO_FLUSH_COMPLETION); in completion_as_vdo_flush()
H A Dvio.h45 vdo_assert_completion_type(completion, VIO_COMPLETION); in as_vio()
H A Dblock-map.h295 vdo_assert_completion_type(completion, VDO_PAGE_COMPLETION); in as_vdo_page_completion()
H A Daction-manager.c68 vdo_assert_completion_type(completion, VDO_ACTION_COMPLETION); in as_action_manager()
H A Dslab-depot.h530 vdo_assert_completion_type(completion, VDO_BLOCK_ALLOCATOR_COMPLETION); in vdo_as_block_allocator()
H A Dlogical-zone.c34 vdo_assert_completion_type(completion, VDO_GENERATION_FLUSHED_COMPLETION); in as_logical_zone()
H A Dvdo.c1110 vdo_assert_completion_type(completion, VDO_READ_ONLY_MODE_COMPLETION); in as_notifier()
1336 vdo_assert_completion_type(completion, VDO_SYNC_COMPLETION); in complete_synchronous_action()
H A Ddedupe.c311 vdo_assert_completion_type(completion, VDO_HASH_ZONE_COMPLETION); in as_hash_zone()
317 vdo_assert_completion_type(completion, VDO_HASH_ZONES_COMPLETION); in as_hash_zones()
H A Drepair.c199 vdo_assert_completion_type(completion, VDO_REPAIR_COMPLETION); in as_repair_completion()
H A Ddata-vio.c218 vdo_assert_completion_type(completion, VDO_DATA_VIO_POOL_COMPLETION); in as_data_vio_pool()
H A Dblock-map.c171 vdo_assert_completion_type(&completion->completion, VDO_PAGE_COMPLETION); in page_completion_from_waiter()