Searched refs:ClustMask (Results 1 – 4 of 4) sorted by relevance
587 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty() 616 if (boot->ClustMask == CLUST16_MASK) { in checkdirty() 629 if (boot->ClustMask == CLUST16_MASK) { in checkdirty() 654 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in cleardirty() 671 if (boot->ClustMask == CLUST16_MASK) { in cleardirty() 732 if (boot->ClustMask == CLUST32_MASK && in _readfat() 831 switch(boot->ClustMask) { in readfat() 850 pfatal("Invalid ClustMask in readfat() [all...]
278 boot->ClustMask = CLUST32_MASK; in readboot()287 boot->ClustMask = CLUST12_MASK; in readboot()289 boot->ClustMask = CLUST16_MASK; in readboot()296 switch (boot->ClustMask) { in readboot()
407 if (boot->ClustMask == CLUST32_MASK) in checksize()796 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()871 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()908 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()926 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()939 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()1157 if (boot->ClustMask == CLUST32_MASK) { in reconnect()
71 cl_t ClustMask; /* mask for entries in FAT */ member