Home
last modified time | relevance | path

Searched refs:type_name_dup (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A 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()
H A 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()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-exception-store.c75 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()
H A Ddm-log.c68 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()

Completed in 4 milliseconds