Lines Matching refs:real
163 struct dentry *real;
180 real = exportfs_decode_fh(mnt, (struct fid *)fh->fb.fid,
183 if (IS_ERR(real)) {
190 if (real == ERR_PTR(-ESTALE) &&
192 real = NULL;
193 return real;
196 if (ovl_dentry_weird(real)) {
197 dput(real);
201 return real;
511 * Verify that @real dentry matches the file handle stored in xattr @name.
513 * If @set is true and there is no stored file handle, encode @real and store
519 enum ovl_xattr ox, struct dentry *real, bool is_upper,
526 fh = ovl_encode_real_fh(ofs, real, is_upper);
544 inode = d_inode(real);
546 is_upper ? "upper" : "origin", real,
633 * real upper dir. Non-dir index entries are hardlinks to the upper
634 * real inode. For non-dir index, we can read the copy up origin xattr
703 * Lookup in indexdir for the index entry of a lower real inode or a copy up