OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bpbSecPerClust
(Results
1 - 2
of
2
) sorted by null
/external/fsck_msdos/
dosfs.h
47
u_int
bpbSecPerClust
; /* sectors per cluster */
/external/newfs_msdos/
mkfs_msdos.c
118
u_int8_t
bpbSecPerClust
; /* sectors per cluster */
162
u_int
bpbSecPerClust
; /* sectors per cluster */
336
if (bpb.
bpbSecPerClust
== 0) { /* set defaults */
338
bpb.
bpbSecPerClust
= 1;
340
bpb.
bpbSecPerClust
= 8;
342
bpb.
bpbSecPerClust
= 16;
344
bpb.
bpbSecPerClust
= 32;
346
bpb.
bpbSecPerClust
= 64; /* otherwise 32k */
397
bpb.
bpbSecPerClust
= o.block_size / bpb.bpbBytesPerSec;
405
bpb.
bpbSecPerClust
= o.sectors_per_cluster
[
all
...]
Completed in 198 milliseconds