Home
last modified time | relevance | path

Searched refs:bpbHugeSectors (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_msdos.c120 u_int8_t bpbHugeSectors[4]; /* big total sectors */ member
164 u_int bpbHugeSectors; /* big total sectors */ member
312 bpb.bpbHugeSectors = bpb.bpbSectors; in mkfs_msdos()
324 bpb.bpbHugeSectors = o.size; in mkfs_msdos()
331 bpb.bpbHugeSectors -= (o.offset / bpb.bpbBytesPerSec); in mkfs_msdos()
333 if (bpb.bpbHugeSectors <= 6000) /* about 3MB -> 512 bytes */ in mkfs_msdos()
335 else if (bpb.bpbHugeSectors <= (1<<17)) /* 64M -> 4k */ in mkfs_msdos()
337 else if (bpb.bpbHugeSectors <= (1<<19)) /* 256M -> 8k */ in mkfs_msdos()
339 else if (bpb.bpbHugeSectors <= (1<<21)) /* 1G -> 16k */ in mkfs_msdos()
450 if (bpb.bpbHugeSectors < (bp in mkfs_msdos()
[all...]
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dboot.c134 boot->bpbHugeSectors = block[32] + (block[33] << 8) + in readboot()
136 if (boot->bpbHugeSectors == 0) { in readboot()
150 boot->NumSectors = boot->bpbHugeSectors; in readboot()
H A Ddosfs.h56 u_int32_t bpbHugeSectors; /* # of sectors if bpbbpbSectors == 0 */ member

Completed in 2 milliseconds