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

/system/extras/ext4_utils/
H A Dallocate.c32 struct block_allocation { struct
61 struct block_allocation *create_allocation()
63 struct block_allocation *alloc = malloc(sizeof(struct block_allocation));
120 static void dump_region_lists(struct block_allocation *alloc) {
130 void append_region(struct block_allocation *alloc,
245 void reduce_allocation(struct block_allocation *alloc, u32 len)
464 struct block_allocation *allocate_blocks(u32 len)
471 struct block_allocation *alloc = create_allocation();
480 int block_allocation_num_regions(struct block_allocation *allo
[all...]

Completed in 26 milliseconds