Home
last modified time | relevance | path

Searched refs:ClustMask (Results 1 – 4 of 4) 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()
135 if (*next >= (CLUST_RSRVD&boot->ClustMask)) in checkclnum()
136 *next |= ~boot->ClustMask; in checkclnum()
150 *next&boot->ClustMask); in checkclnum()
223 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff) in readfat()
224 || (boot->ClustMask == CLUST32_MASK in readfat()
237 && ((boot->ClustMask == CLUST16_MASK && buffer[3] == 0x7f) in readfat()
238 || (boot->ClustMask == CLUST32_MASK in readfat()
[all …]
HDboot.c201 boot->ClustMask = CLUST32_MASK; in readboot()
203 boot->ClustMask = CLUST12_MASK; in readboot()
205 boot->ClustMask = CLUST16_MASK; in readboot()
212 switch (boot->ClustMask) { in readboot()
HDdir.c655 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
691 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
741 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
780 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()
799 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
812 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()
989 if (boot->ClustMask == CLUST32_MASK) { in reconnect()
HDdosfs.h70 cl_t ClustMask; /* mask for entries in FAT */ member