Searched refs:type_name_dup (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-exception-store.c | 74 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 D | dm-log.c | 67 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 D | dm-exception-store.c | 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()
|
H A D | dm-log.c | 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()
|
Completed in 4 milliseconds