Home
last modified time | relevance | path

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

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