Lines Matching refs:bh2
50 struct buffer_head *bh2 = sbi->s_bh2; in detected_xenix() local
54 if (bh1 != bh2) in detected_xenix()
59 sbd2 = (struct xenix_super_block *) (bh2->b_data - 512); in detected_xenix()
82 struct buffer_head *bh2 = sbi->s_bh2; in detected_sysv4() local
84 if (bh1 == bh2) in detected_sysv4()
87 sbd = (struct sysv4_super_block *) bh2->b_data; in detected_sysv4()
110 struct buffer_head *bh2 = sbi->s_bh2; in detected_sysv2() local
112 if (bh1 == bh2) in detected_sysv2()
115 sbd = (struct sysv2_super_block *) bh2->b_data; in detected_sysv2()
159 struct buffer_head *bh2 = sbi->s_bh2; in detected_v7() local
160 struct v7_super_block *sbd = (struct v7_super_block *)bh2->b_data; in detected_v7()
441 struct buffer_head *bh2; in v7_sanity_check() local
455 bh2 = sb_bread(sb, 2); in v7_sanity_check()
456 if (bh2 == NULL) in v7_sanity_check()
459 v7i = (struct sysv_inode *)(bh2->b_data + 64); in v7_sanity_check()
465 brelse(bh2); in v7_sanity_check()
469 brelse(bh2); in v7_sanity_check()