Searched refs:CLUST_BAD (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Ddosfs.h92 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */ macro
H A Dfat.c60 if (*next == CLUST_BAD) {
247 if (cl < CLUST_BAD)
249 if (cl > CLUST_BAD)
259 if ((*cp1 != CLUST_FREE && *cp1 < CLUST_BAD
260 && *cp2 != CLUST_FREE && *cp2 < CLUST_BAD)
261 || (*cp1 > CLUST_BAD && *cp2 > CLUST_BAD)) {
382 || fat[head].next == CLUST_BAD)
/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A Dfat.h60 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */ macro

Completed in 56 milliseconds