Searched refs:bgs (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/ext4_utils/src/
H A Dallocate.c262 free_blocks(&aux_info.bgs[last_reg->bg], len);
267 free_blocks(&aux_info.bgs[last_reg->bg], last_reg->len);
324 aux_info.bgs = calloc(sizeof(struct block_group_info), aux_info.groups);
325 if (aux_info.bgs == NULL)
329 init_bg(&aux_info.bgs[i], i);
337 free(aux_info.bgs[i].bitmaps);
338 free(aux_info.bgs[i].inode_table);
340 free(aux_info.bgs);
348 u32 block = aux_info.bgs[bg_num].first_free_block;
349 struct block_group_info *bg = &aux_info.bgs[bg_nu
[all...]
H A Dext4_utils.h104 struct block_group_info *bgs; member in struct:fs_aux_info

Completed in 169 milliseconds