Lines Matching refs:real
156 struct dentry *real;
167 real = exportfs_decode_fh(mnt, (struct fid *)fh->fb.fid,
170 if (IS_ERR(real)) {
177 if (real == ERR_PTR(-ESTALE) &&
179 real = NULL;
180 return real;
183 if (ovl_dentry_weird(real)) {
184 dput(real);
188 return real;
438 * Verify that @real dentry matches the file handle stored in xattr @name.
440 * If @set is true and there is no stored file handle, encode @real and store
446 enum ovl_xattr ox, struct dentry *real, bool is_upper,
453 fh = ovl_encode_real_fh(real, is_upper);
471 inode = d_inode(real);
473 is_upper ? "upper" : "origin", real,
559 * real upper dir. Non-dir index entries are hardlinks to the upper
560 * real inode. For non-dir index, we can read the copy up origin xattr
629 * Lookup in indexdir for the index entry of a lower real inode or a copy up