Home
last modified time | relevance | path

Searched refs:backupBoot (Results 1 – 6 of 6) sorted by relevance

/external/mtools/
Dminfo.c120 if(WORD(ext.fat32.backupBoot) != MAX16) in displayBPB()
122 WORD(ext.fat32.backupBoot)); in displayBPB()
239 if(actual.backupBoot != tryFs.backupBoot) in print_mformat_commandline()
240 printf("-K %d ", actual.backupBoot); in print_mformat_commandline()
Dmformat.c366 if(!Fs->backupBoot) { in fat32_specific_init()
368 Fs->backupBoot = Fs->fat_start - 1; in fat32_specific_init()
370 Fs->backupBoot=6; in fat32_specific_init()
379 if(Fs->fat_start <= Fs->backupBoot) { in fat32_specific_init()
381 "Reserved sectors (%d) must be more than backupBoot (%d)\n", Fs->fat_start, Fs->backupBoot); in fat32_specific_init()
382 Fs->backupBoot = 0; in fat32_specific_init()
787 Fs->backupBoot = 0; in initFsForFormat()
1078 Fs->backupBoot = atou16(optarg); in mformat()
1079 if(Fs->backupBoot < 2) { in mformat()
1340 set_word(boot.boot.ext.fat32.backupBoot, Fs->backupBoot); in mformat()
[all …]
Dmlabel.c326 int backupBoot = WORD_S(ext.fat32.backupBoot); in mlabel() local
328 backupBoot * WORD_S(secsiz), in mlabel()
DfsP.h68 uint16_t backupBoot; member
Dmsdos.h142 unsigned char backupBoot[2]; /* 50 back up boot sector */ member
Dinit.c468 This->backupBoot = WORD(ext.fat32.backupBoot); in parseFsParams()