Searched defs:reiserfs_sb_info (Results 1 – 1 of 1) sorted by relevance
346 struct reiserfs_sb_info { struct347 struct buffer_head *s_sbh; /* Buffer containing the super block */350 struct reiserfs_super_block *s_rs; /* Pointer to the super block in the buffer */351 struct reiserfs_bitmap_info *s_ap_bitmap;352 struct reiserfs_journal *s_journal; /* pointer to journal information */353 unsigned short s_mount_state; /* reiserfs state (valid, invalid) */356 void (*end_io_handler) (struct buffer_head *, int);357 hashf_t s_hash_function; /* pointer to function which is used360 unsigned long s_mount_opt; /* reiserfs's mount options are set364 struct { /* This is a structure that describes block allocator options */[all …]