HomeSort by relevance Sort by last modified time
    Searched refs:FAT32 (Results 1 - 3 of 3) sorted by null

  /external/fsck_msdos/
dosfs.h 69 #define FAT32 1 /* this is a FAT32 file system */
72 * various parts of FAT32? XXX
74 int ValidFat; /* valid fat if FAT32 non-mirrored */
boot.c 90 boot->flags |= FAT32;
91 if (boot->flags & FAT32) {
217 if (boot->flags&FAT32)
224 pfatal("Filesystem too big (%u clusters) for non-FAT32 partition",
286 * support for FAT32) doesn't maintain the FSINFO block
dir.c 240 if (boot->flags & FAT32) {
460 if (!(boot->flags & FAT32) && !dir->parent) {
552 if (!(boot->flags & FAT32) && !dir->parent) {

Completed in 2308 milliseconds