Searched refs:vdo_log_debug (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/md/dm-vdo/indexer/ |
H A D | config.c | 367 vdo_log_debug("Configuration:"); in uds_log_configuration() 368 vdo_log_debug(" Record pages per chapter: %10u", geometry->record_pages_per_chapter); in uds_log_configuration() 369 vdo_log_debug(" Chapters per volume: %10u", geometry->chapters_per_volume); in uds_log_configuration() 370 vdo_log_debug(" Sparse chapters per volume: %10u", geometry->sparse_chapters_per_volume); in uds_log_configuration() 371 vdo_log_debug(" Cache size (chapters): %10u", config->cache_chapters); in uds_log_configuration() 372 vdo_log_debug(" Volume index mean delta: %10u", config->volume_index_mean_delta); in uds_log_configuration() 373 vdo_log_debug(" Bytes per page: %10zu", geometry->bytes_per_page); in uds_log_configuration() 374 vdo_log_debug(" Sparse sample rate: %10u", config->sparse_sample_rate); in uds_log_configuration() 375 vdo_log_debug(" Nonce: %llu", (unsigned long long) config->nonce); in uds_log_configuration()
|
H A D | index-session.c | 610 vdo_log_debug("Closing index"); in uds_close_index() 613 vdo_log_debug("Closed index"); in uds_close_index() 628 vdo_log_debug("Destroying index session"); in uds_destroy_index_session() 671 vdo_log_debug("Destroyed index session"); in uds_destroy_index_session()
|
H A D | volume.c | 360 vdo_log_debug("Read queue full, waiting for reads to finish"); in enqueue_page_read() 550 vdo_log_debug("Requeuing requests for invalid page"); in process_entry() 627 vdo_log_debug("reader starting"); in read_thread_function() 641 vdo_log_debug("reader done"); in read_thread_function() 1044 vdo_log_debug("setting pending read to invalid"); in invalidate_page() 1056 vdo_log_debug("forgetting chapter %llu", (unsigned long long) virtual_chapter); in uds_forget_chapter() 1134 vdo_log_debug("no delta lists packed on chapter %u page %u", in write_index_pages()
|
H A D | index-page-map.c | 170 vdo_log_debug("read index page map, last update %llu", in uds_read_index_page_map()
|
H A D | index.c | 258 vdo_log_debug("closing chapter %llu of zone %u after %u entries (%u short)", in open_next_chapter() 678 vdo_log_debug("chapter writer starting"); in close_chapters() 688 vdo_log_debug("chapter writer stopping"); in close_chapters() 711 vdo_log_debug("Discarding saved open chapter"); in close_chapters()
|
/linux/drivers/md/dm-vdo/ |
H A D | logger.h | 89 #define vdo_log_debug(...) vdo_log_message(VDO_LOG_DEBUG, __VA_ARGS__) macro
|
H A D | dm-vdo-target.c | 1457 vdo_log_debug("Logical block size = %llu", (u64) config->logical_block_size); in vdo_initialize() 1458 vdo_log_debug("Logical blocks = %llu", logical_blocks); in vdo_initialize() 1459 vdo_log_debug("Physical block size = %llu", (u64) block_size); in vdo_initialize() 1460 vdo_log_debug("Physical blocks = %llu", config->physical_blocks); in vdo_initialize() 1461 vdo_log_debug("Block map cache blocks = %u", config->cache_size); in vdo_initialize() 1462 vdo_log_debug("Block map maximum age = %u", config->block_map_maximum_age); in vdo_initialize() 1463 vdo_log_debug("Deduplication = %s", (config->deduplication ? "on" : "off")); in vdo_initialize() 1464 vdo_log_debug("Compression = %s", (config->compression ? "on" : "off")); in vdo_initialize() 2879 vdo_log_debug("unloading"); in vdo_module_destroy()
|
H A D | memory-alloc.c | 394 vdo_log_debug("peak usage %zd bytes", memory_stats.peak_bytes); in vdo_memory_exit()
|
H A D | encodings.c | 656 vdo_log_debug("slabDepot %s(block_count=%llu, first_block=%llu, slab_size=%llu, zone_count=%u)", in vdo_configure_slab_depot() 680 vdo_log_debug("slab_depot last_block=%llu, total_data_blocks=%llu, slab_count=%zu, left_over=%llu", in vdo_configure_slab_depot()
|
H A D | dedupe.c | 1624 vdo_log_debug("Invalid advice from deduplication server: pbn %llu, state %u. Giving up on deduplication of logical block %llu", in decode_uds_advice() 1633 vdo_log_debug("Invalid physical block number from deduplication server: %llu, giving up on deduplication of logical block %llu", in decode_uds_advice() 2160 vdo_log_debug("UDS index timeout on %llu requests", in report_dedupe_timeouts()
|
H A D | data-vio.c | 1426 vdo_log_debug("%s: compressed fragment error %d", __func__, result); in uncompress_data_vio() 1433 vdo_log_debug("%s: lz4 error", __func__); in uncompress_data_vio()
|