Home
last modified time | relevance | path

Searched refs:avd_main_vdse (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c408 main_vdbuf = malloc(avp->avd_main_vdse.ext_len); in readvolseq()
415 avp->avd_main_vdse.ext_len, avp->avd_main_vdse.ext_loc, in readvolseq()
417 if (bread(fsreadfd, main_vdbuf, fsbtodb(avp->avd_main_vdse.ext_loc), in readvolseq()
418 avp->avd_main_vdse.ext_len) != 0) in readvolseq()
423 end = (uint8_t *)main_vdbuf + avp->avd_main_vdse.ext_len; in readvolseq()
424 nextblock = avp->avd_main_vdse.ext_loc; in readvolseq()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c888 setextad(&avp->avd_main_vdse, in volseqinit()
1403 main_vdbuf = malloc(avp->avd_main_vdse.ext_len); in readvolseq()
1409 rdfs(avp->avd_main_vdse.ext_loc, avp->avd_main_vdse.ext_len, in readvolseq()
1411 end = (uint8_t *)main_vdbuf + avp->avd_main_vdse.ext_len; in readvolseq()
1413 nextblock = avp->avd_main_vdse.ext_loc; in readvolseq()
H A Dudfslib.c351 ud_swap_ext_ad(&p->avd_main_vdse); in ud_swap_avdp()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h381 extent_ad_t avd_main_vdse; /* 10 Main Vol Desc Seq Extent */ member
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c218 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()
1648 &avdp->avd_main_vdse); in print_avd()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1009 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()