Lines Matching refs:super_block
56 extern int jfs_mount(struct super_block *);
57 extern int jfs_mount_rw(struct super_block *, int);
58 extern int jfs_umount(struct super_block *);
59 extern int jfs_umount_rw(struct super_block *);
69 extern int jfs_extendfs(struct super_block *, s64, int);
80 static void jfs_handle_error(struct super_block *sb) in jfs_handle_error()
102 void jfs_error(struct super_block *sb, const char * function, ...) in jfs_error()
117 static int jfs_statfs(struct super_block *sb, struct statfs *buf) in jfs_statfs()
149 static void jfs_put_super(struct super_block *sb) in jfs_put_super()
166 s64 jfs_get_volume_size(struct super_block *sb) in jfs_get_volume_size()
184 static int parse_options(char *options, struct super_block *sb, s64 *newLVSize, in parse_options()
269 static int jfs_remount(struct super_block *sb, int *flags, char *data) in jfs_remount()
311 static struct super_block *jfs_read_super(struct super_block *sb, in jfs_read_super()
416 static void jfs_write_super_lockfs(struct super_block *sb) in jfs_write_super_lockfs()
428 static void jfs_unlockfs(struct super_block *sb) in jfs_unlockfs()
444 static int jfs_sync_fs(struct super_block *sb) in jfs_sync_fs()