OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YAFFS_NTNODES_INTERNAL
(Results
1 - 2
of
2
) sorted by null
/external/yaffs2/yaffs2/
yaffs_guts.h
41
#define
YAFFS_NTNODES_INTERNAL
(YAFFS_NTNODES_LEVEL0 / 2)
345
union yaffs_Tnode_union *internal[
YAFFS_NTNODES_INTERNAL
+ 1];
347
union yaffs_Tnode_union *internal[
YAFFS_NTNODES_INTERNAL
];
yaffs_guts.c
630
newTnodes[i].internal[
YAFFS_NTNODES_INTERNAL
] = (void *)1;
636
newTnodes[nTnodes - 1].internal[
YAFFS_NTNODES_INTERNAL
] = (void *)1;
693
if (tn->internal[
YAFFS_NTNODES_INTERNAL
] != (void *)1) {
721
if (tn->internal[
YAFFS_NTNODES_INTERNAL
] != 0) {
726
tn->internal[
YAFFS_NTNODES_INTERNAL
] = (void *)1;
1028
for (i =
YAFFS_NTNODES_INTERNAL
- 1; allDone && i >= 0;
1135
for (i =
YAFFS_NTNODES_INTERNAL
- 1; allDone && i >= 0;
1225
for (i = 0; i <
YAFFS_NTNODES_INTERNAL
; i++) {
1274
for (i = 1; i <
YAFFS_NTNODES_INTERNAL
; i++) {
[
all
...]
Completed in 42 milliseconds