Searched refs:alloc_tnode_list (Results 1 – 1 of 1) sorted by relevance
47 struct yaffs_tnode_list *alloc_tnode_list; member67 while (allocator->alloc_tnode_list) { in yaffs_deinit_raw_tnodes()68 tmp = allocator->alloc_tnode_list->next; in yaffs_deinit_raw_tnodes()70 kfree(allocator->alloc_tnode_list->tnodes); in yaffs_deinit_raw_tnodes()71 kfree(allocator->alloc_tnode_list); in yaffs_deinit_raw_tnodes()72 allocator->alloc_tnode_list = tmp; in yaffs_deinit_raw_tnodes()89 allocator->alloc_tnode_list = NULL; in yaffs_init_raw_tnodes()149 tnl->next = allocator->alloc_tnode_list; in yaffs_create_tnodes()150 allocator->alloc_tnode_list = tnl; in yaffs_create_tnodes()