diff options
Diffstat (limited to 'fs/overlayfs/overlayfs.h')
-rw-r--r-- | fs/overlayfs/overlayfs.h | 4 |
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); | |||
157 | bool ovl_dentry_is_opaque(struct dentry *dentry); | 157 | bool ovl_dentry_is_opaque(struct dentry *dentry); |
158 | bool ovl_dentry_is_whiteout(struct dentry *dentry); | 158 | bool ovl_dentry_is_whiteout(struct dentry *dentry); |
159 | void ovl_dentry_set_opaque(struct dentry *dentry, bool opaque); | 159 | void ovl_dentry_set_opaque(struct dentry *dentry, bool opaque); |
160 | bool ovl_redirect_dir(struct super_block *sb); | ||
161 | void ovl_clear_redirect_dir(struct super_block *sb); | ||
162 | const char *ovl_dentry_get_redirect(struct dentry *dentry); | ||
163 | void ovl_dentry_set_redirect(struct dentry *dentry, const char *redirect); | ||
160 | void ovl_dentry_update(struct dentry *dentry, struct dentry *upperdentry); | 164 | void ovl_dentry_update(struct dentry *dentry, struct dentry *upperdentry); |
161 | void ovl_inode_init(struct inode *inode, struct inode *realinode, | 165 | void ovl_inode_init(struct inode *inode, struct inode *realinode, |
162 | bool is_upper); | 166 | bool is_upper); |