Lines Matching refs:bh1
50 struct buffer_head *bh1 = sbi->s_bh1; in detected_xenix() local
55 if (bh1 != bh2) in detected_xenix()
56 sbd1 = sbd2 = (struct xenix_super_block *) bh1->b_data; in detected_xenix()
59 sbd1 = (struct xenix_super_block *) bh1->b_data; in detected_xenix()
82 struct buffer_head *bh1 = sbi->s_bh1; in detected_sysv4() local
85 if (bh1 == bh2) in detected_sysv4()
86 sbd = (struct sysv4_super_block *) (bh1->b_data + BLOCK_SIZE/2); in detected_sysv4()
110 struct buffer_head *bh1 = sbi->s_bh1; in detected_sysv2() local
113 if (bh1 == bh2) in detected_sysv2()
114 sbd = (struct sysv2_super_block *) (bh1->b_data + BLOCK_SIZE/2); in detected_sysv2()
138 struct buffer_head *bh1 = sbi->s_bh1; in detected_coherent() local
140 sbd = (struct coh_super_block *) bh1->b_data; in detected_coherent()
354 struct buffer_head *bh1, *bh = NULL; in sysv_fill_super() local
393 bh1 = sb_bread(sb, blocknr); in sysv_fill_super()
397 bh1 = bh; in sysv_fill_super()
403 bh1 = bh = sb_bread(sb, blocknr); in sysv_fill_super()
409 if (bh && bh1) { in sysv_fill_super()
410 sbi->s_bh1 = bh1; in sysv_fill_super()
416 brelse(bh1); in sysv_fill_super()