Searched refs:sbd (Results 1 – 1 of 1) sorted by relevance
81 struct sysv4_super_block * sbd; in detected_sysv4() local86 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()93 sbi->s_sbd1 = (char *)sbd; in detected_sysv4()94 sbi->s_sbd2 = (char *)sbd; in detected_sysv4()95 sbi->s_sb_fic_count = &sbd->s_ninode; in detected_sysv4()96 sbi->s_sb_fic_inodes = &sbd->s_inode[0]; in detected_sysv4()97 sbi->s_sb_total_free_inodes = &sbd->s_tinode; in detected_sysv4()98 sbi->s_bcache_count = &sbd->s_nfree; in detected_sysv4()99 sbi->s_bcache = &sbd->s_free[0]; in detected_sysv4()[all …]