Searched refs:tnodes (Results 1 - 1 of 1) sorted by relevance

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_allocator.c26 * down all the tnodes and objects. slab requires that we first free
35 struct yaffs_tnode *tnodes; member in struct:yaffs_tnode_list
70 kfree(allocator->alloc_tnode_list->tnodes);
124 /* New hookup for wide tnodes */
138 /* Now add this bunch of tnodes to a list for freeing up.
140 * but it just means we can't free this bunch of tnodes later.
145 "Could not add tnodes to management list");
148 tnl->tnodes = new_tnodes;

Completed in 23 milliseconds