CLUST_EOFS
&& fat[dirent.head].next < CLUST_EOFS)
if (n >= CLUST_EOFS)
&& fat[head].next < CLUST_EOFS)
|| (*next >= boot->NumClusters && *next < CLUST_EOFS)) {
#define MSDOSFSEOF(pmp, cn) ((((cn) | ~(pmp)->pm_fatmask) & CLUST_EOFS) == CLUST_EOFS)
(((cn) & CLUST_EOFS) == (CLUST_EOFS & (fatmask)))