diff options
Diffstat (limited to 'fs/nilfs2/nilfs.h')
| -rw-r--r-- | fs/nilfs2/nilfs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/nilfs2/nilfs.h b/fs/nilfs2/nilfs.h index 9bc72dec3fa6..0696161bf59d 100644 --- a/fs/nilfs2/nilfs.h +++ b/fs/nilfs2/nilfs.h | |||
| @@ -320,6 +320,14 @@ int nilfs_gccache_wait_and_mark_dirty(struct buffer_head *); | |||
| 320 | int nilfs_init_gcinode(struct inode *inode); | 320 | int nilfs_init_gcinode(struct inode *inode); |
| 321 | void nilfs_remove_all_gcinodes(struct the_nilfs *nilfs); | 321 | void nilfs_remove_all_gcinodes(struct the_nilfs *nilfs); |
| 322 | 322 | ||
| 323 | /* sysfs.c */ | ||
| 324 | int __init nilfs_sysfs_init(void); | ||
| 325 | void nilfs_sysfs_exit(void); | ||
| 326 | int nilfs_sysfs_create_device_group(struct super_block *); | ||
| 327 | void nilfs_sysfs_delete_device_group(struct the_nilfs *); | ||
| 328 | int nilfs_sysfs_create_snapshot_group(struct nilfs_root *); | ||
| 329 | void nilfs_sysfs_delete_snapshot_group(struct nilfs_root *); | ||
| 330 | |||
| 323 | /* | 331 | /* |
| 324 | * Inodes and files operations | 332 | * Inodes and files operations |
| 325 | */ | 333 | */ |
