Lines Matching refs:super_block
160 int nilfs_transaction_begin(struct super_block *,
162 int nilfs_transaction_commit(struct super_block *);
163 void nilfs_transaction_abort(struct super_block *);
259 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root,
261 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root,
263 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root,
265 extern struct inode *nilfs_iget_for_gc(struct super_block *sb,
290 extern struct inode *nilfs_alloc_inode(struct super_block *);
293 void __nilfs_msg(struct super_block *sb, const char *fmt, ...);
295 void __nilfs_error(struct super_block *sb, const char *function,
330 nilfs_read_super_block(struct super_block *, u64, int, struct buffer_head **);
331 extern int nilfs_store_magic_and_option(struct super_block *,
333 extern int nilfs_check_feature_compatibility(struct super_block *,
337 struct nilfs_super_block **nilfs_prepare_super(struct super_block *sb,
339 int nilfs_commit_super(struct super_block *sb, int flag);
340 int nilfs_cleanup_super(struct super_block *sb);
341 int nilfs_resize_fs(struct super_block *sb, __u64 newsize);
342 int nilfs_attach_checkpoint(struct super_block *sb, __u64 cno, int curr_mnt,
344 int nilfs_checkpoint_is_mounted(struct super_block *sb, __u64 cno);
358 int nilfs_sysfs_create_device_group(struct super_block *);