Searched refs:bsbpb (Results 1 – 1 of 1) sorted by relevance
111 struct bsbpb { struct263 struct bsbpb *bsbpb; in newfs_msdos_main() local642 bsbpb = (struct bsbpb *)(img + x1); in newfs_msdos_main()643 mk2(bsbpb->bps, bpb.bps); in newfs_msdos_main()644 mk1(bsbpb->spc, bpb.spc); in newfs_msdos_main()645 mk2(bsbpb->res, bpb.res); in newfs_msdos_main()646 mk1(bsbpb->nft, bpb.nft); in newfs_msdos_main()647 mk2(bsbpb->rde, bpb.rde); in newfs_msdos_main()648 mk2(bsbpb->sec, bpb.sec); in newfs_msdos_main()649 mk1(bsbpb->mid, bpb.mid); in newfs_msdos_main()[all …]