hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/overlayfs/overlayfs.h
....@@ -260,8 +260,10 @@
260260 bool ovl_verify_lower(struct super_block *sb);
261261 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);
262262 bool ovl_dentry_remote(struct dentry *dentry);
263
-void ovl_dentry_update_reval(struct dentry *dentry, struct dentry *upperdentry,
264
- unsigned int mask);
263
+void ovl_dentry_update_reval(struct dentry *dentry, struct dentry *realdentry);
264
+void ovl_dentry_init_reval(struct dentry *dentry, struct dentry *upperdentry);
265
+void ovl_dentry_init_flags(struct dentry *dentry, struct dentry *upperdentry,
266
+ unsigned int mask);
265267 bool ovl_dentry_weird(struct dentry *dentry);
266268 enum ovl_path_type ovl_path_type(struct dentry *dentry);
267269 void ovl_path_upper(struct dentry *dentry, struct path *path);