Home
last modified time | relevance | path

Searched refs:VDO_ASSERT (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dpermassert.h31 #define VDO_ASSERT(expr, ...) vdo_must_use(__VDO_ASSERT(expr, __VA_ARGS__)) macro
H A Dcompletion.c117 if (VDO_ASSERT(thread_id < vdo->thread_config.thread_count, in vdo_enqueue_completion()
H A Dcompletion.h88 return VDO_ASSERT(expected == completion->type, in vdo_assert_completion_type()
H A Derrors.c284 result = VDO_ASSERT(first_error < next_free_error, in uds_register_error_block()
H A Dvdo.c402 return VDO_ASSERT(vdo_work_queue_type_is(thread->queue, type), in vdo_make_thread()
425 result = VDO_ASSERT(filter_vdos_locked(vdo_is_equal, vdo) == NULL, in register_vdo()
1129 result = VDO_ASSERT(thread_id != vdo->thread_config.dedupe_thread, in vdo_register_read_only_listener()
1851 result = VDO_ASSERT(slab != NULL, "vdo_get_slab must succeed on all valid PBNs"); in vdo_get_physical_zone()