Lines Matching defs:new
267 * Allocate the new cells.
379 * progress. If a new mapped device is created
427 const char *new)
437 * duplicate new.
439 new_data = kstrdup(new, GFP_KERNEL);
446 * Is new free ?
449 hc = __get_uuid_cell(new);
451 hc = __get_name_cell(new);
456 param->name, new);
469 param->name, change_uuid ? "uuid " : "", new);
481 param->name, new, hc->uuid);
1054 DMERR("Invalid new mapped device name or uuid string supplied.");
1175 /* Do we need to load a new map ? */
1487 static bool is_valid_type(enum dm_queue_mode cur, enum dm_queue_mode new)
1489 if (cur == new ||
1490 (cur == DM_TYPE_BIO_BASED && new == DM_TYPE_DAX_BIO_BASED))
1534 DMERR("unable to set up device queue for new table.");
1538 DMERR("can't change device type (old=%u vs new=%u) after initial table load.",
2302 DMERR("unable to set up device queue for new table.");
2306 /* Set new map */