Searched refs:vdo_log_error (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/md/dm-vdo/indexer/
H A Dconfig.c36 vdo_log_error("Record pages per chapter (%u) does not match (%u)",
43 vdo_log_error("Chapter count (%u) does not match (%u)",
50 vdo_log_error("Sparse chapter count (%u) does not match (%u)",
57 vdo_log_error("Cache size (%u) does not match (%u)",
63 vdo_log_error("Volume index mean delta (%u) does not match (%u)",
70 vdo_log_error("Bytes per page value (%zu) does not match (%zu)",
76 vdo_log_error("Sparse sample rate (%u) does not match (%u)",
83 vdo_log_error("Nonce (%llu) does not match (%llu)",
266 vdo_log_error("received invalid memory size");
H A Dindex-session.c107 vdo_log_error("missing required callback");
119 vdo_log_error("received invalid callback type");
247 vdo_log_error("missing session pointer");
335 vdo_log_error("missing required parameters");
339 vdo_log_error("missing required block device");
343 vdo_log_error("missing required session pointer");
713 vdo_log_error("received a NULL index stats pointer");
H A Dvolume.c1289 vdo_log_error("corrupt index page in chapter %u",
1297 vdo_log_error("inconsistent chapter %u index page %u: expected vcn %llu, got vcn %llu",
1304 vdo_log_error("inconsistent chapter %u index page %u: expected list number %u, got list number %u",
1317 vdo_log_error("chapter %u vcn %llu is out of phase (%u)", chapter_number,
1434 vdo_log_error("too many bad chapters in volume: %u",
H A Dindex-layout.c258 vdo_log_error("Missing output size pointer");
876 vdo_log_error("No valid index save found");
1678 vdo_log_error("index storage (%zu) is smaller than the requested size %zu",
1711 vdo_log_error("index storage (%zu) is smaller than the required size %llu",
H A Dindex.c318 vdo_log_error("invalid message type: %d", message->type);
/linux-master/drivers/md/dm-vdo/
H A Ddm-vdo-target.c401 vdo_log_error("thread config string error: 'bioRotationInterval' of at least 1 is required");
404 vdo_log_error("thread config string error: 'bioRotationInterval' cannot be higher than %d",
413 vdo_log_error("thread config string error: at most %d 'logical' threads are allowed",
422 vdo_log_error("thread config string error: at most %d 'physical' threads are allowed",
431 vdo_log_error("thread config string error: at most %d '%s' threads are allowed",
441 vdo_log_error("thread config string error: at least one 'cpu' thread required");
453 vdo_log_error("thread config string error: at least one 'bio' thread required");
486 vdo_log_error("thread config string error: expected thread parameter assignment, saw \"%s\"",
494 vdo_log_error("thread config string error: integer value needed, found \"%s\"",
566 vdo_log_error("optiona
[all...]
H A Dlogger.h95 #define vdo_log_error(...) vdo_log_message(VDO_LOG_ERR, __VA_ARGS__) macro
H A Dio-submitter.c411 vdo_log_error("bio map initialization failed %d", result);
426 vdo_log_error("bio queue initialization failed %d", result);
H A Dmemory-alloc.c287 vdo_log_error("Could not allocate %zu bytes for %s in %u msecs",
H A Dvio.c134 vdo_log_error("metadata vio allocation failure %d", result);
H A Dmessage-stats.c424 vdo_log_error("Cannot allocate memory to write VDO statistics");
H A Dencodings.c1256 vdo_log_error("A physical size of %llu blocks was specified, not the %llu blocks configured in the vdo super block",
1269 vdo_log_error("A logical size of %llu blocks was specified, but that differs from the %llu blocks configured in the vdo super block",
H A Ddedupe.c1617 vdo_log_error("invalid UDS advice version code %u", version);
2210 vdo_log_error("UDS index queue initialization failed (%d)", result);
H A Dblock-map.c1015 vdo_log_ratelimit(vdo_log_error,
H A Dslab-depot.c2860 vdo_log_error("vdo_slab journal block for slab %u was invalid",

Completed in 227 milliseconds