Searched refs:CLUST_EOFS (Results 1 – 4 of 4) sorted by relevance
64 #define CLUST_EOFS 0xfffffff8 /* start of eof cluster range */ macro83 #define MSDOSFSEOF(pmp, cn) ((((cn) | ~(pmp)->pm_fatmask) & CLUST_EOFS) == CLUST_EOFS)
90 #define CLUST_EOFS 0xfffffff8 /* start of EOF indicators */ macro
1077 if (next_cl >= CLUST_EOFS) { in checkchain()