HomeSort by relevance Sort by last modified time
    Searched refs:max_chunk_count (Results 1 - 2 of 2) sorted by null

  /system/extras/ext4_utils/
allocate.h 61 int max_chunk_count; member in struct:block_group_info
allocate.c 314 bg->max_chunk_count = 1;
315 bg->chunks = (struct region*) calloc(bg->max_chunk_count, sizeof(struct region));
808 if (bgs[bg].chunk_count == bgs[bg].max_chunk_count) {
809 bgs[bg].max_chunk_count *= 2;
810 bgs[bg].chunks = realloc(bgs[bg].chunks, bgs[bg].max_chunk_count * sizeof(struct region));

Completed in 5253 milliseconds