Home | History | Annotate | Download | only in misc

Lines Matching defs:bg

455 	struct ext2_group_desc *bg = fs->group_desc;
459 for (i = 0; i < fs->group_desc_count; i++, bg++) {
463 if (bg->bg_free_inodes_count ==
465 bg->bg_free_inodes_count = 0;
466 bg->bg_flags |= EXT2_BG_INODE_UNINIT;
471 if (bg->bg_free_blocks_count == blks) {
472 bg->bg_free_blocks_count = 0;
473 bg->bg_flags |= EXT2_BG_BLOCK_UNINIT;