Home
last modified time | relevance | path

Searched refs:m3s (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/fs/minix/
Dinode.c158 struct minix3_super_block *m3s = NULL; in minix_fill_super() local
213 m3s = (struct minix3_super_block *) bh->b_data; in minix_fill_super()
214 s->s_magic = m3s->s_magic; in minix_fill_super()
215 sbi->s_imap_blocks = m3s->s_imap_blocks; in minix_fill_super()
216 sbi->s_zmap_blocks = m3s->s_zmap_blocks; in minix_fill_super()
217 sbi->s_firstdatazone = m3s->s_firstdatazone; in minix_fill_super()
218 sbi->s_log_zone_size = m3s->s_log_zone_size; in minix_fill_super()
219 sbi->s_max_size = m3s->s_max_size; in minix_fill_super()
220 sbi->s_ninodes = m3s->s_ninodes; in minix_fill_super()
221 sbi->s_nzones = m3s->s_zones; in minix_fill_super()
[all …]