Lines Matching defs:path
58 static int __ns_get_path(struct path *path, struct ns_common *ns)
75 path->mnt = mntget(mnt);
76 path->dentry = dentry;
109 int ns_get_path_cb(struct path *path, ns_get_path_helper_t *ns_get_cb,
118 ret = __ns_get_path(path, ns);
136 int ns_get_path(struct path *path, struct task_struct *task,
144 return ns_get_path_cb(path, ns_get_path_task, &args);
150 struct path path = {};
168 err = __ns_get_path(&path, relative);
176 f = dentry_open(&path, O_RDONLY, current_cred());
177 path_put(&path);