Home | History | Annotate | Download | only in linux

Lines Matching refs:super_block

69 void reiserfs_warning(struct super_block *s, const char *fmt, ...);
270 static __inline__ struct reiserfs_sb_info *REISERFS_SB(const struct super_block *sb)
277 static __inline__ u32 reiserfs_bmap_count(struct super_block *sb)
1331 struct super_block *tb_sb;
1653 struct super_block *t_super; /* super for this FS when journal_begin was
1682 struct super_block *, struct buffer_head *bh);
1692 static __inline__ int reiserfs_transaction_running(struct super_block *s)
1708 super_block
1714 int reiserfs_flush_old_commits(struct super_block *);
1718 void reiserfs_wait_on_write_block(struct super_block *s);
1720 void reiserfs_allow_writes(struct super_block *s);
1721 void reiserfs_check_lock_depth(struct super_block *s, char *caller);
1722 int reiserfs_prepare_for_journal(struct super_block *, struct buffer_head *bh,
1724 void reiserfs_restore_prepared_buffer(struct super_block *,
1726 int journal_init(struct super_block *, const char *j_dev_name, int old_format,
1728 int journal_release(struct reiserfs_transaction_handle *, struct super_block *);
1730 struct super_block *);
1731 int journal_end(struct reiserfs_transaction_handle *, struct super_block *,
1733 int journal_end_sync(struct reiserfs_transaction_handle *, struct super_block *,
1736 struct super_block *, b_blocknr_t blocknr);
1738 int reiserfs_in_journal(struct super_block *p_s_sb, unsigned int bmap_nr,
1741 struct super_block *p_s_sb, unsigned long);
1743 struct super_block *p_s_sb, unsigned long);
1744 void reiserfs_journal_abort(struct super_block *sb, int errno);
1745 void reiserfs_abort(struct super_block *sb, int errno, const char *fmt, ...);
1746 int reiserfs_allocate_list_bitmaps(struct super_block *s,
1757 int reiserfs_convert_objectid_map_v1(struct super_block *);
1799 const struct super_block *p_s_sb);
1800 int search_by_key(struct super_block *, const struct cpu_key *,
1803 int search_for_position_by_key(struct super_block *p_s_sb,
1810 void pathrelse_and_restore(struct super_block *s, struct treepath *p_s_search_path);
1869 struct dentry *reiserfs_fh_to_dentry(struct super_block *sb, struct fid *fid,
1871 struct dentry *reiserfs_fh_to_parent(struct super_block *sb, struct fid *fid,
1882 struct inode *reiserfs_iget(struct super_block *s, const struct cpu_key *key);
1904 int search_by_entry_key(struct super_block *sb, const struct cpu_key *key,
1915 int reiserfs_proc_info_init(struct super_block *sb);
1916 int reiserfs_proc_info_done(struct super_block *sb);
1974 void reiserfs_panic(struct super_block *s, const char *fmt, ...)
1976 void reiserfs_info(struct super_block *s, const char *fmt, ...);
1977 void reiserfs_debug(struct super_block *s, int level, const char *fmt, ...);
1987 void print_bmap(struct super_block *s, int silent);
1989 /*void print_super_block (struct super_block * s, char * mes);*/
1990 void print_objectid_map(struct super_block *s);
1994 void print_statistics(struct super_block *s);
2063 int reiserfs_parse_alloc_options(struct super_block *, char *);
2064 void reiserfs_init_alloc_options(struct super_block *s);
2073 int reiserfs_init_bitmap_cache(struct super_block *sb);
2074 void reiserfs_free_bitmap_cache(struct super_block *sb);
2075 void reiserfs_cache_bitmap_metadata(struct super_block *sb, struct buffer_head *bh, struct reiserfs_bitmap_info *info);
2076 struct buffer_head *reiserfs_read_bitmap_block(struct super_block *sb, unsigned int bitmap);
2077 int is_reusable(struct super_block *s, b_blocknr_t block, int bit_value);