• Home
  • Raw
  • Download

Lines Matching defs:sb

75 handle_t *ext3_journal_start_sb(struct super_block *sb, int nblocks)  in ext3_journal_start_sb()
103 struct super_block *sb; in __ext3_journal_stop() local
154 static void ext3_handle_error(struct super_block *sb) in ext3_handle_error()
181 void ext3_error (struct super_block * sb, const char * function, in ext3_error()
195 static const char *ext3_decode_error(struct super_block * sb, int errno, in ext3_decode_error()
231 void __ext3_std_error (struct super_block * sb, const char * function, in __ext3_std_error()
261 void ext3_abort (struct super_block * sb, const char * function, in ext3_abort()
288 void ext3_warning (struct super_block * sb, const char * function, in ext3_warning()
301 void ext3_update_dynamic_rev(struct super_block *sb) in ext3_update_dynamic_rev()
372 static void dump_orphan_list(struct super_block *sb, struct ext3_sb_info *sbi) in dump_orphan_list()
390 static void ext3_put_super (struct super_block * sb) in ext3_put_super()
452 static struct inode *ext3_alloc_inode(struct super_block *sb) in ext3_alloc_inode()
531 static inline void ext3_show_quota_options(struct seq_file *seq, struct super_block *sb) in ext3_show_quota_options()
561 struct super_block *sb = vfs->mnt_sb; in ext3_show_options() local
643 static struct inode *ext3_nfs_get_inode(struct super_block *sb, in ext3_nfs_get_inode()
672 static struct dentry *ext3_fh_to_dentry(struct super_block *sb, struct fid *fid, in ext3_fh_to_dentry()
679 static struct dentry *ext3_fh_to_parent(struct super_block *sb, struct fid *fid, in ext3_fh_to_parent()
692 static int bdev_try_to_free_page(struct super_block *sb, struct page *page, in bdev_try_to_free_page()
870 static int parse_options (char *options, struct super_block *sb, in parse_options()
1240 static int ext3_setup_super(struct super_block *sb, struct ext3_super_block *es, in ext3_setup_super()
1309 static int ext3_check_descriptors(struct super_block *sb) in ext3_check_descriptors()
1383 static void ext3_orphan_cleanup (struct super_block * sb, in ext3_orphan_cleanup()
1526 static ext3_fsblk_t descriptor_loc(struct super_block *sb, in descriptor_loc()
1546 static int ext3_fill_super (struct super_block *sb, void *data, int silent) in ext3_fill_super()
2030 static void ext3_init_journal_params(struct super_block *sb, journal_t *journal) in ext3_init_journal_params()
2052 static journal_t *ext3_get_journal(struct super_block *sb, in ext3_get_journal()
2093 static journal_t *ext3_get_dev_journal(struct super_block *sb, in ext3_get_dev_journal()
2183 static int ext3_load_journal(struct super_block *sb, in ext3_load_journal()
2272 static int ext3_create_journal(struct super_block * sb, in ext3_create_journal()
2314 static int ext3_commit_super(struct super_block *sb, in ext3_commit_super()
2339 static void ext3_mark_recovery_complete(struct super_block * sb, in ext3_mark_recovery_complete()
2366 static void ext3_clear_journal_err(struct super_block * sb, in ext3_clear_journal_err()
2402 int ext3_force_commit(struct super_block *sb) in ext3_force_commit()
2422 static void ext3_write_super (struct super_block * sb) in ext3_write_super()
2429 static int ext3_sync_fs(struct super_block *sb, int wait) in ext3_sync_fs()
2445 static int ext3_freeze(struct super_block *sb) in ext3_freeze()
2482 static int ext3_unfreeze(struct super_block *sb) in ext3_unfreeze()
2495 static int ext3_remount (struct super_block * sb, int * flags, char * data) in ext3_remount()
2636 struct super_block *sb = dentry->d_sb; in ext3_statfs() local
2820 static int ext3_write_info(struct super_block *sb, int type) in ext3_write_info()
2840 static int ext3_quota_on_mount(struct super_block *sb, int type) in ext3_quota_on_mount()
2849 static int ext3_quota_on(struct super_block *sb, int type, int format_id, in ext3_quota_on()
2906 static ssize_t ext3_quota_read(struct super_block *sb, int type, char *data, in ext3_quota_read()
2944 static ssize_t ext3_quota_write(struct super_block *sb, int type, in ext3_quota_write()