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

/freebsd-12-stable/sys/fs/msdosfs/
H A Dfat.h63 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */ macro
/freebsd-12-stable/sbin/fsck_msdosfs/
H A Ddosfs.h89 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */ macro
H A Dfat.c235 if (retval >= (CLUST_BAD & CLUST12_MASK))
288 if (retval >= (CLUST_BAD & CLUST16_MASK))
327 if (retval >= (CLUST_BAD & CLUST32_MASK))
469 if (retval >= (CLUST_BAD & CLUST32_MASK))
945 * a) CLUST_FREE or CLUST_BAD. The *current* cluster can't be a
979 } else if (nextcl == CLUST_BAD) {
1025 if (cl < CLUST_BAD)
1027 if (cl > CLUST_BAD)
1085 * If the current node is e.g. CLUST_FREE, CLUST_BAD, etc.,
/freebsd-12-stable/usr.sbin/makefs/msdos/
H A Dfat.h63 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */ macro

Completed in 118 milliseconds