Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c383 main_vdbuf = malloc(avp->avd_main_vdse.ext_len); in readvolseq()
390 avp->avd_main_vdse.ext_len, avp->avd_main_vdse.ext_loc, in readvolseq()
392 if (bread(fsreadfd, main_vdbuf, fsbtodb(avp->avd_main_vdse.ext_loc), in readvolseq()
393 avp->avd_main_vdse.ext_len) != 0) in readvolseq()
398 end = (uint8_t *)main_vdbuf + avp->avd_main_vdse.ext_len; in readvolseq()
399 nextblock = avp->avd_main_vdse.ext_loc; in readvolseq()
/titanic_44/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.c353 ud_swap_ext_ad(&p->avd_main_vdse); in ud_swap_avdp()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dudf_volume.h381 extent_ad_t avd_main_vdse; /* 10 Main Vol Desc Seq Extent */ member
/titanic_44/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c229 h->udfs.mvds_loc = SWAP_32(avdp->avd_main_vdse.ext_loc); in ud_fill_udfs_info()
230 h->udfs.mvds_len = SWAP_32(avdp->avd_main_vdse.ext_len); in ud_fill_udfs_info()
1659 &avdp->avd_main_vdse); in print_avd()
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1010 udf_vfsp->udf_mvds_loc = SWAP_32(avdp->avd_main_vdse.ext_loc); in ud_validate_and_fill_superblock()
1011 udf_vfsp->udf_mvds_len = SWAP_32(avdp->avd_main_vdse.ext_len); in ud_validate_and_fill_superblock()