Home
last modified time | relevance | path

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

/mirbsd/src/sbin/fsck_msdos/
Dfat.c57 if (*next >= (CLUST_RSRVD&boot->ClustMask)) in checkclnum()
58 *next |= ~boot->ClustMask; in checkclnum()
72 *next&boot->ClustMask); in checkclnum()
126 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff) in readfat()
127 || (boot->ClustMask == CLUST32_MASK in readfat()
133 switch (boot->ClustMask) { in readfat()
150 switch (boot->ClustMask) { in readfat()
162 switch (boot->ClustMask) { in readfat()
166 fat[cl].next &= boot->ClustMask; in readfat()
444 switch (boot->ClustMask) { in writefat()
[all …]
Dboot.c206 boot->ClustMask = CLUST32_MASK; in readboot()
208 boot->ClustMask = CLUST12_MASK; in readboot()
210 boot->ClustMask = CLUST16_MASK; in readboot()
217 switch (boot->ClustMask) { in readboot()
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()
Ddosfs.h76 cl_t ClustMask; /* mask for entries in FAT */ member