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

/system/extras/ext4_utils/
H A Dallocate.c263 free_blocks(&aux_info.bgs[last_reg->bg], len);
268 free_blocks(&aux_info.bgs[last_reg->bg], last_reg->len);
325 aux_info.bgs = calloc(sizeof(struct block_group_info), aux_info.groups);
326 if (aux_info.bgs == NULL)
330 init_bg(&aux_info.bgs[i], i);
338 free(aux_info.bgs[i].bitmaps);
339 free(aux_info.bgs[i].inode_table);
341 free(aux_info.bgs);
349 u32 block = aux_info.bgs[bg_num].first_free_block;
350 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 63 milliseconds