Home
last modified time | relevance | path

Searched refs:CLUST_EOFS (Results 1 – 3 of 3) sorted by relevance

/external/fsck_msdos/
Ddosfs.h100 #define CLUST_EOFS 0xfffffff8 /* start of EOF indicators */ macro
Dfat.c151 || (*next >= boot->NumClusters && *next < CLUST_EOFS)) { in checkclnum()
504 if (n >= CLUST_EOFS) in checkfat()
672 && fat[head].next < CLUST_EOFS) in checklost()
Ddir.c248 || (cl >= CLUST_RSRVD && cl< CLUST_EOFS) in resetDosDirSection()
792 && fat[dirent.head].next < CLUST_EOFS) in readDosDirSection()