Searched refs:vdo_assert_completion_type (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | completion.h | 85 static inline int vdo_assert_completion_type(struct vdo_completion *completion, in vdo_assert_completion_type() function
|
| H A D | flush.c | 74 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 D | vio.h | 45 vdo_assert_completion_type(completion, VIO_COMPLETION); in as_vio()
|
| H A D | block-map.h | 295 vdo_assert_completion_type(completion, VDO_PAGE_COMPLETION); in as_vdo_page_completion()
|
| H A D | action-manager.c | 68 vdo_assert_completion_type(completion, VDO_ACTION_COMPLETION); in as_action_manager()
|
| H A D | slab-depot.h | 530 vdo_assert_completion_type(completion, VDO_BLOCK_ALLOCATOR_COMPLETION); in vdo_as_block_allocator()
|
| H A D | logical-zone.c | 34 vdo_assert_completion_type(completion, VDO_GENERATION_FLUSHED_COMPLETION); in as_logical_zone()
|
| H A D | vdo.c | 1110 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 D | dedupe.c | 311 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 D | repair.c | 199 vdo_assert_completion_type(completion, VDO_REPAIR_COMPLETION); in as_repair_completion()
|
| H A D | data-vio.c | 218 vdo_assert_completion_type(completion, VDO_DATA_VIO_POOL_COMPLETION); in as_data_vio_pool()
|
| H A D | block-map.c | 171 vdo_assert_completion_type(&completion->completion, VDO_PAGE_COMPLETION); in page_completion_from_waiter()
|