Searched defs:reiserfs_sb_info (Results 1 – 1 of 1) sorted by relevance
518 struct reiserfs_sb_info { struct520 struct buffer_head *s_sbh;523 struct reiserfs_super_block *s_rs;524 struct reiserfs_bitmap_info *s_ap_bitmap;527 struct reiserfs_journal *s_journal;529 unsigned short s_mount_state; /* reiserfs state (valid, invalid) */532 struct mutex lock;535 struct task_struct *lock_owner;538 int lock_depth;540 struct workqueue_struct *commit_wq;[all …]