Searched refs:pathbuf (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/gadget/
H A Df_mass_storage.c2724 char *pathbuf; local
2894 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL);
2901 if (pathbuf) {
2903 pathbuf, PATH_MAX);
2914 kfree(pathbuf);
H A Dfile_storage.c3342 char *pathbuf, *p; local
3539 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL);
3544 if (pathbuf) {
3546 pathbuf, PATH_MAX);
3554 kfree(pathbuf);

Completed in 112 milliseconds