Searched refs:saved_allocation_head (Results 1 - 1 of 1) sorted by path

/system/extras/ext4_utils/
H A Dcontents.c41 static struct block_allocation* saved_allocation_head = NULL; variable in typeref:struct:block_allocation
44 return saved_allocation_head;
199 alloc->next = saved_allocation_head;
200 saved_allocation_head = alloc;

Completed in 29 milliseconds