Home
last modified time | relevance | path

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

/mirbsd/src/sbin/fsck_msdos/
Dfat.c127 || (boot->ClustMask == CLUST32_MASK in readfat()
134 case CLUST32_MASK: in readfat()
151 case CLUST32_MASK: in readfat()
163 case CLUST32_MASK: in readfat()
448 case CLUST32_MASK: in writefat()
458 case CLUST32_MASK: in writefat()
Ddir.c644 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
679 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
729 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
768 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()
787 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
800 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()
973 if (boot->ClustMask == CLUST32_MASK) { in reconnect()
Dboot.c206 boot->ClustMask = CLUST32_MASK; in readboot()
218 case CLUST32_MASK: in readboot()
Ddosfs.h109 #define CLUST32_MASK 0xfffffff macro