Lines Matching defs:sb

83 handle_t *ext3_journal_start_sb(struct super_block *sb, int nblocks)  in ext3_journal_start_sb()
111 struct super_block *sb; in __ext3_journal_stop() local
147 void ext3_msg(struct super_block *sb, const char *prefix, in ext3_msg()
178 static void ext3_handle_error(struct super_block *sb) in ext3_handle_error()
206 void ext3_error(struct super_block *sb, const char *function, in ext3_error()
225 static const char *ext3_decode_error(struct super_block * sb, int errno, in ext3_decode_error()
261 void __ext3_std_error (struct super_block * sb, const char * function, in __ext3_std_error()
290 void ext3_abort(struct super_block *sb, const char *function, in ext3_abort()
321 void ext3_warning(struct super_block *sb, const char *function, in ext3_warning()
338 void ext3_update_dynamic_rev(struct super_block *sb) in ext3_update_dynamic_rev()
366 static struct block_device *ext3_blkdev_get(dev_t dev, struct super_block *sb) in ext3_blkdev_get()
409 static void dump_orphan_list(struct super_block *sb, struct ext3_sb_info *sbi) in dump_orphan_list()
427 static void ext3_put_super (struct super_block * sb) in ext3_put_super()
489 static struct inode *ext3_alloc_inode(struct super_block *sb) in ext3_alloc_inode()
559 static inline void ext3_show_quota_options(struct seq_file *seq, struct super_block *sb) in ext3_show_quota_options()
615 struct super_block *sb = root->d_sb; in ext3_show_options() local
693 static struct inode *ext3_nfs_get_inode(struct super_block *sb, in ext3_nfs_get_inode()
722 static struct dentry *ext3_fh_to_dentry(struct super_block *sb, struct fid *fid, in ext3_fh_to_dentry()
729 static struct dentry *ext3_fh_to_parent(struct super_block *sb, struct fid *fid, in ext3_fh_to_parent()
742 static int bdev_try_to_free_page(struct super_block *sb, struct page *page, in bdev_try_to_free_page()
893 static ext3_fsblk_t get_sb_block(void **data, struct super_block *sb) in get_sb_block()
915 static int set_qf_name(struct super_block *sb, int qtype, substring_t *args) in set_qf_name()
952 static int clear_qf_name(struct super_block *sb, int qtype) { in clear_qf_name()
971 static int parse_options (char *options, struct super_block *sb, in parse_options()
1317 static int ext3_setup_super(struct super_block *sb, struct ext3_super_block *es, in ext3_setup_super()
1387 static int ext3_check_descriptors(struct super_block *sb) in ext3_check_descriptors()
1461 static void ext3_orphan_cleanup (struct super_block * sb, in ext3_orphan_cleanup()
1610 static ext3_fsblk_t descriptor_loc(struct super_block *sb, in descriptor_loc()
1630 static int ext3_fill_super (struct super_block *sb, void *data, int silent) in ext3_fill_super()
2108 static void ext3_init_journal_params(struct super_block *sb, journal_t *journal) in ext3_init_journal_params()
2130 static journal_t *ext3_get_journal(struct super_block *sb, in ext3_get_journal()
2171 static journal_t *ext3_get_dev_journal(struct super_block *sb, in ext3_get_dev_journal()
2256 static int ext3_load_journal(struct super_block *sb, in ext3_load_journal()
2347 static int ext3_create_journal(struct super_block *sb, in ext3_create_journal()
2389 static int ext3_commit_super(struct super_block *sb, in ext3_commit_super()
2447 static void ext3_mark_recovery_complete(struct super_block * sb, in ext3_mark_recovery_complete()
2471 static void ext3_clear_journal_err(struct super_block *sb, in ext3_clear_journal_err()
2507 int ext3_force_commit(struct super_block *sb) in ext3_force_commit()
2520 static int ext3_sync_fs(struct super_block *sb, int wait) in ext3_sync_fs()
2536 static int ext3_freeze(struct super_block *sb) in ext3_freeze()
2572 static int ext3_unfreeze(struct super_block *sb) in ext3_unfreeze()
2585 static int ext3_remount (struct super_block * sb, int * flags, char * data) in ext3_remount()
2731 struct super_block *sb = dentry->d_sb; in ext3_statfs() local
2875 static int ext3_write_info(struct super_block *sb, int type) in ext3_write_info()
2895 static int ext3_quota_on_mount(struct super_block *sb, int type) in ext3_quota_on_mount()
2904 static int ext3_quota_on(struct super_block *sb, int type, int format_id, in ext3_quota_on()
2947 static ssize_t ext3_quota_read(struct super_block *sb, int type, char *data, in ext3_quota_read()
2985 static ssize_t ext3_quota_write(struct super_block *sb, int type, in ext3_quota_write()