Home
last modified time | relevance | path

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

/external/u-boot/fs/yaffs2/
Dyaffsfs.c85 struct yaffsfs_DirSearchContxt { struct
95 static struct yaffsfs_DirSearchContxt yaffsfs_dsc[YAFFSFS_N_DSC]; argument
2791 static void yaffsfs_SetDirRewound(struct yaffsfs_DirSearchContxt *dsc) in yaffsfs_SetDirRewound()
2811 static void yaffsfs_DirAdvance(struct yaffsfs_DirSearchContxt *dsc) in yaffsfs_DirAdvance()
2839 struct yaffsfs_DirSearchContxt *dsc; in yaffsfs_RemoveObjectCallback()
2850 dsc = list_entry(i, struct yaffsfs_DirSearchContxt, others); in yaffsfs_RemoveObjectCallback()
2861 struct yaffsfs_DirSearchContxt *dsc = NULL; in yaffs_opendir()
2898 memset(dsc, 0, sizeof(struct yaffsfs_DirSearchContxt)); in yaffs_opendir()
2920 struct yaffsfs_DirSearchContxt *dsc; in yaffs_readdir()
2923 dsc = (struct yaffsfs_DirSearchContxt *) dirp; in yaffs_readdir()
[all …]