OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextreturn
(Results
1 - 1
of
1
) sorted by null
/external/yaffs2/yaffs2/direct/
yaffsfs.c
1183
yaffs_Object *
nextReturn
; /* obj to be returned by next readddir */
1202
dsc->
nextReturn
= NULL;
1204
dsc->
nextReturn
= list_entry(dsc->dirObj->variant.directoryVariant.children.next,
1218
if( dsc->
nextReturn
== NULL ||
1220
dsc->
nextReturn
= NULL;
1222
struct list_head *next = dsc->
nextReturn
->siblings.next;
1225
dsc->
nextReturn
= NULL; /* end of list */
1227
dsc->
nextReturn
= list_entry(next,yaffs_Object,siblings);
1251
if(dsc->
nextReturn
== obj)
1303
if(dsc->
nextReturn
){
[
all
...]
Completed in 210 milliseconds