Lines Matching refs:upper
559 struct dentry *upperdir, struct dentry *upper);
709 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper,
718 static inline int ovl_verify_origin_fh(struct ovl_fs *ofs, struct dentry *upper, in ovl_verify_origin_fh() argument
721 return ovl_verify_set_fh(ofs, upper, OVL_XATTR_ORIGIN, fh, false, set); in ovl_verify_origin_fh()
724 static inline int ovl_verify_origin(struct ovl_fs *ofs, struct dentry *upper, in ovl_verify_origin() argument
727 return ovl_verify_origin_xattr(ofs, upper, OVL_XATTR_ORIGIN, origin, in ovl_verify_origin()
732 struct dentry *upper, bool set) in ovl_verify_upper() argument
734 return ovl_verify_origin_xattr(ofs, index, OVL_XATTR_UPPER, upper, in ovl_verify_upper()
742 void ovl_cleanup_whiteouts(struct ovl_fs *ofs, struct dentry *upper,
839 void ovl_check_protattr(struct inode *inode, struct dentry *upper);
840 int ovl_set_protattr(struct inode *inode, struct dentry *upper,
887 int ovl_set_attr(struct ovl_fs *ofs, struct dentry *upper, struct kstat *stat);
892 struct dentry *upper);