HomeSort by relevance Sort by last modified time
    Searched refs:CLUST_RSRVD (Results 1 - 4 of 4) sorted by null

  /external/fsck_msdos/
dosfs.h 98 #define CLUST_RSRVD 0xfffffff6 /* start of reserved clusters */
fat.c 140 if (*next >= (CLUST_RSRVD&boot->ClustMask))
154 *next < CLUST_RSRVD ? "out of range" : "reserved",
339 if (*cp1 == CLUST_FREE || *cp1 >= CLUST_RSRVD) {
340 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) {
376 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) {
507 if (n == CLUST_FREE || n >= CLUST_RSRVD) {
671 || (fat[head].next >= CLUST_RSRVD
boot.c 228 else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK))
230 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK))
dir.c 248 || (cl >= CLUST_RSRVD && cl< CLUST_EOFS)
252 else if (cl >= CLUST_RSRVD)
793 || (fat[dirent.head].next >= CLUST_RSRVD
807 else if (fat[dirent.head].next >= CLUST_RSRVD)

Completed in 44 milliseconds