Lines Matching refs:upperdentry
244 static int ovl_set_opaque(struct dentry *dentry, struct dentry *upperdentry)
251 return ovl_set_opaque_xerr(dentry, upperdentry, -EIO);
263 .upperdentry = newdentry,
275 * with the same real upperdentry that is not the inode we
431 static int ovl_set_upper_acl(struct dentry *upperdentry, const char *name,
450 err = vfs_setxattr(upperdentry, name, buffer, size, XATTR_CREATE);
892 struct dentry *upperdentry;
935 upperdentry = ovl_dentry_upper(dentry);
936 if (upperdentry)
937 ovl_copyattr(d_inode(upperdentry), d_inode(dentry));