Home
last modified time | relevance | path

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

/freebsd-head/sys/fs/udf/
HDudf_vfsops.c299 struct anchor_vdp avdp; in udf_mountfs() local
382 bcopy(bp->b_data, &avdp, sizeof(struct anchor_vdp)); in udf_mountfs()
392 mvds_start = le32toh(avdp.main_vds_ex.loc); in udf_mountfs()
393 mvds_end = mvds_start + (le32toh(avdp.main_vds_ex.len) - 1) / bsize; in udf_mountfs()
HDecma167-udf.h371 struct anchor_vdp avdp; member