Home
last modified time | relevance | path

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

/openbsd/sbin/fsck_msdos/
H A Dfat.c47 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()
H A Ddosfs.h92 #define CLUST_RSRVD 0xfffffff6 /* start of reserved clusters */ macro
H A Dboot.c260 else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) in readboot()
262 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) in readboot()
H A Ddir.c684 || (fat[dirent.head].next >= CLUST_RSRVD in readDosDirSection()
698 else if (fat[dirent.head].next >= CLUST_RSRVD) in readDosDirSection()
/openbsd/usr.sbin/makefs/msdos/
H A Dfat.h60 #define CLUST_RSRVD 0xfffffff6 /* reserved cluster range */ macro
H A Dmsdosfs_vfsops.c213 <= ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK)) { in msdosfs_mount()
H A Dmsdosfs_fat.c235 if (cn >= (CLUST_RSRVD & pmp->pm_fatmask)) in pcbmap()
/openbsd/sys/msdosfs/
H A Dfat.h58 #define CLUST_RSRVD 0xfffffff6 /* reserved cluster range */ macro
H A Dmsdosfs_fat.c213 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()
H A Dmsdosfs_vfsops.c378 <= ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK)) { in msdosfs_mountfs()