OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLUST_EOFS
(Results
1 - 3
of
3
) sorted by null
/external/fsck_msdos/
dosfs.h
100
#define
CLUST_EOFS
0xfffffff8 /* start of EOF indicators */
fat.c
151
|| (*next >= boot->NumClusters && *next <
CLUST_EOFS
)) {
504
if (n >=
CLUST_EOFS
)
672
&& fat[head].next <
CLUST_EOFS
)
dir.c
248
|| (cl >= CLUST_RSRVD && cl<
CLUST_EOFS
)
792
&& fat[dirent.head].next <
CLUST_EOFS
)
Completed in 308 milliseconds