HomeSort by: relevance | last modified time | path
    Searched refs:ClustMask (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fsck_msdos/
fat.c 54 if (*next >= (CLUST_RSRVD&boot->ClustMask))
55 *next |= ~boot->ClustMask;
69 *next&boot->ClustMask);
142 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff)
143 || (boot->ClustMask == CLUST32_MASK
156 && ((boot->ClustMask == CLUST16_MASK && buffer[3] == 0x7f)
157 || (boot->ClustMask == CLUST32_MASK
165 switch (boot->ClustMask) {
189 switch (boot->ClustMask) {
201 switch (boot->ClustMask) {
    [all...]
dosfs.h 68 cl_t ClustMask; /* mask for entries in FAT */
boot.c 256 boot->ClustMask = CLUST32_MASK;
258 boot->ClustMask = CLUST12_MASK;
260 boot->ClustMask = CLUST16_MASK;
267 switch (boot->ClustMask) {
dir.c 659 if (boot->ClustMask == CLUST32_MASK)
695 if (boot->ClustMask == CLUST32_MASK)
745 if (boot->ClustMask == CLUST32_MASK)
784 if (boot->ClustMask == CLUST32_MASK) {
803 if (boot->ClustMask == CLUST32_MASK)
816 if (boot->ClustMask == CLUST32_MASK) {
995 if (boot->ClustMask == CLUST32_MASK) {

Completed in 22 milliseconds