Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dboot.c277 if (boot->NumClusters > (CLUST_RSRVD & CLUST32_MASK)) { in readboot()
282 if (boot->NumClusters < (CLUST_RSRVD & CLUST16_MASK)) { in readboot()
295 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) { in readboot()
297 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) { in readboot()
Ddosfs.h88 #define CLUST_RSRVD 0xfffffff6 /* start of reserved clusters */ macro
Dfat.c984 } else if (!valid_cl(fat, nextcl) && nextcl < CLUST_RSRVD) { in readfat()
1093 if (next_cl == CLUST_FREE || next_cl >= CLUST_RSRVD) { in checkchain()