diff options
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r-- | include/linux/dcache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 65cd8ab60b7a..82a99d366aec 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
@@ -227,6 +227,7 @@ extern seqlock_t rename_lock; | |||
227 | */ | 227 | */ |
228 | extern void d_instantiate(struct dentry *, struct inode *); | 228 | extern void d_instantiate(struct dentry *, struct inode *); |
229 | extern struct dentry * d_instantiate_unique(struct dentry *, struct inode *); | 229 | extern struct dentry * d_instantiate_unique(struct dentry *, struct inode *); |
230 | extern struct dentry * d_instantiate_anon(struct dentry *, struct inode *); | ||
230 | extern int d_instantiate_no_diralias(struct dentry *, struct inode *); | 231 | extern int d_instantiate_no_diralias(struct dentry *, struct inode *); |
231 | extern void __d_drop(struct dentry *dentry); | 232 | extern void __d_drop(struct dentry *dentry); |
232 | extern void d_drop(struct dentry *dentry); | 233 | extern void d_drop(struct dentry *dentry); |
@@ -235,6 +236,7 @@ extern void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op | |||
235 | 236 | ||
236 | /* allocate/de-allocate */ | 237 | /* allocate/de-allocate */ |
237 | extern struct dentry * d_alloc(struct dentry *, const struct qstr *); | 238 | extern struct dentry * d_alloc(struct dentry *, const struct qstr *); |
239 | extern struct dentry * d_alloc_anon(struct super_block *); | ||
238 | extern struct dentry * d_alloc_pseudo(struct super_block *, const struct qstr *); | 240 | extern struct dentry * d_alloc_pseudo(struct super_block *, const struct qstr *); |
239 | extern struct dentry * d_alloc_parallel(struct dentry *, const struct qstr *, | 241 | extern struct dentry * d_alloc_parallel(struct dentry *, const struct qstr *, |
240 | wait_queue_head_t *); | 242 | wait_queue_head_t *); |