diff options
Diffstat (limited to 'fs/9p/v9fs_vfs.h')
-rw-r--r-- | fs/9p/v9fs_vfs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/9p/v9fs_vfs.h b/fs/9p/v9fs_vfs.h index f0c7de78e205..3a7560e35865 100644 --- a/fs/9p/v9fs_vfs.h +++ b/fs/9p/v9fs_vfs.h | |||
@@ -44,7 +44,13 @@ extern const struct file_operations v9fs_dir_operations; | |||
44 | extern const struct dentry_operations v9fs_dentry_operations; | 44 | extern const struct dentry_operations v9fs_dentry_operations; |
45 | extern const struct dentry_operations v9fs_cached_dentry_operations; | 45 | extern const struct dentry_operations v9fs_cached_dentry_operations; |
46 | 46 | ||
47 | #ifdef CONFIG_9P_FSCACHE | ||
48 | struct inode *v9fs_alloc_inode(struct super_block *sb); | ||
49 | void v9fs_destroy_inode(struct inode *inode); | ||
50 | #endif | ||
51 | |||
47 | struct inode *v9fs_get_inode(struct super_block *sb, int mode); | 52 | struct inode *v9fs_get_inode(struct super_block *sb, int mode); |
53 | void v9fs_clear_inode(struct inode *inode); | ||
48 | ino_t v9fs_qid2ino(struct p9_qid *qid); | 54 | ino_t v9fs_qid2ino(struct p9_qid *qid); |
49 | void v9fs_stat2inode(struct p9_wstat *, struct inode *, struct super_block *); | 55 | void v9fs_stat2inode(struct p9_wstat *, struct inode *, struct super_block *); |
50 | int v9fs_dir_release(struct inode *inode, struct file *filp); | 56 | int v9fs_dir_release(struct inode *inode, struct file *filp); |