Home
last modified time | relevance | path

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

/system/core/toolbox/
Dnewfs_msdos.c131 u_int8_t infs[2]; /* file system info sector */ member
170 u_int infs; /* file system info sector */ member
490 bpb.infs = opt_i; in newfs_msdos_main()
534 if (!bpb.infs) { in newfs_msdos_main()
537 bpb.infs = x; in newfs_msdos_main()
539 if (bpb.infs != MAXU16 && x <= bpb.infs) in newfs_msdos_main()
540 x = bpb.infs + 1; in newfs_msdos_main()
545 } else if (bpb.bkbs != MAXU16 && bpb.bkbs == bpb.infs) in newfs_msdos_main()
680 mk2(bsxbpb->infs, bpb.infs); in newfs_msdos_main()
711 } else if (fat == 32 && bpb.infs != MAXU16 && in newfs_msdos_main()
[all …]