Searched refs:type_name_dup (Results 1 – 1 of 1) sorted by relevance
75 char *p, *type_name_dup; in get_type() local82 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()