Searched refs:DMWARN (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/drivers/md/
H A Ddm-cache-policy.c37 DMWARN("couldn't get module %s", name);
86 DMWARN("hint size must be 0 or 4 but %llu supplied.", (unsigned long long) type->hint_size);
92 DMWARN("attempt to register policy under duplicate name %s", type->name);
122 DMWARN("unknown policy type");
H A Ddm-log.c80 DMWARN("No memory left to attempt log module load for \"%s\"",
94 DMWARN("Module for logging type \"%s\" not found.", type_name);
342 DMWARN("incompatible disk log version");
382 DMWARN("wrong number of arguments to dirty region log");
392 DMWARN("unrecognised sync argument to dirty region log: %s", argv[1]);
399 DMWARN("invalid region size %s", argv[0]);
407 DMWARN("couldn't allocate core log");
433 DMWARN("couldn't allocate clean bitset");
453 DMWARN("log device %s too small: need %llu bytes",
466 DMWARN("could
[all...]
H A Ddm-switch.c389 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]);
394 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]);
399 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]);
404 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]);
409 DMWARN("invalid set_region_mappings cycle length: %lu > %lu",
415 DMWARN("invalid set_region_mappings region number: %lu + %lu >= %lu",
434 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]);
441 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]);
447 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]);
451 DMWARN("invali
[all...]
H A Ddm-snap-transient.c140 DMWARN("Unable to register transient exception store type");
146 DMWARN("Unable to register old-style transient exception store type");
H A Ddm-log-userspace-base.c107 DMWARN("Attempting to contact userspace log server...");
145 DMWARN("Unable to allocate memory for constructor string");
204 DMWARN("Too few arguments to userspace dirty log");
210 DMWARN("Unable to allocate userspace log context.");
220 DMWARN("UUID argument too long.");
893 DMWARN("Unable to create flush_entry_cache: No memory.");
899 DMWARN("Unable to initialize userspace log communications");
906 DMWARN("Couldn't register userspace dirty log type");
H A Ddm-snap-persistent.c347 DMWARN("Invalid or corrupt snapshot");
361 DMWARN("chunk size %u in device metadata overrides table chunk size of %u.",
640 DMWARN("write_header failed");
648 DMWARN("zero_disk_area(0) failed");
655 DMWARN("unable to handle snapshot disk version %d",
848 DMWARN("write header failed");
H A Ddm-exception-store.c97 DMWARN("Module for exstore type \"%s\" not found.", type_name);
H A Ddm-mpath.c793 DMWARN("queue_if_no_path timeout on %s, failing queued IO",
1342 DMWARN("%s: Failing path %s.",
1383 DMWARN("%s: Reinstating path %s.",
1471 DMWARN("invalid PG number supplied to %s", __func__);
1503 DMWARN("invalid PG number supplied to bypass_pg");
1990 DMWARN("Invalid multipath message arguments. Expected 2 arguments, got %d.", argc);
2008 DMWARN("Unrecognised multipath message received: %s", argv[0]);
2014 DMWARN("message: error getting device %s",
H A Ddm-thin.c1512 DMWARN("%s: reached low water mark for data device: sending event.",
2864 DMWARN("Data device (%pg) %s: Disabling discard passdown.", data_bdev, reason);
2922 DMWARN("%s: dm_pool_metadata_close() failed.", __func__);
3073 DMWARN("%s: dm_pool_metadata_close() failed.", __func__);
3203 DMWARN("%s: reached low water mark for metadata device: sending event.",
3237 DMWARN("Metadata device %pg is larger than %u sectors: excess space will not be used.",
3689 DMWARN("Message received with %u arguments instead of %u.",
3704 DMWARN("Message received with invalid device id: %s", arg);
3724 DMWARN("Creation of new thinly-provisioned device with id %s failed.",
3752 DMWARN("Creatio
[all...]
H A Ddm-log-userspace-transfer.c245 DMWARN("[%s] Request timed out: [%u/%u] - retrying",
H A Ddm-ps-io-affinity.c87 DMWARN("CPU mapping for %u exists. Ignoring.", cpu);
H A Ddm-table.c174 DMWARN("%s: dm_table_destroy: dm_put_device call missing for %s",
413 DMWARN("%s: Cannot set limits for nonexistent device %pg",
420 DMWARN("%s: adding target device %pg caused an alignment inconsistency: "
735 DMWARN("%s: %s: ignoring discards_supported because num_discard_bios is zero.",
1158 DMWARN("%s: integrity not set: %s and %s profile mismatch",
1736 DMWARN("%s: adding target device (start sect %llu len %llu) "
1788 DMWARN("%s: unable to establish an integrity profile",
H A Ddm-zoned.h184 DMWARN("(%pg): " format, (dev)->bdev, ## args)
H A Ddm-raid1.c253 DMWARN("All sides of mirror have failed.");
1347 DMWARN("log presuspend failed");
1365 DMWARN("log postsuspend failed");
1376 DMWARN("log resume failed");
H A Ddm-thin-metadata.c985 DMWARN("%s: dm_pool_metadata_close() failed.", __func__);
1021 DMWARN("%s: __commit_transaction() failed, error = %d",
1345 DMWARN("%s: __commit_transaction() failed, error = %d",
1365 DMWARN("Pool metadata snapshot already exists: release this before taking another.");
1432 DMWARN("No pool metadata snapshot found: nothing to release.");
H A Ddm-stripe.c492 DMWARN("target registration failed");
H A Ddm-log-writes.c855 DMWARN("Invalid log-writes message arguments, expect 2 arguments, got %d", argc);
862 DMWARN("Unrecognised log writes target message received: %s", argv[0]);
H A Ddm-cache-target.c2063 DMWARN("Metadata device %pg is larger than %u sectors: excess space will not be used.",
2291 DMWARN("bad config value for %s: %s", key, value);
2301 DMWARN("Odd number of policy arguments given but they should be <key> <value> pairs.");
3384 DMWARN("Origin device (%pg) %s: Disabling discard passdown.",
H A Ddm-clone-target.c1695 DMWARN("Metadata device %pg is larger than %u sectors: excess space will not be used.",
2039 DMWARN("Destination device (%pg) %s: Disabling discard passdown.",
H A Ddm.c274 DMWARN("CONFIG_IMA_DISABLE_HTABLE is disabled."
2525 DMWARN("%s: Forcibly removing mapped_device still in use! (%d users)",
H A Ddm-crypt.c2824 DMWARN("Selected cipher does not support IVs");
3649 DMWARN("not suspended during key manipulation.");
3675 DMWARN("unrecognised message received.");
H A Ddm-ioctl.c388 DMWARN("remove_all left %d open device(s)", dev_skipped);
H A Ddm-cache-policy-smq.c1665 DMWARN("tunable '%s' no longer has any effect, mq policy is now an alias for smq", key);
H A Ddm-zoned-metadata.c214 DMWARN("(%s): " format, (zmd)->label, ## args)
/linux-master/include/linux/
H A Ddevice-mapper.h629 #define DMWARN(fmt, ...) pr_warn(DM_FMT(fmt), ##__VA_ARGS__) macro

Completed in 307 milliseconds

12