Lines Matching refs:vd
67 struct volume_descriptor *vd; in volume_id_probe_udf() local
131 vd = volume_id_get_buffer(id, off + (256 * bs), 0x200); in volume_id_probe_udf()
132 if (vd == NULL) in volume_id_probe_udf()
135 type = le16_to_cpu(vd->tag.id); in volume_id_probe_udf()
140 count = le32_to_cpu(vd->type.anchor.length) / bs; in volume_id_probe_udf()
141 loc = le32_to_cpu(vd->type.anchor.location); in volume_id_probe_udf()
146 vd = volume_id_get_buffer(id, off + ((loc + b) * bs), 0x200); in volume_id_probe_udf()
147 if (vd == NULL) in volume_id_probe_udf()
150 type = le16_to_cpu(vd->tag.id); in volume_id_probe_udf()
156 if (le32_to_cpu(vd->tag.location) != loc + b) in volume_id_probe_udf()
167 clen = vd->type.primary.ident.clen; in volume_id_probe_udf()
170 volume_id_set_label_string(id, vd->type.primary.ident.c, 31); in volume_id_probe_udf()
172 volume_id_set_label_unicode16(id, vd->type.primary.ident.c, BE, 31); in volume_id_probe_udf()