Home
last modified time | relevance | path

Searched refs:type_name_dup (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/md/
Ddm-exception-store.c74 char *p, *type_name_dup; in get_type() local
81 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()
Ddm-log.c67 char *p, *type_name_dup; in get_type() local
77 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()