Searched refs:s_zmap (Results 1 – 3 of 3) sorted by relevance
61 bh = sbi->s_zmap[zone]; in minix_free_block()78 struct buffer_head *bh = sbi->s_zmap[i]; in minix_new_block()102 return (count_free(sbi->s_zmap, sb->s_blocksize, bits) in minix_count_free_blocks()
55 brelse(sbi->s_zmap[i]); in minix_put_super()263 sbi->s_zmap = &map[sbi->s_imap_blocks]; in minix_fill_super()272 if (!(sbi->s_zmap[i]=sb_bread(s, block))) in minix_fill_super()278 minix_set_bit(0,sbi->s_zmap[0]->b_data); in minix_fill_super()340 brelse(sbi->s_zmap[i]); in minix_fill_super()
38 struct buffer_head ** s_zmap; member