Lines Matching refs:path
42 #include <linux/path.h>
136 * resulting corefile path to consist of a ".." or ".".
163 char *pathbuf, *path, *ptr;
168 return cn_esc_printf(cn, "%s (path unknown)", current->comm);
176 path = file_path(exe_file, pathbuf, PATH_MAX);
177 if (IS_ERR(path)) {
178 ret = PTR_ERR(path);
183 ptr = strrchr(path, '/');
185 path = ptr + 1;
187 ret = cn_esc_printf(cn, "%s", path);
594 /* require nonrelative corefile path and be extra careful */
626 * environment (pipe handler or fully qualified path).
721 "to fully qualified path!\n",
753 * with a fully qualified path" rule is to control where
758 struct path root;