Home
last modified time | relevance | path

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

/openbsd/sys/isofs/udf/
H A Dudf_subr.c127 mvds_start = letoh32(avdp.main_vds_ex.loc); in udf_disklabelspoof()
128 mvds_end = mvds_start + (letoh32(avdp.main_vds_ex.len) - 1) / bsize; in udf_disklabelspoof()
H A Dudf_vfsops.c284 mvds_start = letoh32(avdp.main_vds_ex.loc); in udf_mountfs()
285 mvds_end = mvds_start + (letoh32(avdp.main_vds_ex.len) - 1) / bsize; in udf_mountfs()
H A Decma167-udf.h293 struct extent_ad main_vds_ex; /* to main volume descriptor set ; 16 sectors min */ member