Home
last modified time | relevance | path

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

/external/yaffs2/yaffs2/direct/
Dyaffsfs.c1183 yaffs_Object *nextReturn; /* obj to be returned by next readddir */ member
1202 dsc->nextReturn = NULL; in yaffsfs_SetDirRewound()
1204 dsc->nextReturn = list_entry(dsc->dirObj->variant.directoryVariant.children.next, in yaffsfs_SetDirRewound()
1218 if( dsc->nextReturn == NULL || in yaffsfs_DirAdvance()
1220 dsc->nextReturn = NULL; in yaffsfs_DirAdvance()
1222 struct list_head *next = dsc->nextReturn->siblings.next; in yaffsfs_DirAdvance()
1225 dsc->nextReturn = NULL; /* end of list */ in yaffsfs_DirAdvance()
1227 dsc->nextReturn = list_entry(next,yaffs_Object,siblings); in yaffsfs_DirAdvance()
1251 if(dsc->nextReturn == obj) in yaffsfs_RemoveObjectCallback()
1303 if(dsc->nextReturn){ in yaffs_readdir()
[all …]