Searched defs:nft (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dnewfs_msdos.c115 u_int8_t nft; /* number of FATs */ member in struct:bsbpb
159 u_int nft; /* number of FATs */ member in struct:bpb
478 bpb.nft = opt_n;
510 if (!bpb.nft)
511 bpb.nft = 2;
516 bpb.nft +
524 howmany((RESFTE + MAXCLS16) * 2, bpb.bps) * bpb.nft +
561 * requiring another nft reserved blocks. If spc changes, it will
578 bpb.bps * NPB) * bpb.nft +
586 if (x1 + (u_int64_t)x * bpb.nft > bp
[all...]

Completed in 76 milliseconds