Lines Matching defs:sb
69 handle_t *ext3_journal_start_sb(struct super_block *sb, int nblocks) in ext3_journal_start_sb()
91 struct super_block *sb; in __ext3_journal_stop() local
127 void ext3_msg(struct super_block *sb, const char *prefix, in ext3_msg()
158 static void ext3_handle_error(struct super_block *sb) in ext3_handle_error()
191 void ext3_error(struct super_block *sb, const char *function, in ext3_error()
210 static const char *ext3_decode_error(struct super_block * sb, int errno, in ext3_decode_error()
246 void __ext3_std_error (struct super_block * sb, const char * function, in __ext3_std_error()
275 void ext3_abort(struct super_block *sb, const char *function, in ext3_abort()
312 void ext3_warning(struct super_block *sb, const char *function, in ext3_warning()
329 void ext3_update_dynamic_rev(struct super_block *sb) in ext3_update_dynamic_rev()
357 static struct block_device *ext3_blkdev_get(dev_t dev, struct super_block *sb) in ext3_blkdev_get()
397 static void dump_orphan_list(struct super_block *sb, struct ext3_sb_info *sbi) in dump_orphan_list()
415 static void ext3_put_super (struct super_block * sb) in ext3_put_super()
479 static struct inode *ext3_alloc_inode(struct super_block *sb) in ext3_alloc_inode()
558 static inline void ext3_show_quota_options(struct seq_file *seq, struct super_block *sb) in ext3_show_quota_options()
614 struct super_block *sb = root->d_sb; in ext3_show_options() local
694 static struct inode *ext3_nfs_get_inode(struct super_block *sb, in ext3_nfs_get_inode()
723 static struct dentry *ext3_fh_to_dentry(struct super_block *sb, struct fid *fid, in ext3_fh_to_dentry()
730 static struct dentry *ext3_fh_to_parent(struct super_block *sb, struct fid *fid, in ext3_fh_to_parent()
743 static int bdev_try_to_free_page(struct super_block *sb, struct page *page, in bdev_try_to_free_page()
901 static ext3_fsblk_t get_sb_block(void **data, struct super_block *sb) in get_sb_block()
923 static int set_qf_name(struct super_block *sb, int qtype, substring_t *args) in set_qf_name()
963 static int clear_qf_name(struct super_block *sb, int qtype) { in clear_qf_name()
981 static int parse_options (char *options, struct super_block *sb, in parse_options()
1373 static int ext3_setup_super(struct super_block *sb, struct ext3_super_block *es, in ext3_setup_super()
1443 static int ext3_check_descriptors(struct super_block *sb) in ext3_check_descriptors()
1517 static void ext3_orphan_cleanup (struct super_block * sb, in ext3_orphan_cleanup()
1668 static ext3_fsblk_t descriptor_loc(struct super_block *sb, in descriptor_loc()
1688 static int ext3_fill_super (struct super_block *sb, void *data, int silent) in ext3_fill_super()
2164 static void ext3_init_journal_params(struct super_block *sb, journal_t *journal) in ext3_init_journal_params()
2186 static journal_t *ext3_get_journal(struct super_block *sb, in ext3_get_journal()
2227 static journal_t *ext3_get_dev_journal(struct super_block *sb, in ext3_get_dev_journal()
2312 static int ext3_load_journal(struct super_block *sb, in ext3_load_journal()
2403 static int ext3_create_journal(struct super_block *sb, in ext3_create_journal()
2445 static int ext3_commit_super(struct super_block *sb, in ext3_commit_super()
2503 static void ext3_mark_recovery_complete(struct super_block * sb, in ext3_mark_recovery_complete()
2527 static void ext3_clear_journal_err(struct super_block *sb, in ext3_clear_journal_err()
2563 int ext3_force_commit(struct super_block *sb) in ext3_force_commit()
2576 static int ext3_sync_fs(struct super_block *sb, int wait) in ext3_sync_fs()
2597 static int ext3_freeze(struct super_block *sb) in ext3_freeze()
2633 static int ext3_unfreeze(struct super_block *sb) in ext3_unfreeze()
2644 static int ext3_remount (struct super_block * sb, int * flags, char * data) in ext3_remount()
2795 struct super_block *sb = dentry->d_sb; in ext3_statfs() local
2944 static int ext3_write_info(struct super_block *sb, int type) in ext3_write_info()
2964 static int ext3_quota_on_mount(struct super_block *sb, int type) in ext3_quota_on_mount()
2973 static int ext3_quota_on(struct super_block *sb, int type, int format_id, in ext3_quota_on()
3016 static ssize_t ext3_quota_read(struct super_block *sb, int type, char *data, in ext3_quota_read()
3054 static ssize_t ext3_quota_write(struct super_block *sb, int type, in ext3_quota_write()