Lines Matching refs:bh2
51 struct buffer_head *bh2 = sbi->s_bh2; in detected_xenix() local
55 if (bh1 != bh2) in detected_xenix()
60 sbd2 = (struct xenix_super_block *) (bh2->b_data - 512); in detected_xenix()
83 struct buffer_head *bh2 = sbi->s_bh2; in detected_sysv4() local
85 if (bh1 == bh2) in detected_sysv4()
88 sbd = (struct sysv4_super_block *) bh2->b_data; in detected_sysv4()
111 struct buffer_head *bh2 = sbi->s_bh2; in detected_sysv2() local
113 if (bh1 == bh2) in detected_sysv2()
116 sbd = (struct sysv2_super_block *) bh2->b_data; in detected_sysv2()
160 struct buffer_head *bh2 = sbi->s_bh2; in detected_v7() local
161 struct v7_super_block *sbd = (struct v7_super_block *)bh2->b_data; in detected_v7()
442 struct buffer_head *bh2; in v7_sanity_check() local
456 bh2 = sb_bread(sb, 2); in v7_sanity_check()
457 if (bh2 == NULL) in v7_sanity_check()
460 v7i = (struct sysv_inode *)(bh2->b_data + 64); in v7_sanity_check()
466 brelse(bh2); in v7_sanity_check()
470 brelse(bh2); in v7_sanity_check()