Home
last modified time | relevance | path

Searched refs:vd (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/util-linux/volume_id/
Dudf.c67 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()
[all …]