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

/freebsd-12-stable/sys/fs/msdosfs/
H A Dfat.h62 #define CLUST_RSRVD 0xfffffff6 /* reserved cluster range */ macro
75 * than 4084 ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK) then we've got a
H A Dmsdosfs_fat.c196 if ((cn | ~pmp->pm_fatmask) >= CLUST_RSRVD)
230 if ((cn | ~pmp->pm_fatmask) >= CLUST_RSRVD)
522 if ((readcn | ~pmp->pm_fatmask) >= CLUST_RSRVD)
880 if ((cluster | ~pmp->pm_fatmask) >= CLUST_RSRVD)
H A Dmsdosfs_vfsops.c579 <= ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK)) {
/freebsd-12-stable/sbin/fsck_msdosfs/
H A Ddosfs.h88 #define CLUST_RSRVD 0xfffffff6 /* start of reserved clusters */ macro
H A Dboot.c277 if (boot->NumClusters > (CLUST_RSRVD & CLUST32_MASK)) {
282 if (boot->NumClusters < (CLUST_RSRVD & CLUST16_MASK)) {
295 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) {
297 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) {
H A Dfat.c984 } else if (!valid_cl(fat, nextcl) && nextcl < CLUST_RSRVD) {
1093 if (next_cl == CLUST_FREE || next_cl >= CLUST_RSRVD) {
/freebsd-12-stable/usr.sbin/makefs/msdos/
H A Dfat.h62 #define CLUST_RSRVD 0xfffffff6 /* reserved cluster range */ macro
75 * than 4084 ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK) then we've got a
H A Dmsdosfs_fat.c202 if ((cn | ~pmp->pm_fatmask) >= CLUST_RSRVD)
236 if ((cn | ~pmp->pm_fatmask) >= CLUST_RSRVD)
512 if ((readcn | ~pmp->pm_fatmask) >= CLUST_RSRVD)
859 if ((cluster | ~pmp->pm_fatmask) >= CLUST_RSRVD)
H A Dmsdosfs_vfsops.c209 <= ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK)) {

Completed in 102 milliseconds