diff options
Diffstat (limited to 'fs/nilfs2/nilfs.h')
-rw-r--r-- | fs/nilfs2/nilfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/nilfs2/nilfs.h b/fs/nilfs2/nilfs.h index 2ca2ca5ca848..f6e276eaaf6f 100644 --- a/fs/nilfs2/nilfs.h +++ b/fs/nilfs2/nilfs.h | |||
@@ -244,6 +244,8 @@ extern int nilfs_get_block(struct inode *, sector_t, struct buffer_head *, int); | |||
244 | extern void nilfs_set_inode_flags(struct inode *); | 244 | extern void nilfs_set_inode_flags(struct inode *); |
245 | extern int nilfs_read_inode_common(struct inode *, struct nilfs_inode *); | 245 | extern int nilfs_read_inode_common(struct inode *, struct nilfs_inode *); |
246 | extern void nilfs_write_inode_common(struct inode *, struct nilfs_inode *, int); | 246 | extern void nilfs_write_inode_common(struct inode *, struct nilfs_inode *, int); |
247 | struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root, | ||
248 | unsigned long ino); | ||
247 | struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root, | 249 | struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root, |
248 | unsigned long ino); | 250 | unsigned long ino); |
249 | struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root, | 251 | struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root, |
@@ -285,6 +287,7 @@ extern int nilfs_commit_super(struct nilfs_sb_info *, int); | |||
285 | extern int nilfs_cleanup_super(struct nilfs_sb_info *); | 287 | extern int nilfs_cleanup_super(struct nilfs_sb_info *); |
286 | int nilfs_attach_checkpoint(struct nilfs_sb_info *sbi, __u64 cno, int curr_mnt, | 288 | int nilfs_attach_checkpoint(struct nilfs_sb_info *sbi, __u64 cno, int curr_mnt, |
287 | struct nilfs_root **root); | 289 | struct nilfs_root **root); |
290 | int nilfs_checkpoint_is_mounted(struct super_block *sb, __u64 cno); | ||
288 | 291 | ||
289 | /* gcinode.c */ | 292 | /* gcinode.c */ |
290 | int nilfs_gccache_submit_read_data(struct inode *, sector_t, sector_t, __u64, | 293 | int nilfs_gccache_submit_read_data(struct inode *, sector_t, sector_t, __u64, |