Searched refs:__kstrncpy (Results 1 – 1 of 1) sorted by relevance
608 static int __kstrncpy(char **dst, const char *name, size_t count, gfp_t gfp) in __kstrncpy() function620 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()