aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/overlayfs/overlayfs.h')
-rw-r--r--fs/overlayfs/overlayfs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/overlayfs/overlayfs.h b/fs/overlayfs/overlayfs.h
index e76d9d529e64..bdda37fa3f67 100644
--- a/fs/overlayfs/overlayfs.h
+++ b/fs/overlayfs/overlayfs.h
@@ -157,6 +157,10 @@ void ovl_set_dir_cache(struct dentry *dentry, struct ovl_dir_cache *cache);
157bool ovl_dentry_is_opaque(struct dentry *dentry); 157bool ovl_dentry_is_opaque(struct dentry *dentry);
158bool ovl_dentry_is_whiteout(struct dentry *dentry); 158bool ovl_dentry_is_whiteout(struct dentry *dentry);
159void ovl_dentry_set_opaque(struct dentry *dentry, bool opaque); 159void ovl_dentry_set_opaque(struct dentry *dentry, bool opaque);
160bool ovl_redirect_dir(struct super_block *sb);
161void ovl_clear_redirect_dir(struct super_block *sb);
162const char *ovl_dentry_get_redirect(struct dentry *dentry);
163void ovl_dentry_set_redirect(struct dentry *dentry, const char *redirect);
160void ovl_dentry_update(struct dentry *dentry, struct dentry *upperdentry); 164void ovl_dentry_update(struct dentry *dentry, struct dentry *upperdentry);
161void ovl_inode_init(struct inode *inode, struct inode *realinode, 165void ovl_inode_init(struct inode *inode, struct inode *realinode,
162 bool is_upper); 166 bool is_upper);