Searched refs:inode_bitmap (Results 1 – 3 of 3) sorted by relevance
142 #define BGROUP_INODE_BITMAP(bg) ((uint8_t *)(bg)->inode_bitmap->data)149 struct ext2_block *inode_bitmap; /* inode bitmap */ member
276 ext2_drop_block(bg->inode_bitmap); in ext2_fetch_block_group()278 bg->inode_table = bg->inode_bitmap = bg->block_bitmap = NULL; in ext2_fetch_block_group()314 if (bg->inode_bitmap) { in ext2_fetch_bg_ibitmap()321 bg->inode_bitmap = ext2_get_block(fs, global_block); in ext2_fetch_bg_ibitmap()322 if (bg->inode_bitmap == NULL) { in ext2_fetch_bg_ibitmap()1030 rc = ext2_write_block(fs, fs->bgroup.inode_bitmap); in ext2_alloc_inode()1152 rc = ext2_write_block(fs, fs->bgroup.inode_bitmap); in ext2_free_inode()
384 ext2_drop_block(fs->bgroup.inode_bitmap); in ext2_close_fs()