Lines Matching refs:super_block

227 	struct super_block *sb;	/* dev of real buffer head */
417 struct super_block *j_work_sb;
746 int reiserfs_resize(struct super_block *, unsigned long);
771 void reiserfs_write_lock(struct super_block *s);
772 void reiserfs_write_unlock(struct super_block *s);
773 int __must_check reiserfs_write_unlock_nested(struct super_block *s);
774 void reiserfs_write_lock_nested(struct super_block *s, int depth);
777 void reiserfs_lock_check_recursive(struct super_block *s);
779 static inline void reiserfs_lock_check_recursive(struct super_block *s) { } in reiserfs_lock_check_recursive()
810 struct super_block *s) in reiserfs_mutex_lock_safe()
821 struct super_block *s) in reiserfs_mutex_lock_nested_safe()
831 reiserfs_down_read_safe(struct rw_semaphore *sem, struct super_block *s) in reiserfs_down_read_safe()
843 static inline void reiserfs_cond_resched(struct super_block *s) in reiserfs_cond_resched()
901 void __reiserfs_warning(struct super_block *s, const char *id,
1151 static inline struct reiserfs_sb_info *REISERFS_SB(const struct super_block *sb) in REISERFS_SB()
1160 static inline __u32 reiserfs_bmap_count(struct super_block *sb) in reiserfs_bmap_count()
2407 struct super_block *tb_sb;
2596 static inline struct super_block *sb_from_tb(struct tree_balance *tb) in sb_from_tb()
2601 static inline struct super_block *sb_from_bi(struct buffer_info *bi) in sb_from_bi()
2851 struct super_block *t_super;
2895 static inline int reiserfs_transaction_running(struct super_block *s) in reiserfs_transaction_running()
2911 super_block
2918 void reiserfs_flush_old_commits(struct super_block *);
2922 void reiserfs_wait_on_write_block(struct super_block *s);
2924 void reiserfs_allow_writes(struct super_block *s);
2925 void reiserfs_check_lock_depth(struct super_block *s, char *caller);
2926 int reiserfs_prepare_for_journal(struct super_block *, struct buffer_head *bh,
2928 void reiserfs_restore_prepared_buffer(struct super_block *,
2930 int journal_init(struct super_block *, const char *j_dev_name, int old_format,
2932 int journal_release(struct reiserfs_transaction_handle *, struct super_block *);
2934 struct super_block *);
2938 struct super_block *, b_blocknr_t blocknr);
2940 int reiserfs_in_journal(struct super_block *sb, unsigned int bmap_nr,
2943 struct super_block *sb, unsigned long);
2945 struct super_block *sb);
2946 void reiserfs_abort_journal(struct super_block *sb, int errno);
2947 void reiserfs_abort(struct super_block *sb, int errno, const char *fmt, ...);
2948 int reiserfs_allocate_list_bitmaps(struct super_block *s,
2951 void reiserfs_schedule_old_flush(struct super_block *s);
2960 int reiserfs_convert_objectid_map_v1(struct super_block *);
3000 const struct super_block *sb);
3001 int search_by_key(struct super_block *, const struct cpu_key *,
3004 int search_for_position_by_key(struct super_block *sb,
3011 void pathrelse_and_restore(struct super_block *s, struct treepath *search_path);
3070 struct dentry *reiserfs_fh_to_dentry(struct super_block *sb, struct fid *fid,
3072 struct dentry *reiserfs_fh_to_parent(struct super_block *sb, struct fid *fid,
3083 struct inode *reiserfs_iget(struct super_block *s, const struct cpu_key *key);
3109 int search_by_entry_key(struct super_block *sb, const struct cpu_key *key,
3114 int reiserfs_proc_info_init(struct super_block *sb);
3115 int reiserfs_proc_info_done(struct super_block *sb);
3132 static inline int reiserfs_proc_info_init(struct super_block *sb) in reiserfs_proc_info_init()
3137 static inline int reiserfs_proc_info_done(struct super_block *sb) in reiserfs_proc_info_done()
3187 void __reiserfs_panic(struct super_block *s, const char *id,
3192 void __reiserfs_error(struct super_block *s, const char *id,
3196 void reiserfs_info(struct super_block *s, const char *fmt, ...);
3197 void reiserfs_debug(struct super_block *s, int level, const char *fmt, ...);
3207 void print_bmap(struct super_block *s, int silent);
3210 void print_objectid_map(struct super_block *s);
3214 void print_statistics(struct super_block *s);
3308 int reiserfs_parse_alloc_options(struct super_block *, char *);
3309 void reiserfs_init_alloc_options(struct super_block *s);
3318 void show_alloc_options(struct seq_file *seq, struct super_block *s);
3319 int reiserfs_init_bitmap_cache(struct super_block *sb);
3320 void reiserfs_free_bitmap_cache(struct super_block *sb);
3321 void reiserfs_cache_bitmap_metadata(struct super_block *sb, struct buffer_head *bh, struct reiserfs…
3322 struct buffer_head *reiserfs_read_bitmap_block(struct super_block *sb, unsigned int bitmap);
3323 int is_reusable(struct super_block *s, b_blocknr_t block, int bit_value);