Home
last modified time | relevance | path

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

/external/newfs_msdos/
Dmkfs_msdos.c120 u_int8_t bpbFATs; /* number of FATs */ member
164 u_int bpbFATs; /* number of FATs */ member
415 bpb.bpbFATs = o.num_FAT; in mkfs_msdos()
456 if (!bpb.bpbFATs) in mkfs_msdos()
457 bpb.bpbFATs = 2; in mkfs_msdos()
463 bpb.bpbFATs + in mkfs_msdos()
473 bpb.bpbFATs + in mkfs_msdos()
542 bpb.bpbBytesPerSec * NPB) * bpb.bpbFATs + in mkfs_msdos()
556 if (x1 + (u_int64_t)x * bpb.bpbFATs > bpb.bpbHugeSectors) { in mkfs_msdos()
560 x1 += x * bpb.bpbFATs; in mkfs_msdos()
[all …]
/external/fsck_msdos/
Dboot.c71 boot->bpbFATs = block[16]; in readboot()
90 if (boot->bpbFATs == 0) { in readboot()
91 pfatal("Invalid number of FATs: %u", boot->bpbFATs); in readboot()
217 boot->bpbResSectors + boot->bpbFATs * boot->FATsecs - in readboot()
Ddosfs.h49 u_int bpbFATs; /* number of bpbFATs */ member
Dcheck.c104 for (i = 1; i < boot.bpbFATs; i++) { in checkfilesys()
Dfat.c653 for (i = 0; i < boot->bpbFATs; i++) { in writefat()
Ddir.c472 off = boot->bpbResSectors + boot->bpbFATs * in readDosDirSection()