Searched defs:block_allocation (Results 1 - 1 of 1) sorted by relevance

/system/extras/ext4_utils/
H A Dallocate.c33 struct block_allocation { struct
62 struct block_allocation *create_allocation()
64 struct block_allocation *alloc = malloc(sizeof(struct block_allocation));
121 static void dump_region_lists(struct block_allocation *alloc) {
131 void append_region(struct block_allocation *alloc,
247 void reduce_allocation(struct block_allocation *alloc, u32 len)
467 struct block_allocation *allocate_blocks(u32 len)
474 struct block_allocation *alloc = create_allocation();
483 int block_allocation_num_regions(struct block_allocation *allo
[all...]

Completed in 33 milliseconds