Lines Matching refs:b_data
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()
59 sbd2 = (struct xenix_super_block *) (bh2->b_data - 512); in detected_xenix()
85 sbd = (struct sysv4_super_block *) (bh1->b_data + BLOCK_SIZE/2); in detected_sysv4()
87 sbd = (struct sysv4_super_block *) bh2->b_data; in detected_sysv4()
113 sbd = (struct sysv2_super_block *) (bh1->b_data + BLOCK_SIZE/2); in detected_sysv2()
115 sbd = (struct sysv2_super_block *) bh2->b_data; in detected_sysv2()
139 sbd = (struct coh_super_block *) bh1->b_data; in detected_coherent()
160 struct v7_super_block *sbd = (struct v7_super_block *)bh2->b_data; in detected_v7()
180 struct xenix_super_block *sbd = (struct xenix_super_block *)bh->b_data; in detect_xenix()
206 sbd = (struct sysv4_super_block *) (bh->b_data + BLOCK_SIZE/2); in detect_sysv()
256 sbd = (struct coh_super_block *) (bh->b_data + BLOCK_SIZE/2); in detect_coherent()
447 v7sb = (struct v7_super_block *) bh->b_data; in v7_sanity_check()
459 v7i = (struct sysv_inode *)(bh2->b_data + 64); in v7_sanity_check()