Lines Matching defs:sb
74 static void jfs_handle_error(struct super_block *sb) in jfs_handle_error()
95 void jfs_error(struct super_block *sb, const char *fmt, ...) in jfs_error()
113 static struct inode *jfs_alloc_inode(struct super_block *sb) in jfs_alloc_inode()
184 static void jfs_put_super(struct super_block *sb) in jfs_put_super()
232 static int parse_options(char *options, struct super_block *sb, s64 *newLVSize, in parse_options()
429 static int jfs_remount(struct super_block *sb, int *flags, char *data) in jfs_remount()
489 static int jfs_fill_super(struct super_block *sb, void *data, int silent) in jfs_fill_super()
625 static int jfs_freeze(struct super_block *sb) in jfs_freeze()
655 static int jfs_unfreeze(struct super_block *sb) in jfs_unfreeze()
682 static int jfs_sync_fs(struct super_block *sb, int wait) in jfs_sync_fs()
738 static ssize_t jfs_quota_read(struct super_block *sb, int type, char *data, in jfs_quota_read()
783 static ssize_t jfs_quota_write(struct super_block *sb, int type, in jfs_quota_write()