Home
last modified time | relevance | path

Searched refs:saved_allocation_head (Results 1 – 1 of 1) sorted by relevance

/system/extras/ext4_utils/
Dcontents.c41 static struct block_allocation* saved_allocation_head = NULL; variable
44 return saved_allocation_head; in get_saved_allocation_chain()
199 alloc->next = saved_allocation_head; in make_file()
200 saved_allocation_head = alloc; in make_file()