Searched refs:sbd2 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/sysv/
H A Dsuper.c53 struct xenix_super_block * sbd2; local
56 sbd1 = sbd2 = (struct xenix_super_block *) bh1->b_data;
60 sbd2 = (struct xenix_super_block *) (bh2->b_data - 512);
67 sbi->s_sbd2 = (char *)sbd2;
70 sbi->s_sb_total_free_inodes = &sbd2->s_tinode;
73 sbi->s_free_blocks = &sbd2->s_tfree;
74 sbi->s_sb_time = &sbd2->s_time;

Completed in 285 milliseconds