Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dfat.c140 if (*next >= (CLUST_RSRVD&boot->ClustMask)) in checkclnum()
154 *next < CLUST_RSRVD ? "out of range" : "reserved", in checkclnum()
339 if (*cp1 == CLUST_FREE || *cp1 >= CLUST_RSRVD) { in clustdiffer()
340 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) { in clustdiffer()
376 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) { in clustdiffer()
507 if (n == CLUST_FREE || n >= CLUST_RSRVD) { in checkfat()
671 || (fat[head].next >= CLUST_RSRVD in checklost()
Ddosfs.h98 #define CLUST_RSRVD 0xfffffff6 /* start of reserved clusters */ macro
Dboot.c219 else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK))
221 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK))
Ddir.c248 || (cl >= CLUST_RSRVD && cl< CLUST_EOFS) in resetDosDirSection()
252 else if (cl >= CLUST_RSRVD) in resetDosDirSection()
791 || (fat[dirent.head].next >= CLUST_RSRVD in readDosDirSection()
805 else if (fat[dirent.head].next >= CLUST_RSRVD) in readDosDirSection()