OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bpbFATs
(Results
1 - 2
of
2
) sorted by null
/external/fsck_msdos/
dosfs.h
49
u_int
bpbFATs
; /* number of
bpbFATs
*/
/external/newfs_msdos/
mkfs_msdos.c
120
u_int8_t
bpbFATs
; /* number of FATs */
164
u_int
bpbFATs
; /* number of FATs */
415
bpb.
bpbFATs
= o.num_FAT;
456
if (!bpb.
bpbFATs
)
457
bpb.
bpbFATs
= 2;
463
bpb.
bpbFATs
+
473
bpb.
bpbFATs
+
520
*
bpbFATs
reserved blocks. If bpbSecPerClust changes, it will
542
bpb.bpbBytesPerSec * NPB) * bpb.
bpbFATs
+
556
if (x1 + (u_int64_t)x * bpb.
bpbFATs
> bpb.bpbHugeSectors)
[
all
...]
Completed in 793 milliseconds