Lines Matching defs:path
59 static int __ns_get_path(struct path *path, struct ns_common *ns)
76 path->mnt = mntget(mnt);
77 path->dentry = dentry;
110 int ns_get_path_cb(struct path *path, ns_get_path_helper_t *ns_get_cb,
119 ret = __ns_get_path(path, ns);
137 int ns_get_path(struct path *path, struct task_struct *task,
145 return ns_get_path_cb(path, ns_get_path_task, &args);
151 struct path path = {};
169 err = __ns_get_path(&path, relative);
177 f = dentry_open(&path, O_RDONLY, current_cred());
178 path_put(&path);