Searched refs:pathbuf (Results 1 – 2 of 2) sorted by relevance
2726 char *pathbuf; in fsg_common_init() local2896 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL); in fsg_common_init()2903 if (pathbuf) { in fsg_common_init()2905 pathbuf, PATH_MAX); in fsg_common_init()2916 kfree(pathbuf); in fsg_common_init()
3342 char *pathbuf, *p; in fsg_bind() local3539 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL); in fsg_bind()3544 if (pathbuf) { in fsg_bind()3546 pathbuf, PATH_MAX); in fsg_bind()3554 kfree(pathbuf); in fsg_bind()