Home
last modified time | relevance | path

Searched refs:vdo_log_info (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Ddump.c61 vdo_log_info("%s dump triggered via %s", VDO_LOGGING_MODULE_NAME, why); in do_dump()
66 vdo_log_info("%u device requests outstanding (max %u), %lld bio requests outstanding, device '%s'", in do_dump()
83 vdo_log_info("end of %s dump", VDO_LOGGING_MODULE_NAME); in do_dump()
162 vdo_log_info(" %s is locked. Waited on by: vio %px pbn %llu lbn %llu d-pbn %llu lastOp %s", in dump_vio_waiters()
168 vdo_log_info(" ... and : vio %px pbn %llu lbn %llu d-pbn %llu lastOp %s", in dump_vio_waiters()
261 vdo_log_info(" vio %px %s%s %s %s%s", data_vio, in dump_data_vio()
H A Dmemory-alloc.c153 vdo_log_info("attempting to remove ptr %px not found in vmalloc list", ptr); in remove_vmalloc_block()
429 vdo_log_info("current module memory tracking (actual allocation sizes, not requested):"); in vdo_report_memory_usage()
430 vdo_log_info(" %llu bytes in %llu kmalloc blocks", in vdo_report_memory_usage()
433 vdo_log_info(" %llu bytes in %llu vmalloc blocks", in vdo_report_memory_usage()
436 vdo_log_info(" total %llu bytes, peak usage %llu bytes", in vdo_report_memory_usage()
H A Ddm-vdo-target.c464 vdo_log_info("unknown thread parameter type \"%s\"", thread_param_type); in process_one_thread_config_spec()
747 vdo_log_info("table line: %s", config->original_string); in parse_device_config()
1457 vdo_log_info("loading device '%s'", vdo_get_device_name(ti)); in vdo_initialize()
1729 vdo_log_info("Preparing to resize physical to %llu", in prepare_to_grow_physical()
1752 vdo_log_info("Done preparing to resize physical"); in prepare_to_grow_physical()
1829 vdo_log_info("Preparing to resize logical to %llu", in prepare_to_modify()
1841 vdo_log_info("Done preparing to resize logical"); in prepare_to_modify()
1867 vdo_log_info("Updating backing device of %s from %s to %s", device_name, in prepare_to_modify()
1885 vdo_log_info("preparing to modify device '%s'", device_name); in update_existing_vdo()
1935 vdo_log_info("stopping device '%s'", device_name); in vdo_dtr()
[all …]
H A Drepair.c269 vdo_log_info("Read-only rebuild complete"); in finish_repair()
275 vdo_log_info("Rebuild complete"); in finish_repair()
295 vdo_log_info("Read-only rebuild aborted"); in abort_repair()
334 vdo_log_info("Saving rebuilt state"); in drain_slab_depot()
337 vdo_log_info("Replayed %zu journal entries into slab journals", in drain_slab_depot()
355 vdo_log_info("Flushing block map changes"); in flush_block_map_updates()
877 vdo_log_info("Replaying entries into slab journals for zone %u", in vdo_replay_into_slab_journals()
909 vdo_log_info("Flushing block map changes"); in flush_block_map()
1110 vdo_log_info("Replaying 0 recovery entries into block map"); in recover_block_map()
1127 vdo_log_info("Replaying %zu recovery entries into block map", in recover_block_map()
[all …]
H A Dstatus-codes.c88 vdo_log_info("%s: mapping internal status code %d (%s: %s) to EIO", in vdo_status_to_errno()
H A Dflush.c352 vdo_log_info("struct flusher"); in vdo_dump_flusher()
353 vdo_log_info(" flush_generation=%llu first_unacknowledged_generation=%llu", in vdo_dump_flusher()
356 vdo_log_info(" notifiers queue is %s; pending_flushes queue is %s", in vdo_dump_flusher()
H A Dlogical-zone.c354 vdo_log_info("logical_zone %u", zone->zone_number); in vdo_dump_logical_zone()
355vdo_log_info(" flush_generation=%llu oldest_active_generation=%llu notification_generation=%llu n… in vdo_dump_logical_zone()
H A Dlogger.h91 #define vdo_log_info(...) vdo_log_message(VDO_LOG_INFO, __VA_ARGS__) macro
H A Dpacker.c747 vdo_log_info(" %sBin slots_used=%u free_space=%zu", in dump_packer_bin()
766 vdo_log_info("packer"); in vdo_dump_packer()
767 vdo_log_info(" flushGeneration=%llu state %s packer_bin_count=%llu", in vdo_dump_packer()
H A Drecovery-journal.c1726 vdo_log_info(" sequence number %llu; entries %u; %s; %zu entry waiters; %zu commit waiters", in dump_recovery_block()
1743 vdo_log_info("Recovery Journal"); in vdo_dump_recovery_journal_statistics()
1744vdo_log_info(" block_map_head=%llu slab_journal_head=%llu last_write_acknowledged=%llu tail=%llu b… in vdo_dump_recovery_journal_statistics()
1754 vdo_log_info(" entries: started=%llu written=%llu committed=%llu", in vdo_dump_recovery_journal_statistics()
1758 vdo_log_info(" blocks: started=%llu written=%llu committed=%llu", in vdo_dump_recovery_journal_statistics()
1763 vdo_log_info(" active blocks:"); in vdo_dump_recovery_journal_statistics()
H A Ddedupe.c2106 vdo_log_info("Setting UDS index target state to error"); in open_index()
2747 vdo_log_info(" hl %px: %3.3s %c%llu/%u rc=%u wc=%zu agt=%px", in dump_hash_lock()
2781 vdo_log_info("struct hash_zone %u: NULL map", zone->zone_number); in dump_hash_zone()
2785 vdo_log_info("struct hash_zone %u: mapSize=%zu", in dump_hash_zone()
2805 vdo_log_info("UDS index: state: %s", state); in vdo_dump_hash_zones()
2807 vdo_log_info("UDS index: changing to state: %s", target); in vdo_dump_hash_zones()
2954 vdo_log_info("Setting UDS index target state to %s", new_state); in set_target_state()
H A Derrors.c251 vdo_log_info("%s: mapping status code %d (%s: %s) to -EIO", in uds_status_to_errno()
H A Dslab-depot.c2785 vdo_log_info("VDO commencing normal operation"); in finish_scrubbing()
2787 vdo_log_info("Exiting recovery mode"); in finish_scrubbing()
3661 vdo_log_info("block_allocator zone %u", allocator->zone_number); in vdo_dump_block_allocator()
3668 vdo_log_info("slab %u: P%u, %llu free", slab->slab_number, in vdo_dump_block_allocator()
3672 vdo_log_info("slab %u: status %s", slab->slab_number, in vdo_dump_block_allocator()
3676vdo_log_info(" slab journal: entry_waiters=%zu waiting_to_commit=%s updating_slab_summary=%s head… in vdo_dump_block_allocator()
3695 vdo_log_info(" slab: free=%u/%u blocks=%u dirty=%zu active=%zu journal@(%llu,%u)", in vdo_dump_block_allocator()
3703 vdo_log_info(" no counters"); in vdo_dump_block_allocator()
3716 vdo_log_info("slab_scrubber slab_count %u waiters %zu %s%s", in vdo_dump_block_allocator()
5189 vdo_log_info("vdo slab depot"); in vdo_dump_slab_depot()
[all …]
H A Dvdo.c490 vdo_log_info("zones: %d logical, %d physical, %d hash; total threads: %d", in initialize_vdo()
1326 vdo_log_info("Entering recovery mode"); in vdo_enter_recovery_mode()
1379 vdo_log_info("compression is %s", (*enable ? "enabled" : "disabled")); in set_compression_callback()
H A Dfunnel-workqueue.c494 vdo_log_info("workQ %px (%s) %s (%c)", &queue->common, queue->common.name, in dump_simple_work_queue()
H A Dblock-map.c269 vdo_log_info("page cache pressure %u", cache->stats.cache_pressure); in report_cache_pressure()
916 vdo_log_info("page cache pressure relieved"); in allocate_free_page()
H A Ddata-vio.c1030 vdo_log_info("%s: %u of %u busy (max %u), %s", name, limiter->busy, in dump_limiter()
/linux/drivers/md/dm-vdo/indexer/
H A Dindex-session.c256 vdo_log_info("Index session is suspended"); in start_loading_index_session()
259 vdo_log_info("Index is already loaded"); in start_loading_index_session()
349 vdo_log_info("%s: %s", get_open_type_string(open_type), name); in uds_open_index()
425 vdo_log_info("Index session is already changing state"); in uds_suspend_index_session()
484 vdo_log_info("Index session is already changing state"); in uds_resume_index_session()
597 vdo_log_info("Index session is suspended"); in uds_close_index()
640 vdo_log_info("Index session is already closing"); in uds_destroy_index_session()
H A Dindex.c818 vdo_log_info("loaded index from chapter %llu through chapter %llu", in load_index()
980 vdo_log_info("Replay interrupted by index shutdown at chapter %llu", in replay_chapter()
1034 vdo_log_info("Replaying volume from chapter %llu through chapter %llu", in replay_volume()
1064 vdo_log_info("replay changed index page map update from %llu to %llu", in replay_volume()
1320 vdo_log_info("beginning save (vcn %llu)", (unsigned long long) index->last_save); in uds_save_index()
1324 vdo_log_info("save index failed"); in uds_save_index()
1329 vdo_log_info("finished save (vcn %llu)", in uds_save_index()
H A Dconfig.c295 vdo_log_info("Using %u indexing zone%s for concurrency.", in normalize_zone_count()
H A Ddelta-index.c1962 vdo_log_ratelimit(vdo_log_info, in uds_log_delta_index_entry()