Searched refs:type_name_dup (Results 1 – 2 of 2) sorted by relevance
74 char *p, *type_name_dup; in get_type() local81 type_name_dup = kstrdup(type_name, GFP_KERNEL); in get_type()82 if (!type_name_dup) { in get_type()87 while (request_module("dm-exstore-%s", type_name_dup) || in get_type()89 p = strrchr(type_name_dup, '-'); in get_type()98 kfree(type_name_dup); in get_type()
67 char *p, *type_name_dup; in get_type() local77 type_name_dup = kstrdup(type_name, GFP_KERNEL); in get_type()78 if (!type_name_dup) { in get_type()84 while (request_module("dm-log-%s", type_name_dup) || in get_type()86 p = strrchr(type_name_dup, '-'); in get_type()95 kfree(type_name_dup); in get_type()
Completed in 7 milliseconds