OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocatedTnodeList
(Results
1 - 2
of
2
) sorted by null
/external/yaffs2/yaffs2/
yaffs_guts.h
676
yaffs_TnodeList *
allocatedTnodeList
;
yaffs_guts.c
670
tnl->next = dev->
allocatedTnodeList
;
671
dev->
allocatedTnodeList
= tnl;
739
while (dev->
allocatedTnodeList
) {
740
tmp = dev->
allocatedTnodeList
->next;
742
YFREE(dev->
allocatedTnodeList
->tnodes);
743
YFREE(dev->
allocatedTnodeList
);
744
dev->
allocatedTnodeList
= tmp;
754
dev->
allocatedTnodeList
= NULL;
[
all
...]
Completed in 557 milliseconds