HomeSort by relevance Sort by last modified time
    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)
794 && fat[dirent.head].next < CLUST_EOFS)

Completed in 287 milliseconds