Searched refs:block_bitmap (Results 1 – 3 of 3) sorted by relevance
143 #define BGROUP_BLOCK_BITMAP(bg) ((uint8_t *)(bg)->block_bitmap->data)150 struct ext2_block *block_bitmap; /* block bitmap */ member
277 ext2_drop_block(bg->block_bitmap); in ext2_fetch_block_group()278 bg->inode_table = bg->inode_bitmap = bg->block_bitmap = NULL; in ext2_fetch_block_group()330 if (bg->block_bitmap) { in ext2_fetch_bg_bbitmap()337 bg->block_bitmap = ext2_get_block(fs, global_block); in ext2_fetch_bg_bbitmap()338 if (bg->block_bitmap == NULL) { in ext2_fetch_bg_bbitmap()931 rc = ext2_write_block(fs, fs->bgroup.block_bitmap); in ext2_alloc_block()1087 rc = ext2_write_block(fs, fs->bgroup.block_bitmap); in ext2_free_block()
385 ext2_drop_block(fs->bgroup.block_bitmap); in ext2_close_fs()