Home
last modified time | relevance | path

Searched refs:FAT32 (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dboot.c102 /* bpbRootDirEnts = 0 suggests that we are FAT32 */ in readboot()
103 boot->flags |= FAT32; in readboot()
108 if (boot->bpbSectors != 0 && (boot->flags & FAT32)) { in readboot()
109 pfatal("Invalid 16-bit total sector count on FAT32: %u", in readboot()
119 if (boot->bpbFATsmall != 0 && (boot->flags & FAT32)) { in readboot()
120 pfatal("Invalid 16-bit FAT sector count on FAT32: %u", in readboot()
137 if (boot->flags & FAT32) { in readboot()
138 pfatal("FAT32 with sector count of zero"); in readboot()
153 if (boot->flags & FAT32) { in readboot()
154 /* If the OEM Name field is EXFAT, it's not FAT32, s in readboot()
[all...]
H A Ddosfs.h65 #define FAT32 1 /* this is a FAT32 file system */ macro
68 * various parts of FAT32? XXX
70 int ValidFat; /* valid fat if FAT32 non-mirrored */
H A Ddir.c251 if (boot->flags & FAT32) { in resetDosDirSection()
373 /* startcl is < CLUST_FIRST for !FAT32 root */ in removede()
415 * The maximum file size on FAT32 is 4GiB - 1, which in checksize()
479 if (!(boot->flags & FAT32) && !dir->parent) { in check_subdirectory()
572 is_legacyroot = (dir->parent == NULL && !(boot->flags & FAT32)); in readDosDirSection()
997 * non-FAT32 root directory below. in readDosDirSection()
1016 * The root directory of non-FAT32 filesystems is in a special in readDosDirSection()

Completed in 2 milliseconds