Searched refs:CLUST_EOFS (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/fs/msdosfs/
H A Dfat.h60 #define CLUST_EOFS 0xfffffff8 /* start of eof cluster range */ macro
79 #define MSDOSFSEOF(pmp, cn) ((((cn) | ~(pmp)->pm_fatmask) & CLUST_EOFS) == CLUST_EOFS)
/freebsd-10.2-release/sbin/fsck_msdosfs/
H A Ddosfs.h93 #define CLUST_EOFS 0xfffffff8 /* start of EOF indicators */ macro
H A Dfat.c146 || (*next >= boot->NumClusters && *next < CLUST_EOFS)) {
503 if (n >= CLUST_EOFS)
679 && fat[head].next < CLUST_EOFS)
H A Ddir.c254 || (cl >= CLUST_RSRVD && cl< CLUST_EOFS)
710 && fat[dirent.head].next < CLUST_EOFS)

Completed in 163 milliseconds