|
@@ -206,6 +206,8 @@ void ovl_set_dir_cache(struct dentry *dentry, struct ovl_dir_cache *cache);
|
|
bool ovl_dentry_is_opaque(struct dentry *dentry);
|
|
bool ovl_dentry_is_opaque(struct dentry *dentry);
|
|
bool ovl_dentry_is_whiteout(struct dentry *dentry);
|
|
bool ovl_dentry_is_whiteout(struct dentry *dentry);
|
|
void ovl_dentry_set_opaque(struct dentry *dentry);
|
|
void ovl_dentry_set_opaque(struct dentry *dentry);
|
|
|
|
+bool ovl_dentry_has_upper_alias(struct dentry *dentry);
|
|
|
|
+void ovl_dentry_set_upper_alias(struct dentry *dentry);
|
|
bool ovl_redirect_dir(struct super_block *sb);
|
|
bool ovl_redirect_dir(struct super_block *sb);
|
|
const char *ovl_dentry_get_redirect(struct dentry *dentry);
|
|
const char *ovl_dentry_get_redirect(struct dentry *dentry);
|
|
void ovl_dentry_set_redirect(struct dentry *dentry, const char *redirect);
|
|
void ovl_dentry_set_redirect(struct dentry *dentry, const char *redirect);
|