Searched refs:bpbSecPerClust (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/fs/msdosfs/
H A Dbpb.h28 u_int8_t bpbSecPerClust; /* sectors per cluster */ member in struct:bpb33
46 u_int8_t bpbSecPerClust; /* sectors per cluster */ member in struct:bpb50
64 u_int8_t bpbSecPerClust; /* sectors per cluster */ member in struct:bpb710
106 int8_t bpbSecPerClust; /* sectors per cluster */ member in struct:byte_bpb33
124 int8_t bpbSecPerClust; /* sectors per cluster */ member in struct:byte_bpb50
142 u_int8_t bpbSecPerClust; /* sectors per cluster */ member in struct:byte_bpb710
H A Dmsdosfs_vfsops.c504 SecPerClust = b50->bpbSecPerClust;
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c106 u_int8_t bpbSecPerClust; /* sectors per cluster */ member in struct:bsbpb
150 u_int bpbSecPerClust; /* sectors per cluster */ member in struct:bpb
414 if (bpb.bpbSecPerClust == 0) { /* set defaults */
416 bpb.bpbSecPerClust = 1;
418 bpb.bpbSecPerClust = 8;
420 bpb.bpbSecPerClust = 16;
422 bpb.bpbSecPerClust = 32;
424 bpb.bpbSecPerClust = 64; /* otherwise 32k */
453 bpb.bpbSecPerClust = opt_b / bpb.bpbBytesPerSec;
458 bpb.bpbSecPerClust
[all...]
/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Dboot.c67 boot->bpbSecPerClust = block[13];
182 CLUST_FIRST * boot->bpbSecPerClust;
188 if (boot->bpbSecPerClust == 0) {
189 pfatal("Invalid cluster size: %u", boot->bpbSecPerClust);
198 boot->bpbSecPerClust;
229 boot->ClusterSize = boot->bpbBytesPerSec * boot->bpbSecPerClust;
H A Ddosfs.h43 u_int bpbSecPerClust; /* sectors per cluster */ member in struct:bootblock
H A Ddir.c223 b2 = boot->bpbSecPerClust * boot->bpbBytesPerSec;
317 int clsz = boot->bpbSecPerClust * boot->bpbBytesPerSec;
327 off = startcl * boot->bpbSecPerClust + boot->ClusterOffset;
471 last = boot->bpbSecPerClust * boot->bpbBytesPerSec;
472 off = cl * boot->bpbSecPerClust + boot->ClusterOffset;

Completed in 58 milliseconds