Lines Matching refs:path
41 #include <linux/path.h>
137 * resulting corefile path to consist of a ".." or ".".
164 char *pathbuf, *path, *ptr;
169 return cn_esc_printf(cn, "%s (path unknown)", current->comm);
177 path = file_path(exe_file, pathbuf, PATH_MAX);
178 if (IS_ERR(path)) {
179 ret = PTR_ERR(path);
184 ptr = strrchr(path, '/');
186 path = ptr + 1;
188 ret = cn_esc_printf(cn, "%s", path);
531 /* require nonrelative corefile path and be extra careful */
563 * environment (pipe handler or fully qualified path).
659 "to fully qualified path!\n",
691 * with a fully qualified path" rule is to control where
696 struct path root;
946 "Pipe handler or fully qualified core dump path required.\n"