Home
last modified time | relevance | path

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

/NextBSD/sys/fs/msdosfs/
HDfat.h60 #define CLUST_EOFS 0xfffffff8 /* start of eof cluster range */ macro
79 #define MSDOSFSEOF(pmp, cn) ((((cn) | ~(pmp)->pm_fatmask) & CLUST_EOFS) == CLUST_EOFS)
/NextBSD/sbin/fsck_msdosfs/
HDdosfs.h95 #define CLUST_EOFS 0xfffffff8 /* start of EOF indicators */ macro
HDfat.c146 || (*next >= boot->NumClusters && *next < CLUST_EOFS)) { in checkclnum()
503 if (n >= CLUST_EOFS) in checkfat()
679 && fat[head].next < CLUST_EOFS) in checklost()
HDdir.c254 || (cl >= CLUST_RSRVD && cl< CLUST_EOFS) in resetDosDirSection()
710 && fat[dirent.head].next < CLUST_EOFS) in readDosDirSection()