Searched refs:bsbpb (Results 1 – 1 of 1) sorted by relevance
111 struct bsbpb { struct255 struct bsbpb *bsbpb; in newfs_msdos_main() local660 bsbpb = (struct bsbpb *)(img + x1); in newfs_msdos_main()661 mk2(bsbpb->bps, bpb.bps); in newfs_msdos_main()662 mk1(bsbpb->spc, bpb.spc); in newfs_msdos_main()663 mk2(bsbpb->res, bpb.res); in newfs_msdos_main()664 mk1(bsbpb->nft, bpb.nft); in newfs_msdos_main()665 mk2(bsbpb->rde, bpb.rde); in newfs_msdos_main()666 mk2(bsbpb->sec, bpb.sec); in newfs_msdos_main()667 mk1(bsbpb->mid, bpb.mid); in newfs_msdos_main()[all …]