.. | .. |
---|
260 | 260 | bool ovl_verify_lower(struct super_block *sb); |
---|
261 | 261 | struct ovl_entry *ovl_alloc_entry(unsigned int numlower); |
---|
262 | 262 | 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); |
---|
265 | 267 | bool ovl_dentry_weird(struct dentry *dentry); |
---|
266 | 268 | enum ovl_path_type ovl_path_type(struct dentry *dentry); |
---|
267 | 269 | void ovl_path_upper(struct dentry *dentry, struct path *path); |
---|