Home
last modified time | relevance | path

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

/fs/
Dcoredump.c163 char *pathbuf, *path, *ptr; in cn_print_exe_file() local
170 pathbuf = kmalloc(PATH_MAX, GFP_KERNEL); in cn_print_exe_file()
171 if (!pathbuf) { in cn_print_exe_file()
176 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()
190 kfree(pathbuf); in cn_print_exe_file()