Searched refs:tnl (Results 1 – 1 of 1) sorted by relevance
104 struct yaffs_tnode_list *tnl; in yaffs_create_tnodes() local142 tnl = kmalloc(sizeof(struct yaffs_tnode_list), GFP_NOFS); in yaffs_create_tnodes()143 if (!tnl) { in yaffs_create_tnodes()148 tnl->tnodes = new_tnodes; in yaffs_create_tnodes()149 tnl->next = allocator->alloc_tnode_list; in yaffs_create_tnodes()150 allocator->alloc_tnode_list = tnl; in yaffs_create_tnodes()