Lines Matching refs:b_data
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()
60 sbd2 = (struct xenix_super_block *) (bh2->b_data - 512); in detected_xenix()
86 sbd = (struct sysv4_super_block *) (bh1->b_data + BLOCK_SIZE/2); in detected_sysv4()
88 sbd = (struct sysv4_super_block *) bh2->b_data; in detected_sysv4()
114 sbd = (struct sysv2_super_block *) (bh1->b_data + BLOCK_SIZE/2); in detected_sysv2()
116 sbd = (struct sysv2_super_block *) bh2->b_data; in detected_sysv2()
140 sbd = (struct coh_super_block *) bh1->b_data; in detected_coherent()
161 struct v7_super_block *sbd = (struct v7_super_block *)bh2->b_data; in detected_v7()
181 struct xenix_super_block *sbd = (struct xenix_super_block *)bh->b_data; in detect_xenix()
207 sbd = (struct sysv4_super_block *) (bh->b_data + BLOCK_SIZE/2); in detect_sysv()
257 sbd = (struct coh_super_block *) (bh->b_data + BLOCK_SIZE/2); in detect_coherent()
448 v7sb = (struct v7_super_block *) bh->b_data; in v7_sanity_check()
460 v7i = (struct sysv_inode *)(bh2->b_data + 64); in v7_sanity_check()