Home
last modified time | relevance | path

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

/NextBSD/sbin/fsck_msdosfs/
HDfat.c74 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty()
103 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()
116 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()
223 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff) in readfat()
237 && ((boot->ClustMask == CLUST16_MASK && buffer[3] == 0x7f) in readfat()
253 case CLUST16_MASK: in readfat()
274 case CLUST16_MASK: in readfat()
291 case CLUST16_MASK: in readfat()
580 case CLUST16_MASK: in writefat()
600 case CLUST16_MASK: in writefat()
[all …]
HDboot.c204 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) in readboot()
205 boot->ClustMask = CLUST16_MASK; in readboot()
216 case CLUST16_MASK: in readboot()
HDdosfs.h102 #define CLUST16_MASK 0xffff macro