Searched refs:type_name_dup (Results 1 – 2 of 2) sorted by relevance
75 char *p, *type_name_dup; in get_type() local 82 type_name_dup = kstrdup(type_name, GFP_KERNEL); in get_type() 83 if (!type_name_dup) { in get_type() 88 while (request_module("dm-exstore-%s", type_name_dup) || in get_type() 90 p = strrchr(type_name_dup, '-'); in get_type() 99 kfree(type_name_dup); in get_type()
68 char *p, *type_name_dup; in get_type() local 78 type_name_dup = kstrdup(type_name, GFP_KERNEL); in get_type() 79 if (!type_name_dup) { in get_type() 85 while (request_module("dm-log-%s", type_name_dup) || in get_type() 87 p = strrchr(type_name_dup, '-'); in get_type() 96 kfree(type_name_dup); in get_type()