Lines Matching defs:upper
46 /* Pure upper dir that may contain non pure upper entries */
102 /* Is the real inode encoded in fid an upper inode? */
173 * When changing ownership of an upper object map the intended ownership
174 * according to the upper layer's idmapping. When an upper mount idmaps files
177 * the upper mount.
179 * called on an idmapped upper mount the value written to disk - i.e., the
182 * The mnt idmapping helpers are nops if the upper layer isn't idmapped.
643 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper,
651 static inline int ovl_verify_origin(struct ovl_fs *ofs, struct dentry *upper,
654 return ovl_verify_set_fh(ofs, upper, OVL_XATTR_ORIGIN, origin,
659 struct dentry *upper, bool set)
661 return ovl_verify_set_fh(ofs, index, OVL_XATTR_UPPER, upper, true, set);
668 void ovl_cleanup_whiteouts(struct ovl_fs *ofs, struct dentry *upper,
680 * Non-merge dir may contain whiteouts from a time it was a merge upper, before
681 * lower dir was removed under it and possibly before it was rotated from upper
765 * fileattr flags copied from lower to upper inode on copy up.
767 * linking temp inode to upper dir, so we store them in xattr instead.
774 void ovl_check_protattr(struct inode *inode, struct dentry *upper);
775 int ovl_set_protattr(struct inode *inode, struct dentry *upper,
823 int ovl_set_attr(struct ovl_fs *ofs, struct dentry *upper, struct kstat *stat);
827 struct dentry *upper);