Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_allocator.c104 struct yaffs_tnode_list *tnl; in yaffs_create_tnodes() local
142 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()