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

/freebsd-12-stable/sys/fs/msdosfs/
H A Dbpb.h42 * and bpbHugeSectors is not in the 3.3 bpb.
56 uint32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */ member in struct:bpb50
74 uint32_t bpbHugeSectors; /* # of sectors if bpbSectors == 0 */ member in struct:bpb710
120 * and bpbHugeSectors is not in the 3.3 bpb.
134 int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors == 0 */ member in struct:byte_bpb50
152 uint8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors == 0 */ member in struct:byte_bpb710
H A Dbootsect.h94 #define bsHugeSectors bsBPB.bpbHugeSectors
H A Dmsdosfsmount.h147 #define pm_HugeSectors pm_bpb.bpbHugeSectors
H A Dmsdosfs_vfsops.c508 pmp->pm_HugeSectors = getulong(b50->bpbHugeSectors);
/freebsd-12-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c116 u_int8_t bpbHugeSectors[4]; /* big total sectors */ member in struct:bsbpb
160 u_int bpbHugeSectors; /* big total sectors */ member in struct:bpb
308 bpb.bpbHugeSectors = bpb.bpbSectors;
320 bpb.bpbHugeSectors = o.size;
327 bpb.bpbHugeSectors -= (o.offset / bpb.bpbBytesPerSec);
329 if (bpb.bpbHugeSectors <= 6000) /* about 3MB -> 512 bytes */
331 else if (bpb.bpbHugeSectors <= (1<<17)) /* 64M -> 4k */
333 else if (bpb.bpbHugeSectors <= (1<<19)) /* 256M -> 8k */
335 else if (bpb.bpbHugeSectors <= (1<<21)) /* 1G -> 16k */
446 if (bpb.bpbHugeSectors < (bp
[all...]
/freebsd-12-stable/sbin/fsck_msdosfs/
H A Ddosfs.h57 u_int32_t bpbHugeSectors; /* # of sectors if bpbbpbSectors == 0 */ member in struct:bootblock
H A Dboot.c136 boot->bpbHugeSectors = block[32] + (block[33] << 8) +
138 if (boot->bpbHugeSectors == 0) {
152 boot->NumSectors = boot->bpbHugeSectors;
/freebsd-12-stable/usr.sbin/makefs/msdos/
H A Dmsdosfsmount.h112 #define pm_HugeSectors pm_bpb.bpbHugeSectors
H A Dmsdosfs_vfsops.c148 pmp->pm_HugeSectors = getulong(b50->bpbHugeSectors);

Completed in 124 milliseconds