Searched refs:nextReturn (Results 1 – 1 of 1) sorted by relevance
89 struct yaffs_obj *nextReturn; /* obj returned by next readddir */ member2800 dsc->nextReturn = NULL; in yaffsfs_SetDirRewound()2802 dsc->nextReturn = in yaffsfs_SetDirRewound()2817 if (dsc->nextReturn == NULL || in yaffsfs_DirAdvance()2819 dsc->nextReturn = NULL; in yaffsfs_DirAdvance()2821 struct list_head *next = dsc->nextReturn->siblings.next; in yaffsfs_DirAdvance()2824 dsc->nextReturn = NULL; /* end of list */ in yaffsfs_DirAdvance()2826 dsc->nextReturn = list_entry(next, in yaffsfs_DirAdvance()2851 if (dsc->nextReturn == obj) in yaffsfs_RemoveObjectCallback()2928 if (dsc->nextReturn) { in yaffs_readdir()[all …]