Searched defs:reiserfs_sb_info (Results 1 – 1 of 1) sorted by relevance
418 struct reiserfs_sb_info { struct419 struct buffer_head *s_sbh; /* Buffer containing the super block */422 struct reiserfs_super_block *s_rs; /* Pointer to the super block in the buffer */423 struct reiserfs_bitmap_info *s_ap_bitmap;424 struct reiserfs_journal *s_journal; /* pointer to journal information */425 unsigned short s_mount_state; /* reiserfs state (valid, invalid) */428 struct mutex lock;430 struct task_struct *lock_owner;432 int lock_depth;435 void (*end_io_handler) (struct buffer_head *, int);[all …]