Searched refs:avdp (Results 1 – 2 of 2) sorted by relevance
300 struct anchor_vdp avdp; in udf_mountfs() local383 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()
371 struct anchor_vdp avdp; member