Symbol: vdo_log_error
drivers/md/dm-vdo/block-map.c
1031
vdo_log_ratelimit(vdo_log_error,
drivers/md/dm-vdo/dedupe.c
1615
vdo_log_error("invalid UDS advice version code %u", version);
drivers/md/dm-vdo/dedupe.c
2210
vdo_log_error("UDS index queue initialization failed (%d)", result);
drivers/md/dm-vdo/dm-vdo-target.c
1469
vdo_log_error("Existing vdo already uses device %s",
drivers/md/dm-vdo/dm-vdo-target.c
1477
vdo_log_error("Could not create VDO device. (VDO error %d, message %s)",
drivers/md/dm-vdo/dm-vdo-target.c
1489
vdo_log_error("Could not start VDO device. (VDO error %d, message %s)",
drivers/md/dm-vdo/dm-vdo-target.c
2118
vdo_log_error("Suspend invoked while in unexpected state: %s",
drivers/md/dm-vdo/dm-vdo-target.c
2302
vdo_log_error("Aborting load due to unsupported version");
drivers/md/dm-vdo/dm-vdo-target.c
2721
vdo_log_error("grow logical operation failed, result = %d", result);
drivers/md/dm-vdo/dm-vdo-target.c
2727
vdo_log_error("resize operation failed, result = %d", result);
drivers/md/dm-vdo/dm-vdo-target.c
2742
vdo_log_error("resume of device '%s' failed: backing device has %llu blocks but VDO physical size is %llu blocks",
drivers/md/dm-vdo/dm-vdo-target.c
2822
vdo_log_error("resume of device '%s' failed with error: %d", device_name,
drivers/md/dm-vdo/dm-vdo-target.c
2905
vdo_log_error("vdo_register_status_codes failed %d", result);
drivers/md/dm-vdo/dm-vdo-target.c
2912
vdo_log_error("dm_register_target failed %d", result);
drivers/md/dm-vdo/dm-vdo-target.c
401
vdo_log_error("thread config string error: 'bioRotationInterval' of at least 1 is required");
drivers/md/dm-vdo/dm-vdo-target.c
404
vdo_log_error("thread config string error: 'bioRotationInterval' cannot be higher than %d",
drivers/md/dm-vdo/dm-vdo-target.c
413
vdo_log_error("thread config string error: at most %d 'logical' threads are allowed",
drivers/md/dm-vdo/dm-vdo-target.c
422
vdo_log_error("thread config string error: at most %d 'physical' threads are allowed",
drivers/md/dm-vdo/dm-vdo-target.c
431
vdo_log_error("thread config string error: at most %d '%s' threads are allowed",
drivers/md/dm-vdo/dm-vdo-target.c
441
vdo_log_error("thread config string error: at least one 'cpu' thread required");
drivers/md/dm-vdo/dm-vdo-target.c
453
vdo_log_error("thread config string error: at least one 'bio' thread required");
drivers/md/dm-vdo/dm-vdo-target.c
486
vdo_log_error("thread config string error: expected thread parameter assignment, saw \"%s\"",
drivers/md/dm-vdo/dm-vdo-target.c
494
vdo_log_error("thread config string error: integer value needed, found \"%s\"",
drivers/md/dm-vdo/dm-vdo-target.c
566
vdo_log_error("optional parameter error: at least one max discard block required");
drivers/md/dm-vdo/dm-vdo-target.c
571
vdo_log_error("optional parameter error: at most %d max discard blocks are allowed",
drivers/md/dm-vdo/dm-vdo-target.c
606
vdo_log_error("optional config string error: integer value needed, found \"%s\"",
drivers/md/dm-vdo/dm-vdo-target.c
874
vdo_log_error("couldn't open device \"%s\": error %d",
drivers/md/dm-vdo/encodings.c
1255
vdo_log_error("A physical size of %llu blocks was specified, not the %llu blocks configured in the vdo super block",
drivers/md/dm-vdo/encodings.c
1268
vdo_log_error("A logical size of %llu blocks was specified, but that differs from the %llu blocks configured in the vdo super block",
drivers/md/dm-vdo/indexer/config.c
266
vdo_log_error("received invalid memory size");
drivers/md/dm-vdo/indexer/config.c
36
vdo_log_error("Record pages per chapter (%u) does not match (%u)",
drivers/md/dm-vdo/indexer/config.c
43
vdo_log_error("Chapter count (%u) does not match (%u)",
drivers/md/dm-vdo/indexer/config.c
50
vdo_log_error("Sparse chapter count (%u) does not match (%u)",
drivers/md/dm-vdo/indexer/config.c
57
vdo_log_error("Cache size (%u) does not match (%u)",
drivers/md/dm-vdo/indexer/config.c
63
vdo_log_error("Volume index mean delta (%u) does not match (%u)",
drivers/md/dm-vdo/indexer/config.c
70
vdo_log_error("Bytes per page value (%zu) does not match (%zu)",
drivers/md/dm-vdo/indexer/config.c
76
vdo_log_error("Sparse sample rate (%u) does not match (%u)",
drivers/md/dm-vdo/indexer/config.c
83
vdo_log_error("Nonce (%llu) does not match (%llu)",
drivers/md/dm-vdo/indexer/index-layout.c
1653
vdo_log_error("index storage (%zu) is smaller than the requested size %zu",
drivers/md/dm-vdo/indexer/index-layout.c
1686
vdo_log_error("index storage (%zu) is smaller than the required size %llu",
drivers/md/dm-vdo/indexer/index-layout.c
851
vdo_log_error("No valid index save found");
drivers/md/dm-vdo/indexer/index-session.c
106
vdo_log_error("missing required callback");
drivers/md/dm-vdo/indexer/index-session.c
118
vdo_log_error("received invalid callback type");
drivers/md/dm-vdo/indexer/index-session.c
243
vdo_log_error("missing session pointer");
drivers/md/dm-vdo/indexer/index-session.c
331
vdo_log_error("missing required parameters");
drivers/md/dm-vdo/indexer/index-session.c
335
vdo_log_error("missing required block device");
drivers/md/dm-vdo/indexer/index-session.c
339
vdo_log_error("missing required session pointer");
drivers/md/dm-vdo/indexer/index-session.c
709
vdo_log_error("received a NULL index stats pointer");
drivers/md/dm-vdo/indexer/index.c
315
vdo_log_error("invalid message type: %d", message->type);
drivers/md/dm-vdo/indexer/volume.c
1291
vdo_log_error("corrupt index page in chapter %u",
drivers/md/dm-vdo/indexer/volume.c
1299
vdo_log_error("inconsistent chapter %u index page %u: expected vcn %llu, got vcn %llu",
drivers/md/dm-vdo/indexer/volume.c
1306
vdo_log_error("inconsistent chapter %u index page %u: expected list number %u, got list number %u",
drivers/md/dm-vdo/indexer/volume.c
1319
vdo_log_error("chapter %u vcn %llu is out of phase (%u)", chapter_number,
drivers/md/dm-vdo/indexer/volume.c
1436
vdo_log_error("too many bad chapters in volume: %u",
drivers/md/dm-vdo/io-submitter.c
414
vdo_log_error("bio map initialization failed %d", result);
drivers/md/dm-vdo/io-submitter.c
429
vdo_log_error("bio queue initialization failed %d", result);
drivers/md/dm-vdo/memory-alloc.c
287
vdo_log_error("Could not allocate %zu bytes for %s in %u msecs",
drivers/md/dm-vdo/message-stats.c
425
vdo_log_error("Cannot allocate memory to write VDO statistics");
drivers/md/dm-vdo/slab-depot.c
2945
vdo_log_error("vdo_slab journal block for slab %u was invalid",
drivers/md/dm-vdo/vio.c
134
vdo_log_error("metadata vio allocation failure %d", result);