Lines Matching +defs:path +defs:root
75 static int prepend_path(const struct path *path, in prepend_path()
76 const struct path *root, in prepend_path()
180 char *__d_path(const struct path *path, in __d_path()
181 const struct path *root, in __d_path()
197 char *d_absolute_path(const struct path *path, in d_absolute_path()
200 struct path root = {}; in d_absolute_path() local
217 static int path_with_deleted(const struct path *path, in path_with_deleted()
218 const struct path *root, in path_with_deleted()
236 static void get_fs_root_rcu(struct fs_struct *fs, struct path *root) in get_fs_root_rcu()
262 char *d_path(const struct path *path, char *buf, int buflen) in d_path()
265 struct path root; in d_path() local
399 static void get_fs_root_and_pwd_rcu(struct fs_struct *fs, struct path *root, in get_fs_root_and_pwd_rcu()
432 struct path pwd, root; in SYSCALL_DEFINE2() local