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

/freebsd-10.1-release/sbin/fsck_msdosfs/
H A Ddosfs.h91 #define CLUST_RSRVD 0xfffffff6 /* start of reserved clusters */ macro
H A Dfat.c135 if (*next >= (CLUST_RSRVD&boot->ClustMask))
149 *next < CLUST_RSRVD ? "out of range" : "reserved",
338 if (*cp1 == CLUST_FREE || *cp1 >= CLUST_RSRVD) {
339 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) {
375 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) {
506 if (n == CLUST_FREE || n >= CLUST_RSRVD) {
678 || (fat[head].next >= CLUST_RSRVD
H A Dboot.c202 else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK))
204 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK))
H A Ddir.c254 || (cl >= CLUST_RSRVD && cl< CLUST_EOFS)
258 else if (cl >= CLUST_RSRVD)
709 || (fat[dirent.head].next >= CLUST_RSRVD
723 else if (fat[dirent.head].next >= CLUST_RSRVD)
/freebsd-10.1-release/sys/fs/msdosfs/
H A Dfat.h58 #define CLUST_RSRVD 0xfffffff6 /* reserved cluster range */ macro
H A Dmsdosfs_fat.c199 if ((cn | ~pmp->pm_fatmask) >= CLUST_RSRVD)
233 if ((cn | ~pmp->pm_fatmask) >= CLUST_RSRVD)
534 if ((readcn | ~pmp->pm_fatmask) >= CLUST_RSRVD)
889 if ((cluster | ~pmp->pm_fatmask) >= CLUST_RSRVD)
H A Dmsdosfs_vfsops.c621 <= ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK)) {

Completed in 56 milliseconds