Lines Matching refs:sbd1
52 struct xenix_super_block * sbd1;
56 sbd1 = sbd2 = (struct xenix_super_block *) bh1->b_data;
59 sbd1 = (struct xenix_super_block *) bh1->b_data;
66 sbi->s_sbd1 = (char *)sbd1;
68 sbi->s_sb_fic_count = &sbd1->s_ninode;
69 sbi->s_sb_fic_inodes = &sbd1->s_inode[0];
71 sbi->s_bcache_count = &sbd1->s_nfree;
72 sbi->s_bcache = &sbd1->s_free[0];
75 sbi->s_firstdatazone = fs16_to_cpu(sbi, sbd1->s_isize);
76 sbi->s_nzones = fs32_to_cpu(sbi, sbd1->s_fsize);