Lines Matching defs:realpath
29 const struct path *realpath)
31 struct inode *realinode = d_inode(realpath->dentry);
43 real_idmap = mnt_idmap(realpath->mnt);
52 flags, realpath, current_cred());
117 const struct path *realpath)
119 return file_inode(realfile) == d_inode(realpath->dentry);
123 const struct path *realpath)
128 if (WARN_ON_ONCE(!realpath->dentry))
137 if (unlikely(!ovl_is_real_file(realfile, realpath))) {
142 upperfile = ovl_open_realfile(file, realpath);
157 if (WARN_ON_ONCE(!ovl_is_real_file(upperfile, realpath)))
177 struct path realpath;
193 ovl_path_realdata(dentry, &realpath);
195 return ovl_real_file_path(file, &realpath);
202 struct path realpath;
218 ovl_path_realdata(dentry, &realpath);
219 if (!realpath.dentry)
222 realfile = ovl_open_realfile(file, &realpath);