Home
last modified time | relevance | path

Searched refs:spc (Results 1 – 1 of 1) sorted by relevance

/system/core/toolbox/
Dnewfs_msdos.c113 u_int8_t spc; /* sectors per cluster */ member
157 u_int spc; /* sectors per cluster */ member
427 if (bpb.spc == 0) { /* set defaults */ in newfs_msdos_main()
429 bpb.spc = 1; in newfs_msdos_main()
431 bpb.spc = 8; in newfs_msdos_main()
433 bpb.spc = 16; in newfs_msdos_main()
436 bpb.spc = 32; in newfs_msdos_main()
438 bpb.spc = 64; /* otherwise 32k */ in newfs_msdos_main()
466 bpb.spc = opt_b / bpb.bps; in newfs_msdos_main()
471 bpb.spc = opt_c; in newfs_msdos_main()
[all …]