Home
last modified time | relevance | path

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

/external/u-boot/fs/yaffs2/
Dyaffs_allocator.h24 struct yaffs_tnode *yaffs_alloc_raw_tnode(struct yaffs_dev *dev);
Dyaffs_allocator.c158 struct yaffs_tnode *yaffs_alloc_raw_tnode(struct yaffs_dev *dev) in yaffs_alloc_raw_tnode() function
Dyaffs_guts.c706 struct yaffs_tnode *tn = yaffs_alloc_raw_tnode(dev); in yaffs_get_tnode()