Home
last modified time | relevance | path

Searched refs:ClustMask (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/fsck_msdosfs/
H A Dfat.c587 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: %d", boot->ClustMask); in readfat()
867 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff) in readfat()
868 || (boot->ClustMask == CLUST32_MASK in readfat()
[all …]
H A Dboot.c285 boot->ClustMask = CLUST32_MASK; in readboot()
294 boot->ClustMask = CLUST12_MASK; in readboot()
296 boot->ClustMask = CLUST16_MASK; in readboot()
303 switch (boot->ClustMask) { in readboot()
H A Ddir.c407 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()
H A Ddosfs.h71 cl_t ClustMask; /* mask for entries in FAT */ member