HomeSort by: relevance | last modified time | path
    Searched refs:CLUST_EOFS (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/msdosfs/
fat.h 61 #define CLUST_EOFS 0xfffffff8 /* start of eof cluster range */
93 (((cn) & CLUST_EOFS) == (CLUST_EOFS & (fatmask)))
  /src/sbin/fsck_msdos/
dosfs.h 93 #define CLUST_EOFS 0xfffffff8 /* start of EOF indicators */
fat.c 65 || (*next >= boot->NumClusters && *next < CLUST_EOFS)) {
422 if (n >= CLUST_EOFS)
598 && fat[head].next < CLUST_EOFS)
dir.c 255 || (cl >= CLUST_RSRVD && cl< CLUST_EOFS)
714 && fat[dirent.head].next < CLUST_EOFS)

Completed in 14 milliseconds