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()
54 brelse(sbi->s_zmap[i]); in minix_put_super()261 sbi->s_zmap = &map[sbi->s_imap_blocks]; in minix_fill_super()270 if (!(sbi->s_zmap[i]=sb_bread(s, block))) in minix_fill_super()276 minix_set_bit(0,sbi->s_zmap[0]->b_data); in minix_fill_super()338 brelse(sbi->s_zmap[i]); in minix_fill_super()
38 struct buffer_head ** s_zmap; member
Completed in 6 milliseconds