Home
last modified time | relevance | path

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

/openbsd/sbin/fsck_msdos/
H A Dfat.c53 if (*next == CLUST_BAD) { in checkclnum()
197 if (cl < CLUST_BAD) in rsrvdcltype()
199 if (cl > CLUST_BAD) in rsrvdcltype()
209 if ((*cp1 != CLUST_FREE && *cp1 < CLUST_BAD in clustdiffer()
210 && *cp2 != CLUST_FREE && *cp2 < CLUST_BAD) in clustdiffer()
211 || (*cp1 > CLUST_BAD && *cp2 > CLUST_BAD)) { in clustdiffer()
341 || fat[head].next == CLUST_BAD) in checkfat()
H A Ddosfs.h93 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */ macro
/openbsd/usr.sbin/makefs/msdos/
H A Dfat.h61 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */ macro
/openbsd/sys/msdosfs/
H A Dfat.h59 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */ macro