Home
last modified time | relevance | path

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

/freebsd/sys/fs/udf/
H A Dudf_vfsops.c300 struct anchor_vdp avdp; in udf_mountfs() local
383 bcopy(bp->b_data, &avdp, sizeof(struct anchor_vdp)); in udf_mountfs()
393 mvds_start = le32toh(avdp.main_vds_ex.loc); in udf_mountfs()
394 mvds_end = mvds_start + (le32toh(avdp.main_vds_ex.len) - 1) / bsize; in udf_mountfs()
H A Decma167-udf.h371 struct anchor_vdp avdp; member