Home
last modified time | relevance | path

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

/external/u-boot/fs/yaffs2/
Dyaffs_allocator.c33 struct yaffs_tnode_list { struct
34 struct yaffs_tnode_list *next; argument
47 struct yaffs_tnode_list *alloc_tnode_list; argument
60 struct yaffs_tnode_list *tmp; in yaffs_deinit_raw_tnodes()
104 struct yaffs_tnode_list *tnl; in yaffs_create_tnodes()
142 tnl = kmalloc(sizeof(struct yaffs_tnode_list), GFP_NOFS); in yaffs_create_tnodes()