Searched refs:FAT32 (Results 1 – 3 of 3) sorted by relevance
76 boot->flags |= FAT32; in readboot()77 if (boot->flags & FAT32) { in readboot()192 if (boot->flags&FAT32) in readboot()232 int dirtybyte = boot->flags&FAT32 ? 0x41 : 0x25; in readboot()
64 #define FAT32 1 /* this is a FAT32 file system */ macro
237 if (boot->flags & FAT32) { in resetDosDirSection()460 if (!(boot->flags & FAT32) && !dir->parent) { in readDosDirSection()841 if (!(boot->flags & FAT32) && !dir->parent) in readDosDirSection()863 if ((mod & FSDIRMOD) && !(boot->flags & FAT32) && !dir->parent) { in readDosDirSection()
Completed in 6 milliseconds