Lines Matching refs:super_block
166 int nilfs_transaction_begin(struct super_block *,
168 int nilfs_transaction_commit(struct super_block *);
169 void nilfs_transaction_abort(struct super_block *);
266 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root,
268 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root,
270 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root,
272 extern struct inode *nilfs_iget_for_gc(struct super_block *sb,
297 extern struct inode *nilfs_alloc_inode(struct super_block *);
300 void nilfs_error(struct super_block *, const char *, const char *, ...);
302 void nilfs_warning(struct super_block *, const char *, const char *, ...);
304 nilfs_read_super_block(struct super_block *, u64, int, struct buffer_head **);
305 extern int nilfs_store_magic_and_option(struct super_block *,
307 extern int nilfs_check_feature_compatibility(struct super_block *,
311 struct nilfs_super_block **nilfs_prepare_super(struct super_block *sb,
313 int nilfs_commit_super(struct super_block *sb, int flag);
314 int nilfs_cleanup_super(struct super_block *sb);
315 int nilfs_resize_fs(struct super_block *sb, __u64 newsize);
316 int nilfs_attach_checkpoint(struct super_block *sb, __u64 cno, int curr_mnt,
318 int nilfs_checkpoint_is_mounted(struct super_block *sb, __u64 cno);
332 int nilfs_sysfs_create_device_group(struct super_block *);