Lines Matching refs:upper
38 /* Pure upper dir that may contain non pure upper entries */
72 /* Is the real inode encoded in fid an upper inode? */
412 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper,
419 static inline int ovl_verify_origin(struct ovl_fs *ofs, struct dentry *upper,
422 return ovl_verify_set_fh(ofs, upper, OVL_XATTR_ORIGIN, origin,
427 struct dentry *upper, bool set)
429 return ovl_verify_set_fh(ofs, index, OVL_XATTR_UPPER, upper, true, set);
436 void ovl_cleanup_whiteouts(struct dentry *upper, struct list_head *list);
447 * Non-merge dir may contain whiteouts from a time it was a merge upper, before
448 * lower dir was removed under it and possibly before it was rotated from upper
544 int ovl_set_attr(struct dentry *upper, struct kstat *stat);
547 struct dentry *upper);