Home
last modified time | relevance | path

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

/system/core/toolbox/
Dnewfs_msdos.c115 u_int8_t nft; /* number of FATs */ member
159 u_int nft; /* number of FATs */ member
478 bpb.nft = opt_n; in newfs_msdos_main()
510 if (!bpb.nft) in newfs_msdos_main()
511 bpb.nft = 2; in newfs_msdos_main()
516 bpb.nft + in newfs_msdos_main()
524 howmany((RESFTE + MAXCLS16) * 2, bpb.bps) * bpb.nft + in newfs_msdos_main()
578 bpb.bps * NPB) * bpb.nft + in newfs_msdos_main()
586 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec) in newfs_msdos_main()
588 x1 += x * bpb.nft; in newfs_msdos_main()
[all …]