Searched refs:bpbFATs (Results 1 – 9 of 9) sorted by relevance
29 uint8_t bpbFATs; /* number of FATs */ member47 uint8_t bpbFATs; /* number of FATs */ member65 uint8_t bpbFATs; /* number of FATs */ member107 int8_t bpbFATs; /* number of FATs */ member125 int8_t bpbFATs; /* number of FATs */ member143 uint8_t bpbFATs; /* number of FATs */ member
147 #define pm_FATs pm_bpb.bpbFATs
603 pmp->pm_FATs = b50->bpbFATs; in mountmsdosfs()
93 boot->bpbFATs = block[16]; in readboot()94 if (boot->bpbFATs == 0) { in readboot()95 pfatal("Invalid number of FATs: %u", boot->bpbFATs); in readboot()251 if (boot->FATsecs < 1 || boot->FATsecs > UINT32_MAX / boot->bpbFATs) { in readboot()253 boot->bpbFATs, (size_t)boot->FATsecs); in readboot()259 boot->bpbResSectors + boot->bpbFATs * boot->FATsecs; in readboot()
48 u_int bpbFATs; /* number of bpbFATs */ member
1219 for (i = 1; i < boot->bpbFATs; i++) { in writefat()1226 for (i = fat->is_mmapped ? 1 : 0; i < boot->bpbFATs; i++) { in writefat()
493 off = boot->bpbResSectors + boot->bpbFATs * in check_subdirectory()601 off = boot->bpbResSectors + boot->bpbFATs * in readDosDirSection()
108 u_int8_t bpbFATs; /* number of FATs */ member152 u_int bpbFATs; /* number of FATs */ member413 bpb.bpbFATs = o.num_FAT; in mkfs_msdos()455 if (!bpb.bpbFATs) in mkfs_msdos()456 bpb.bpbFATs = 2; in mkfs_msdos()462 bpb.bpbFATs + in mkfs_msdos()472 bpb.bpbFATs + in mkfs_msdos()541 bpb.bpbBytesPerSec * NPB) * bpb.bpbFATs + in mkfs_msdos()555 if (x1 + (u_int64_t)x * bpb.bpbFATs > bpb.bpbHugeSectors) { in mkfs_msdos()559 x1 += x * bpb.bpbFATs; in mkfs_msdos()[all …]
113 pmp->pm_FATs = b50->bpbFATs; in m_msdosfs_mount()