/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_receiver.c | 520 drbd_info(connection, "sock was reset by peer\n"); in drbd_recv() 535 drbd_info(connection, "sock was shut down by peer\n"); in drbd_recv() 1265 drbd_info(device, "local disk FLUSH FAILED with status %d\n", bio->bi_status); in one_flush_endio() 1479 drbd_info(resource, "Method to ensure write ordering: %s\n", write_ordering_str[resource->write_ordering]); in drbd_bump_write_ordering() 2975 drbd_info(device, "Online Verify start sector: %llu\n", in receive_DataRequest() 3243 drbd_info(device, "%s uuid info vanished while I was looking!\n", text); in drbd_uuid_dump() 3246 drbd_info(device, "%s %016llX:%016llX:%016llX:%016llX bits:%llu flags:%llX\n", in drbd_uuid_dump() 3303 drbd_info(device, "was SyncSource, missed the resync finished event, corrected myself:\n"); in __must_hold() 3312 drbd_info(device, "was SyncSource (peer failed to write sync_uuid)\n"); in __must_hold() 3326 drbd_info(devic in __must_hold() [all...] |
H A D | drbd_bitmap.c | 644 drbd_info(device, "drbd_bm_resize called with capacity == %llu\n", in drbd_bm_resize() 679 drbd_info(device, "bits = %lu\n", bits); in drbd_bm_resize() 680 drbd_info(device, "bits_on_disk = %llu\n", bits_on_disk); in drbd_bm_resize() 739 drbd_info(device, "resync bitmap: bits=%lu words=%lu pages=%lu\n", bits, words, want); in drbd_bm_resize() 1150 drbd_info(device, "bitmap %s of %u pages took %u ms\n", in __must_hold() 1168 drbd_info(device, "recounting of set bits took additional %lu jiffies\n", in __must_hold() 1174 drbd_info(device, "%s (%lu bits) marked out-of-sync by on disk bit-map.\n", in __must_hold()
|
H A D | drbd_nl.c | 378 drbd_info(device, "helper command: %s %s %s\n", drbd_usermode_helper, cmd, mb); in drbd_khelper() 389 drbd_info(device, "helper command: %s %s %s exit code %u (0x%x)\n", in drbd_khelper() 421 drbd_info(connection, "helper command: %s %s %s\n", drbd_usermode_helper, cmd, resource_name); in conn_khelper() 431 drbd_info(connection, "helper command: %s %s %s exit code %u (0x%x)\n", in conn_khelper() 565 drbd_info(connection, "fence-peer helper returned %d (%s)\n", in conn_try_outdate_peer() 577 drbd_info(connection, "Ignoring fence-peer exit code\n"); in conn_try_outdate_peer() 1050 drbd_info(device, "Writing the whole bitmap, %s\n", in __must_hold() 1063 drbd_info(device, "Changed AL layout to al-stripes = %d, al-stripe-size-kB = %d\n", in __must_hold() 1220 drbd_info(connection, "peer DRBD too old, does not support TRIM: disabling discards\n"); in decide_on_discard_support() 1279 drbd_info(peer_devic in decide_on_write_same_support() [all...] |
H A D | drbd_worker.c | 914 drbd_info(device, "%s done (total %lu sec; paused %lu sec; %lu K/sec)\n", in drbd_resync_finished() 938 drbd_info(device, "%u %% had equal checksums, eliminated: %luK; " in drbd_resync_finished() 948 drbd_info(device, " %lu failed blocks\n", device->rs_failed); in drbd_resync_finished() 1758 drbd_info(device, "before-resync-target handler returned %d, " in drbd_start_resync() 1768 drbd_info(device, "before-resync-source handler returned %d, " in drbd_start_resync() 1771 drbd_info(device, "before-resync-source handler returned %d, " in drbd_start_resync() 1853 drbd_info(device, "Began resync as %s (will sync %lu KB [%lu bits set]).\n", in drbd_start_resync()
|
H A D | drbd_state.c | 796 drbd_info(device, "%s\n", pb); in drbd_pr_state_change() 813 drbd_info(connection, "%s\n", pb); in conn_pr_state_change() 1221 drbd_info(device, "Resumed AL updates\n"); in drbd_resume_al() 1366 drbd_info(device, "Online Verify reached sector %llu\n", in _drbd_set_state() 1372 drbd_info(device, "Syncer continues.\n"); in _drbd_set_state() 1381 drbd_info(device, "Resync suspended\n"); in _drbd_set_state() 1404 drbd_info(device, "Starting Online Verify from sector %llu\n", in _drbd_set_state()
|
H A D | drbd_main.c | 347 drbd_info(resource, "Restarting %s thread\n", thi->name); in drbd_thread_setup() 359 drbd_info(resource, "Terminating %s\n", current->comm); in drbd_thread_setup() 394 drbd_info(resource, "Starting %s thread (from %s [%d])\n", in drbd_thread_start() 434 drbd_info(resource, "Restarting %s thread (from %s [%d])\n", in drbd_thread_start() 879 drbd_info(device, "%s %016llX:%016llX:%016llX:%016llX\n", in drbd_print_uuids() 887 drbd_info(device, "%s effective data uuid: %016llX\n", in drbd_print_uuids() 1285 drbd_info(device, "Writing the whole bitmap, MDF_FullSync was set.\n"); in _drbd_send_bitmap() 2045 drbd_info(device, "size = %s (%llu KB)\n", in drbd_set_my_capacity()
|
H A D | drbd_actlog.c | 539 drbd_info(device, "LOGIC BUG for enr=%u\n", enr); in drbd_al_begin_io_nonblock() 1209 drbd_info(device, "dropping %u in drbd_rs_del_all, apparently" in drbd_rs_del_all() 1219 drbd_info(device, "Retrying drbd_rs_del_all() later. " in drbd_rs_del_all()
|
H A D | drbd_req.c | 1000 drbd_info(device, "Congestion-fill threshold reached\n"); in maybe_pull_ahead() 1005 drbd_info(device, "Congestion-extents threshold reached\n"); in maybe_pull_ahead()
|
H A D | drbd_int.h | 118 #define drbd_info(obj, fmt, args...) \ macro
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_receiver.c | 521 drbd_info(connection, "sock was reset by peer\n"); in drbd_recv() 536 drbd_info(connection, "sock was shut down by peer\n"); in drbd_recv() 1269 drbd_info(device, "local disk FLUSH FAILED with status %d\n", bio->bi_status); in one_flush_endio() 1480 drbd_info(resource, "Method to ensure write ordering: %s\n", write_ordering_str[resource->write_ordering]); in drbd_bump_write_ordering() 2938 drbd_info(device, "Online Verify start sector: %llu\n", in receive_DataRequest() 3204 drbd_info(device, "%s uuid info vanished while I was looking!\n", text); in drbd_uuid_dump() 3207 drbd_info(device, "%s %016llX:%016llX:%016llX:%016llX bits:%llu flags:%llX\n", in drbd_uuid_dump() 3265 drbd_info(device, "was SyncSource, missed the resync finished event, corrected myself:\n"); in __must_hold() 3274 drbd_info(device, "was SyncSource (peer failed to write sync_uuid)\n"); in __must_hold() 3288 drbd_info(devic in __must_hold() [all...] |
H A D | drbd_bitmap.c | 644 drbd_info(device, "drbd_bm_resize called with capacity == %llu\n", in drbd_bm_resize() 679 drbd_info(device, "bits = %lu\n", bits); in drbd_bm_resize() 680 drbd_info(device, "bits_on_disk = %llu\n", bits_on_disk); in drbd_bm_resize() 739 drbd_info(device, "resync bitmap: bits=%lu words=%lu pages=%lu\n", bits, words, want); in drbd_bm_resize() 1182 drbd_info(device, "bitmap %s of %u pages took %u ms\n", in __must_hold() 1200 drbd_info(device, "recounting of set bits took additional %lu jiffies\n", in __must_hold() 1206 drbd_info(device, "%s (%lu bits) marked out-of-sync by on disk bit-map.\n", in __must_hold()
|
H A D | drbd_polymorph_printk.h | 109 #define drbd_info(device, fmt, args...) \ macro
|
H A D | drbd_worker.c | 913 drbd_info(device, "%s done (total %lu sec; paused %lu sec; %lu K/sec)\n", in drbd_resync_finished() 937 drbd_info(device, "%u %% had equal checksums, eliminated: %luK; " in drbd_resync_finished() 947 drbd_info(device, " %lu failed blocks\n", device->rs_failed); in drbd_resync_finished() 1763 drbd_info(device, "before-resync-target handler returned %d, " in drbd_start_resync() 1773 drbd_info(device, "before-resync-source handler returned %d, " in drbd_start_resync() 1776 drbd_info(device, "before-resync-source handler returned %d, " in drbd_start_resync() 1858 drbd_info(device, "Began resync as %s (will sync %lu KB [%lu bits set]).\n", in drbd_start_resync()
|
H A D | drbd_nl.c | 378 drbd_info(device, "helper command: %s %s %s\n", drbd_usermode_helper, cmd, mb); in drbd_khelper() 389 drbd_info(device, "helper command: %s %s %s exit code %u (0x%x)\n", in drbd_khelper() 421 drbd_info(connection, "helper command: %s %s %s\n", drbd_usermode_helper, cmd, resource_name); in conn_khelper() 431 drbd_info(connection, "helper command: %s %s %s exit code %u (0x%x)\n", in conn_khelper() 565 drbd_info(connection, "fence-peer helper returned %d (%s)\n", in conn_try_outdate_peer() 577 drbd_info(connection, "Ignoring fence-peer exit code\n"); in conn_try_outdate_peer() 1051 drbd_info(device, "Writing the whole bitmap, %s\n", in __must_hold() 1064 drbd_info(device, "Changed AL layout to al-stripes = %d, al-stripe-size-kB = %d\n", in __must_hold() 1220 drbd_info(connection, in decide_on_discard_support() 1347 drbd_info(devic in drbd_reconsider_queue_parameters() [all...] |
H A D | drbd_state.c | 796 drbd_info(device, "%s\n", pb); in drbd_pr_state_change() 813 drbd_info(connection, "%s\n", pb); in conn_pr_state_change() 1221 drbd_info(device, "Resumed AL updates\n"); in drbd_resume_al() 1368 drbd_info(device, "Online Verify reached sector %llu\n", in _drbd_set_state() 1374 drbd_info(device, "Syncer continues.\n"); in _drbd_set_state() 1383 drbd_info(device, "Resync suspended\n"); in _drbd_set_state() 1406 drbd_info(device, "Starting Online Verify from sector %llu\n", in _drbd_set_state()
|
H A D | drbd_main.c | 338 drbd_info(resource, "Restarting %s thread\n", thi->name); in drbd_thread_setup() 350 drbd_info(resource, "Terminating %s\n", current->comm); in drbd_thread_setup() 385 drbd_info(resource, "Starting %s thread (from %s [%d])\n", in drbd_thread_start() 425 drbd_info(resource, "Restarting %s thread (from %s [%d])\n", in drbd_thread_start() 870 drbd_info(device, "%s %016llX:%016llX:%016llX:%016llX\n", in drbd_print_uuids() 878 drbd_info(device, "%s effective data uuid: %016llX\n", in drbd_print_uuids() 1274 drbd_info(device, "Writing the whole bitmap, MDF_FullSync was set.\n"); in _drbd_send_bitmap() 2015 drbd_info(device, "size = %s (%llu KB)\n", in drbd_set_my_capacity()
|
H A D | drbd_actlog.c | 539 drbd_info(device, "LOGIC BUG for enr=%u\n", enr); in drbd_al_begin_io_nonblock() 1212 drbd_info(device, "dropping %u in drbd_rs_del_all, apparently" in drbd_rs_del_all() 1222 drbd_info(device, "Retrying drbd_rs_del_all() later. " in drbd_rs_del_all()
|
H A D | drbd_req.c | 1011 drbd_info(device, "Congestion-fill threshold reached\n"); in maybe_pull_ahead() 1016 drbd_info(device, "Congestion-extents threshold reached\n"); in maybe_pull_ahead()
|