Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c181 struct anch_vol_desc_ptr *avdp = NULL; in ud_fill_udfs_info() local
203 if ((avdp = (struct anch_vol_desc_ptr *) in ud_fill_udfs_info()
208 (uint8_t *)avdp, h->udfs.lbsize) != 0) { in ud_fill_udfs_info()
209 free(avdp); in ud_fill_udfs_info()
212 if (ud_verify_tag(h, &avdp->avd_tag, UD_ANCH_VOL_DESC, in ud_fill_udfs_info()
214 free(avdp); in ud_fill_udfs_info()
218 h->udfs.mvds_loc = SWAP_32(avdp->avd_main_vdse.ext_loc); in ud_fill_udfs_info()
219 h->udfs.mvds_len = SWAP_32(avdp->avd_main_vdse.ext_len); in ud_fill_udfs_info()
221 h->udfs.rvds_loc = SWAP_32(avdp->avd_res_vdse.ext_loc); in ud_fill_udfs_info()
222 h->udfs.rvds_len = SWAP_32(avdp->avd_res_vdse.ext_len); in ud_fill_udfs_info()
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c99 static struct anch_vol_desc_ptr *avdp; variable
291 avdp = (struct anch_vol_desc_ptr *)tp; in check_avdp()
381 daddr_t avdp; in readvolseq() local
393 avdp = FIRSTAVDP * fsbsize / DEV_BSIZE; in readvolseq()
394 if (bread(fsreadfd, avdbuf, avdp, fsbsize) != 0) in readvolseq()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c970 struct anch_vol_desc_ptr *avdp; in ud_validate_and_fill_superblock() local
1001 avdp = (struct anch_vol_desc_ptr *)secbp->b_un.b_addr; in ud_validate_and_fill_superblock()
1002 if (ud_verify_tag_and_desc(&avdp->avd_tag, UD_ANCH_VOL_DESC, in ud_validate_and_fill_superblock()
1009 udf_vfsp->udf_mvds_loc = SWAP_32(avdp->avd_main_vdse.ext_loc); in ud_validate_and_fill_superblock()
1010 udf_vfsp->udf_mvds_len = SWAP_32(avdp->avd_main_vdse.ext_len); in ud_validate_and_fill_superblock()
1011 udf_vfsp->udf_rvds_loc = SWAP_32(avdp->avd_res_vdse.ext_loc); in ud_validate_and_fill_superblock()
1012 udf_vfsp->udf_rvds_len = SWAP_32(avdp->avd_res_vdse.ext_len); in ud_validate_and_fill_superblock()
1844 struct anch_vol_desc_ptr *avdp; in ud_get_lbsize() local
1889 avdp = (struct anch_vol_desc_ptr *)bp->b_un.b_addr; in ud_get_lbsize()
1890 if (ud_verify_tag_and_desc(&avdp->avd_tag, in ud_get_lbsize()