Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_kmod.c608 static int __kstrncpy(char **dst, const char *name, size_t count, gfp_t gfp) in __kstrncpy() function
620 return __kstrncpy(&config->test_driver, name, count, GFP_KERNEL); in config_copy_test_driver_name()
627 return __kstrncpy(&config->test_fs, name, count, GFP_KERNEL); in config_copy_test_fs()