Lines Matching refs:vdp
670 struct iso_volume_descriptor *vdp;
676 vdp = (struct iso_volume_descriptor *)bh->b_data;
684 if (strncmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) == 0) {
685 if (isonum_711(vdp->type) == ISO_VD_END)
687 if (isonum_711(vdp->type) == ISO_VD_PRIMARY) {
689 pri = (struct iso_primary_descriptor *)vdp;
696 else if (isonum_711(vdp->type) == ISO_VD_SUPPLEMENTARY) {
697 sec = (struct iso_supplementary_descriptor *)vdp;
725 h_pri = (struct hs_primary_descriptor *)vdp;