Searched refs:vdp (Results 1 – 2 of 2) sorted by relevance
669 struct iso_volume_descriptor *vdp; in isofs_fill_super() local675 vdp = (struct iso_volume_descriptor *)bh->b_data; in isofs_fill_super()683 if (strncmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) == 0) { in isofs_fill_super()684 if (isonum_711(vdp->type) == ISO_VD_END) in isofs_fill_super()686 if (isonum_711(vdp->type) == ISO_VD_PRIMARY) { in isofs_fill_super()688 pri = (struct iso_primary_descriptor *)vdp; in isofs_fill_super()695 else if (isonum_711(vdp->type) == ISO_VD_SUPPLEMENTARY) { in isofs_fill_super()696 sec = (struct iso_supplementary_descriptor *)vdp; in isofs_fill_super()724 h_pri = (struct hs_primary_descriptor *)vdp; in isofs_fill_super()
1678 struct volDescPtr *vdp; in udf_process_sequence() local1719 vdp = (struct volDescPtr *)bh->b_data; in udf_process_sequence()1720 block = le32_to_cpu(vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence()1722 vdp->nextVolDescSeqExt.extLength) >> in udf_process_sequence()