Home
last modified time | relevance | path

Searched refs:primaryFat (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mtools/mtools-4.0.26/
H A DfsP.h65 unsigned int primaryFat; member
H A Dfat.c100 dupe = (dupe + This->primaryFat) % This->num_fat; in fatReadSector()
137 dupe = (dupe + This->primaryFat) % This->num_fat; in fatWriteSector()
678 This->primaryFat = boot->boot.ext.fat32.extFlags[0] & 0xf; in fat_32_read()
710 This->primaryFat = 0; in old_fat_read()
H A Dmformat.c1385 Fs.primaryFat = 0; in mformat()