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

/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A Dfat.h61 #define CLUST_EOFS 0xfffffff8 /* start of eof cluster range */ macro
93 (((cn) & CLUST_EOFS) == (CLUST_EOFS & (fatmask)))
/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Ddosfs.h93 #define CLUST_EOFS 0xfffffff8 /* start of EOF indicators */ macro
H A Dfat.c65 || (*next >= boot->NumClusters && *next < CLUST_EOFS)) {
413 if (n >= CLUST_EOFS)
581 && fat[head].next < CLUST_EOFS)
H A Ddir.c255 || (cl >= CLUST_RSRVD && cl< CLUST_EOFS)
712 && fat[dirent.head].next < CLUST_EOFS)

Completed in 171 milliseconds