Lines Matching refs:path
49 * returns fs handle for a mount point or path within that mount point
53 * returns full handle for a path
64 struct path path;
74 error = user_path_at(AT_FDCWD, hreq->path, 0, &path);
77 inode = d_inode(path.dentry);
124 path_put(&path);
196 struct path path;
241 path.mnt = parfilp->f_path.mnt;
242 path.dentry = dentry;
243 filp = dentry_open(&path, hreq->oflags, cred);