Lines Matching refs:nextReturn
89 struct yaffs_obj *nextReturn; /* obj returned by next readddir */ member
2800 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()
2853 if (dsc->nextReturn == obj) in yaffsfs_RemoveObjectCallback()
2931 if (dsc->nextReturn) { in yaffs_readdir()
2933 yaffs_get_equivalent_obj(dsc->nextReturn)->obj_id; in yaffs_readdir()
2934 dsc->de.d_dont_use = (unsigned)dsc->nextReturn; in yaffs_readdir()
2936 yaffs_get_obj_name(dsc->nextReturn, in yaffs_readdir()