Lines Matching refs:path
51 * returns fs handle for a mount point or path within that mount point
55 * returns full handle for a path
66 struct path path;
76 error = user_path_at(AT_FDCWD, hreq->path, 0, &path);
79 inode = d_inode(path.dentry);
126 path_put(&path);
198 struct path path;
243 path.mnt = parfilp->f_path.mnt;
244 path.dentry = dentry;
245 filp = dentry_open(&path, hreq->oflags, cred);