avefreeb          265 fs/ext2/ialloc.c 	int avefreeb;
avefreeb          275 fs/ext2/ialloc.c 	avefreeb = free_blocks / ngroups;
avefreeb          295 fs/ext2/ialloc.c 			if (le16_to_cpu(desc->bg_free_blocks_count) < avefreeb)
avefreeb          316 fs/ext2/ialloc.c 	min_blocks = avefreeb - EXT2_BLOCKS_PER_GROUP(sb) / 4;