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

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Ddosfs.h91 #define CLUST_RSRVD 0xfffffff6 /* start of reserved clusters */ macro
H A Dfat.c54 if (*next >= (CLUST_RSRVD&boot->ClustMask))
68 *next < CLUST_RSRVD ? "out of range" : "reserved",
257 if (*cp1 == CLUST_FREE || *cp1 >= CLUST_RSRVD) {
258 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) {
294 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) {
416 if (n == CLUST_FREE || n >= CLUST_RSRVD) {
580 || (fat[head].next >= CLUST_RSRVD
H A Dboot.c198 else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK))
200 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK))
H A Ddir.c255 || (cl >= CLUST_RSRVD && cl< CLUST_EOFS)
259 else if (cl >= CLUST_RSRVD)
711 || (fat[dirent.head].next >= CLUST_RSRVD
725 else if (fat[dirent.head].next >= CLUST_RSRVD)
/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A Dfat.h59 #define CLUST_RSRVD 0xfffffff6 /* reserved cluster range */ macro
H A Dmsdosfs_fat.c250 if (cn >= (CLUST_RSRVD & pmp->pm_fatmask))
H A Dmsdosfs_vfsops.c687 <= ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK)) {

Completed in 127 milliseconds