Searched refs:saved_allocation_head (Results 1 – 1 of 1) sorted by relevance
41 static struct block_allocation* saved_allocation_head = NULL; variable44 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()