OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FAT_CLUSTER_ZERO
(Results
1 - 2
of
2
) sorted by null
/system/extras/fatblock/
fs.c
148
fs->data_offset + (offset_t)(start -
FAT_CLUSTER_ZERO
)
213
is->last_cluster = htole32(
FAT_CLUSTER_ZERO
);
216
fs->num_clusters =
FAT_CLUSTER_ZERO
+ data_clusters;
217
fs->next_cluster =
FAT_CLUSTER_ZERO
;
fat.h
116
#define
FAT_CLUSTER_ZERO
2
Completed in 35 milliseconds