yaffsfs.c | 1190 static struct list_head search_contexts; variable in typeref:struct:list_head 1241 if(!search_contexts.next) 1248 list_for_each(i, &search_contexts) { 1281 if(!search_contexts.next) 1282 INIT_LIST_HEAD(&search_contexts); 1284 list_add(&dsc->others,&search_contexts);
|