Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dboot.c275 if (boot->NumClusters > (CLUST_RSRVD & CLUST32_MASK)) { in readboot()
280 if (boot->NumClusters < (CLUST_RSRVD & CLUST16_MASK)) { in readboot()
293 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) { in readboot()
295 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) { in readboot()
H A Ddosfs.h87 #define CLUST_RSRVD 0xfffffff6 /* start of reserved clusters */ macro
H A Dfat.c982 } else if (!valid_cl(fat, nextcl) && nextcl < CLUST_RSRVD) { in readfat()
1091 if (next_cl == CLUST_FREE || next_cl >= CLUST_RSRVD) { in checkchain()

Completed in 3 milliseconds