Lines Matching +defs:path +defs:root
105 const struct path *root, struct prepend_buffer *p) in __prepend_path()
156 static int prepend_path(const struct path *path, in prepend_path()
157 const struct path *root, in prepend_path()
215 char *__d_path(const struct path *path, in __d_path()
216 const struct path *root, in __d_path()
227 char *d_absolute_path(const struct path *path, in d_absolute_path()
230 struct path root = {}; in d_absolute_path() local
239 static void get_fs_root_rcu(struct fs_struct *fs, struct path *root) in get_fs_root_rcu()
265 char *d_path(const struct path *path, char *buf, int buflen) in d_path()
268 struct path root; in d_path() local
382 static void get_fs_root_and_pwd_rcu(struct fs_struct *fs, struct path *root, in get_fs_root_and_pwd_rcu()
415 struct path pwd, root; in SYSCALL_DEFINE2() local