Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dfat.c76 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty()
226 || (boot->ClustMask == CLUST32_MASK in readfat()
240 || (boot->ClustMask == CLUST32_MASK in readfat()
249 case CLUST32_MASK: in readfat()
273 case CLUST32_MASK: in readfat()
285 case CLUST32_MASK: in readfat()
585 case CLUST32_MASK: in writefat()
599 case CLUST32_MASK: in writefat()
623 case CLUST32_MASK: in writefat()
Ddir.c657 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
693 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
743 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
782 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()
801 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
814 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()
993 if (boot->ClustMask == CLUST32_MASK) { in reconnect()
Dboot.c223 boot->ClustMask = CLUST32_MASK; in readboot()
235 case CLUST32_MASK: in readboot()
Ddosfs.h105 #define CLUST32_MASK 0xfffffff macro