Searched refs:fat32 (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dminfo.c43 if(WORD(ext.fat32.infoSector) == MAX16)
48 (mt_off_t) WORD(secsiz) * WORD(ext.fat32.infoSector),
151 labelBlock = &boot->ext.fat32.labelBlock;
169 DWORD(ext.fat32.bigFat));
171 WORD(ext.fat32.extFlags));
173 WORD(ext.fat32.fsVersion));
175 DWORD(ext.fat32.rootCluster));
176 if(WORD(ext.fat32.infoSector) != MAX16)
178 WORD(ext.fat32.infoSector));
179 if(WORD(ext.fat32
[all...]
H A Dmformat.c157 unsigned long tot_sectors, int fat32)
169 if(fat32 || tot_sectors > MAX_DISK_SIZE(16, FAT16-1))
175 if(fat32) {
681 set_dword(boot->ext.fat32.bigFat, Fs->fat_len);
766 int fat32 = 0; local
891 fat32 = 1;
1190 used_dev.fat_bits = comp_fat_bits(&Fs,used_dev.fat_bits, tot_sectors, fat32);
1201 set_word(boot->ext.fat32.extFlags,0);
1204 set_word(boot->ext.fat32.fsVersion,fsVersion);
1207 set_dword(boot->ext.fat32
156 comp_fat_bits(Fs_t *Fs, int estimate, unsigned long tot_sectors, int fat32) argument
[all...]
H A Dmclasserase.c134 labelBlock = &boot->ext.fat32.labelBlock;
H A Dfat.c679 This->fat_len = DWORD(ext.fat32.bigFat);
680 This->writeAllFats = !(boot->ext.fat32.extFlags[0] & 0x80);
681 This->primaryFat = boot->ext.fat32.extFlags[0] & 0xf;
682 This->rootCluster = DWORD(ext.fat32.rootCluster);
687 This->infoSectorLoc = WORD(ext.fat32.infoSector);
H A Dmlabel.c280 labelBlock = &boot.ext.fat32.labelBlock;
H A Dmsdos.h179 struct fat32_t fat32; member in union:bootsector::__anon4154
H A Dinit.c318 labelBlock = &boot->ext.fat32.labelBlock;
H A Dplain_io.c218 labelBlock = &boot->ext.fat32.labelBlock;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dfat.c83 } PACKED fat32; member in union:vfat_super_block::__anon20310
288 if (memcmp(vs->type.fat32.magic, "MSWIN", 5) == 0)
291 if (memcmp(vs->type.fat32.magic, "FAT32 ", 8) == 0)
346 fat32_length = le32_to_cpu(vs->type.fat32.fat32_length);
367 goto fat32;
375 goto fat32;
406 fat32:
408 fsinfo_sect = le16_to_cpu(vs->type.fat32.fsinfo_sector);
426 root_cluster = le32_to_cpu(vs->type.fat32.root_cluster);
477 } else if (memcmp(vs->type.fat32
[all...]

Completed in 152 milliseconds