|
@@ -211,6 +211,7 @@ extern void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op
|
|
|
|
|
|
/* allocate/de-allocate */
|
|
|
extern struct dentry * d_alloc(struct dentry *, const struct qstr *);
|
|
|
+extern struct dentry * d_alloc_pseudo(struct super_block *, const struct qstr *);
|
|
|
extern struct dentry * d_splice_alias(struct inode *, struct dentry *);
|
|
|
extern struct dentry * d_add_ci(struct dentry *, struct inode *, struct qstr *);
|
|
|
extern struct dentry * d_obtain_alias(struct inode *);
|