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

/external/fsck_msdos/
H A Ddosfs.h98 #define CLUST_RSRVD 0xfffffff6 /* start of reserved clusters */ macro
H A Dfat.c140 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
H A Dboot.c247 else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK))
249 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK))
H A Ddir.c248 || (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 67 milliseconds