Lines Matching refs:bh1
49 struct buffer_head *bh1 = sb->sv_bh1; in detected_xenix() local
54 if (bh1 != bh2) in detected_xenix()
55 sbd1 = sbd2 = (struct xenix_super_block *) bh1->b_data; in detected_xenix()
58 sbd1 = (struct xenix_super_block *) bh1->b_data; in detected_xenix()
81 struct buffer_head *bh1 = sb->sv_bh1; in detected_sysv4() local
84 if (bh1 == bh2) in detected_sysv4()
85 sbd = (struct sysv4_super_block *) (bh1->b_data + BLOCK_SIZE/2); in detected_sysv4()
109 struct buffer_head *bh1 = sb->sv_bh1; in detected_sysv2() local
112 if (bh1 == bh2) in detected_sysv2()
113 sbd = (struct sysv2_super_block *) (bh1->b_data + BLOCK_SIZE/2); in detected_sysv2()
137 struct buffer_head *bh1 = sb->sv_bh1; in detected_coherent() local
139 sbd = (struct coh_super_block *) bh1->b_data; in detected_coherent()
348 struct buffer_head *bh1; in sysv_read_super() local
385 bh1 = sb_bread(sb, blocknr); in sysv_read_super()
389 bh1 = bh; in sysv_read_super()
396 bh1 = bh = sb_bread(sb, blocknr); in sysv_read_super()
402 if (bh && bh1) { in sysv_read_super()
403 sb->sv_bh1 = bh1; in sysv_read_super()
409 brelse(bh1); in sysv_read_super()