Symbol: VDO_ASSERT
drivers/md/dm-vdo/block-map.c
1350
int result = VDO_ASSERT(!is_dirty(info), "cache must have no dirty pages");
drivers/md/dm-vdo/block-map.c
1460
result = VDO_ASSERT((in_cyclic_range(zone->oldest_generation, a, zone->generation, 1 << 8) &&
drivers/md/dm-vdo/block-map.c
1476
result = VDO_ASSERT((zone->dirty_page_counts[generation] > 0),
drivers/md/dm-vdo/block-map.c
1502
result = VDO_ASSERT((new_count != 0), "dirty page count overflow for generation %u",
drivers/md/dm-vdo/block-map.c
2027
result = VDO_ASSERT(!vdo_waiter_is_waiting(&page->waiter),
drivers/md/dm-vdo/block-map.c
2888
result = VDO_ASSERT(cache_size > 0, "block map cache size is specified");
drivers/md/dm-vdo/block-map.c
292
result = VDO_ASSERT(state < ARRAY_SIZE(state_names),
drivers/md/dm-vdo/block-map.c
385
int result = VDO_ASSERT((pbn == NO_PAGE) || (info->pbn == NO_PAGE),
drivers/md/dm-vdo/block-map.c
408
result = VDO_ASSERT(info->busy == 0, "VDO Page must not be busy");
drivers/md/dm-vdo/block-map.c
412
result = VDO_ASSERT(!vdo_waitq_has_waiters(&info->waiting),
drivers/md/dm-vdo/block-map.c
607
result = VDO_ASSERT(completion->ready, "VDO Page completion not ready");
drivers/md/dm-vdo/block-map.c
611
result = VDO_ASSERT(completion->info != NULL,
drivers/md/dm-vdo/block-map.c
616
result = VDO_ASSERT(completion->info->pbn == completion->pbn,
drivers/md/dm-vdo/block-map.c
621
result = VDO_ASSERT(is_valid(completion->info),
drivers/md/dm-vdo/block-map.c
627
result = VDO_ASSERT(completion->writable,
drivers/md/dm-vdo/block-map.c
793
result = VDO_ASSERT((info->busy == 0), "Page is not busy before loading.");
drivers/md/dm-vdo/completion.c
117
if (VDO_ASSERT(thread_id < vdo->thread_config.thread_count,
drivers/md/dm-vdo/completion.h
88
return VDO_ASSERT(expected == completion->type,
drivers/md/dm-vdo/data-vio.c
1993
int result = VDO_ASSERT(data_vio->is_discard,
drivers/md/dm-vdo/data-vio.c
450
result = VDO_ASSERT(lock_holder->logical.locked, "logical block lock held");
drivers/md/dm-vdo/dedupe.c
1814
result = VDO_ASSERT(data_vio->hash_lock == NULL,
drivers/md/dm-vdo/dedupe.c
1819
result = VDO_ASSERT(list_empty(&data_vio->hash_lock_entry),
drivers/md/dm-vdo/dedupe.c
1824
return VDO_ASSERT(data_vio->recovery_sequence_number == 0,
drivers/md/dm-vdo/dedupe.c
875
result = VDO_ASSERT(!list_empty(&zone->lock_pool),
drivers/md/dm-vdo/dm-vdo-target.c
1704
result = VDO_ASSERT(instance < instances.bit_count,
drivers/md/dm-vdo/encodings.c
1088
result = VDO_ASSERT(sizeof(struct layout_3_0) == *offset - initial_offset,
drivers/md/dm-vdo/encodings.c
1264
result = VDO_ASSERT(config->slab_size > 0, "slab size unspecified");
drivers/md/dm-vdo/encodings.c
1268
result = VDO_ASSERT(is_power_of_2(config->slab_size),
drivers/md/dm-vdo/encodings.c
1273
result = VDO_ASSERT(config->slab_size <= MAX_VDO_SLAB_BLOCKS,
drivers/md/dm-vdo/encodings.c
1279
result = VDO_ASSERT(config->slab_journal_blocks <= config->slab_size,
drivers/md/dm-vdo/encodings.c
1289
result = VDO_ASSERT((slab_config.data_blocks >= 1),
drivers/md/dm-vdo/encodings.c
1294
result = VDO_ASSERT(config->physical_blocks > 0, "physical blocks unspecified");
drivers/md/dm-vdo/encodings.c
1298
result = VDO_ASSERT(config->physical_blocks <= MAXIMUM_VDO_PHYSICAL_BLOCKS,
drivers/md/dm-vdo/encodings.c
1313
result = VDO_ASSERT((config->logical_blocks > 0),
drivers/md/dm-vdo/encodings.c
1326
result = VDO_ASSERT(config->logical_blocks <= MAXIMUM_VDO_LOGICAL_BLOCKS,
drivers/md/dm-vdo/encodings.c
1331
result = VDO_ASSERT(config->recovery_journal_size > 0,
drivers/md/dm-vdo/encodings.c
1336
result = VDO_ASSERT(is_power_of_2(config->recovery_journal_size),
drivers/md/dm-vdo/encodings.c
1533
result = VDO_ASSERT(offset == VDO_SUPER_BLOCK_FIXED_SIZE + VDO_COMPONENT_DATA_SIZE,
drivers/md/dm-vdo/encodings.c
335
result = VDO_ASSERT(header->size == offset + sizeof(u32),
drivers/md/dm-vdo/encodings.c
375
result = VDO_ASSERT(header.size == offset + sizeof(u32),
drivers/md/dm-vdo/encodings.c
435
result = VDO_ASSERT(flat_page_origin == VDO_BLOCK_MAP_FLAT_PAGE_ORIGIN,
drivers/md/dm-vdo/encodings.c
443
result = VDO_ASSERT(flat_page_count == 0,
drivers/md/dm-vdo/encodings.c
452
result = VDO_ASSERT(VDO_BLOCK_MAP_HEADER_2_0.size == *offset - initial_offset,
drivers/md/dm-vdo/encodings.c
570
result = VDO_ASSERT(VDO_RECOVERY_JOURNAL_HEADER_7_0.size == *offset - initial_offset,
drivers/md/dm-vdo/encodings.c
684
result = VDO_ASSERT(VDO_SLAB_DEPOT_HEADER_2_0.size == *offset - initial_offset,
drivers/md/dm-vdo/errors.c
284
result = VDO_ASSERT(first_error < next_free_error,
drivers/md/dm-vdo/flush.c
275
result = VDO_ASSERT(vdo_is_state_normal(&flusher->state),
drivers/md/dm-vdo/funnel-workqueue.c
119
if (VDO_ASSERT(completion->priority <= queue->common.type->max_priority,
drivers/md/dm-vdo/funnel-workqueue.c
225
if (VDO_ASSERT(completion->my_queue == &queue->common,
drivers/md/dm-vdo/indexer/chapter-index.c
100
result = VDO_ASSERT(!(found && entry.is_collision),
drivers/md/dm-vdo/indexer/chapter-index.c
86
result = VDO_ASSERT(page_number < record_pages,
drivers/md/dm-vdo/indexer/config.c
137
result = VDO_ASSERT(offset == sizeof(struct uds_configuration_6_02),
drivers/md/dm-vdo/indexer/config.c
213
result = VDO_ASSERT(offset == sizeof(struct uds_configuration_6_02),
drivers/md/dm-vdo/indexer/delta-index.c
1136
result = VDO_ASSERT(offset == sizeof(struct delta_index_header),
drivers/md/dm-vdo/indexer/delta-index.c
1212
int result = VDO_ASSERT(!delta_entry->at_end,
drivers/md/dm-vdo/indexer/delta-index.c
1236
result = VDO_ASSERT((list_number < delta_index->list_count),
drivers/md/dm-vdo/indexer/delta-index.c
1245
result = VDO_ASSERT((list_number < delta_zone->list_count),
drivers/md/dm-vdo/indexer/delta-index.c
1362
result = VDO_ASSERT((delta_entry->offset == size),
drivers/md/dm-vdo/indexer/delta-index.c
1390
result = VDO_ASSERT(!delta_entry->is_collision, "entry is not a collision");
drivers/md/dm-vdo/indexer/delta-index.c
1489
result = VDO_ASSERT(delta_entry->is_collision,
drivers/md/dm-vdo/indexer/delta-index.c
1506
int result = VDO_ASSERT((delta_entry->delta_list != &delta_entry->temp_delta_list),
drivers/md/dm-vdo/indexer/delta-index.c
1527
result = VDO_ASSERT((value & value_mask) == value,
drivers/md/dm-vdo/indexer/delta-index.c
1730
result = VDO_ASSERT((key == delta_entry->key),
drivers/md/dm-vdo/indexer/delta-index.c
1742
result = VDO_ASSERT((key >= delta_entry->key), "key past end of list");
drivers/md/dm-vdo/indexer/delta-index.c
1760
result = VDO_ASSERT((key < delta_entry->key),
drivers/md/dm-vdo/indexer/delta-index.c
1765
result = VDO_ASSERT((key >= delta_entry->key - delta_entry->delta),
drivers/md/dm-vdo/indexer/delta-index.c
856
result = VDO_ASSERT(offset == sizeof(struct delta_index_header),
drivers/md/dm-vdo/indexer/index-session.c
198
request->status = VDO_ASSERT(false, "unknown request type: %d",
drivers/md/dm-vdo/indexer/volume-index.c
1026
result = VDO_ASSERT(offset == sizeof(struct sub_index_data),
drivers/md/dm-vdo/indexer/volume-index.c
1069
result = VDO_ASSERT(offset == sizeof(struct volume_index_data),
drivers/md/dm-vdo/indexer/volume-index.c
835
result = VDO_ASSERT(offset == sizeof(buffer),
drivers/md/dm-vdo/indexer/volume-index.c
927
result = VDO_ASSERT(offset == sizeof(buffer),
drivers/md/dm-vdo/indexer/volume.c
1506
result = VDO_ASSERT((cache->cache_slots <= VOLUME_CACHE_MAX_ENTRIES),
drivers/md/dm-vdo/indexer/volume.c
262
result = VDO_ASSERT((page->read_pending), "page to install has a pending read");
drivers/md/dm-vdo/indexer/volume.c
288
result = VDO_ASSERT((page->read_pending), "page to install has a pending read");
drivers/md/dm-vdo/indexer/volume.c
894
result = VDO_ASSERT(record_page_number < geometry->record_pages_per_chapter,
drivers/md/dm-vdo/packer.c
571
result = VDO_ASSERT((status.stage == DATA_VIO_COMPRESSING),
drivers/md/dm-vdo/physical-zone.c
301
result = VDO_ASSERT(!list_empty(&pool->idle_list),
drivers/md/dm-vdo/physical-zone.c
463
result = VDO_ASSERT(lock->holder_count > 0, "physical block %llu lock held",
drivers/md/dm-vdo/repair.c
1490
result = VDO_ASSERT((repair->block_map_entry_count <= repair->entry_count),
drivers/md/dm-vdo/slab-depot.c
1660
result = VDO_ASSERT(is_valid_journal_point(slab_journal_point),
drivers/md/dm-vdo/slab-depot.c
2450
result = VDO_ASSERT(slab->reference_blocks == NULL,
drivers/md/dm-vdo/slab-depot.c
2642
result = VDO_ASSERT((free_blocks <= allocator->depot->slab_config.data_blocks),
drivers/md/dm-vdo/slab-depot.c
2966
result = VDO_ASSERT(!vdo_before_journal_point(&last_entry_applied,
drivers/md/dm-vdo/slab-depot.c
910
result = VDO_ASSERT(vdo_before_journal_point(&journal->tail_header.recovery_point,
drivers/md/dm-vdo/slab-depot.c
923
result = VDO_ASSERT((journal->tail_header.entry_count <
drivers/md/dm-vdo/vdo.c
1129
result = VDO_ASSERT(thread_id != vdo->thread_config.dedupe_thread,
drivers/md/dm-vdo/vdo.c
1851
result = VDO_ASSERT(slab != NULL, "vdo_get_slab must succeed on all valid PBNs");
drivers/md/dm-vdo/vdo.c
402
return VDO_ASSERT(vdo_work_queue_type_is(thread->queue, type),
drivers/md/dm-vdo/vdo.c
425
result = VDO_ASSERT(filter_vdos_locked(vdo_is_equal, vdo) == NULL,
drivers/md/dm-vdo/vio.c
217
if (VDO_ASSERT(size <= vio_size, "specified size %d is not greater than allocated %d",
drivers/md/dm-vdo/vio.c
85
result = VDO_ASSERT(block_count <= MAX_BLOCKS_PER_VIO,
drivers/md/dm-vdo/vio.c
91
result = VDO_ASSERT(((vio_type != VIO_TYPE_UNINITIALIZED) && (vio_type != VIO_TYPE_DATA)),