Searched refs:CLUST_RSRVD (Results 1 – 10 of 10) sorted by relevance
47 if (*next >= (CLUST_RSRVD&boot->ClustMask)) in checkclnum()61 *next < CLUST_RSRVD ? "out of range" : "reserved", in checkclnum()207 if (*cp1 == CLUST_FREE || *cp1 >= CLUST_RSRVD) { in clustdiffer()208 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) { in clustdiffer()244 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) { in clustdiffer()378 if (n == CLUST_FREE || n >= CLUST_RSRVD) { in checkfat()522 || (fat[head].next >= CLUST_RSRVD in checklost()
92 #define CLUST_RSRVD 0xfffffff6 /* start of reserved clusters */ macro
260 else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) in readboot()262 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) in readboot()
684 || (fat[dirent.head].next >= CLUST_RSRVD in readDosDirSection()698 else if (fat[dirent.head].next >= CLUST_RSRVD) in readDosDirSection()
60 #define CLUST_RSRVD 0xfffffff6 /* reserved cluster range */ macro
213 <= ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK)) { in msdosfs_mount()
235 if (cn >= (CLUST_RSRVD & pmp->pm_fatmask)) in pcbmap()
58 #define CLUST_RSRVD 0xfffffff6 /* reserved cluster range */ macro
213 if ((cn | ~pmp->pm_fatmask) >= CLUST_RSRVD) in pcbmap()247 if ((cn | ~pmp->pm_fatmask) >= CLUST_RSRVD) in pcbmap()523 if ((readcn | ~pmp->pm_fatmask) >= CLUST_RSRVD) in fatentry()859 if ((cluster | ~pmp->pm_fatmask) >= CLUST_RSRVD) in freeclusterchain()
378 <= ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK)) { in msdosfs_mountfs()