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

/macosx-10.10/msdosfs-209.1.1/fsck_msdos.tproj/
H A Ddosfs.h122 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */ macro
H A Dfat.c700 if (value == CLUST_BAD)
853 if (cl < CLUST_BAD)
855 if (cl > CLUST_BAD)
H A Ddir.c279 if (value == CLUST_RSRVD || value == CLUST_BAD)
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dfat.h82 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */ macro
/macosx-10.10/msdosfs-209.1.1/
H A Dtest_fsck.py325 head = v.allocate(11, last=CLUST_BAD)
389 v.root().mkfile('FILE6', head=CLUST_BAD, length=4*v.bytesPerCluster+66)
436 mkdir(root, 'DIR3', CLUST_BAD)
479 for head in [CLUST_FREE, CLUST_RSRVD, CLUST_BAD, CLUST_EOF, 1, clusters+2]:
501 for link in [CLUST_FREE, CLUST_RSRVD, CLUST_BAD]:
H A Dmsdosfs.py11 CLUST_BAD = 0xFFFFFFF7 variable
1258 ignore = set([CLUST_FREE, 1, CLUST_RSRVD, CLUST_BAD]) # FAT values to ignore
1353 v.fat[cl] = CLUST_BAD
1370 if fat[cl] == CLUST_BAD:

Completed in 139 milliseconds