Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c384 res_vdbuf = malloc(avp->avd_res_vdse.ext_len); in readvolseq()
391 avp->avd_res_vdse.ext_loc); in readvolseq()
395 if (bread(fsreadfd, res_vdbuf, fsbtodb(avp->avd_res_vdse.ext_loc), in readvolseq()
396 avp->avd_res_vdse.ext_len) != 0) in readvolseq()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dudf_volume.h382 extent_ad_t avd_res_vdse; /* 18 Reserve Vol Desc Seq Ext */ member
/titanic_50/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c232 h->udfs.rvds_loc = SWAP_32(avdp->avd_res_vdse.ext_loc); in ud_fill_udfs_info()
233 h->udfs.rvds_len = SWAP_32(avdp->avd_res_vdse.ext_len); in ud_fill_udfs_info()
1661 &avdp->avd_res_vdse); in print_avd()
/titanic_50/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c354 ud_swap_ext_ad(&p->avd_res_vdse); in ud_swap_avdp()
H A Dmkfs.c890 setextad(&avp->avd_res_vdse, in volseqinit()
/titanic_50/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1012 udf_vfsp->udf_rvds_loc = SWAP_32(avdp->avd_res_vdse.ext_loc); in ud_validate_and_fill_superblock()
1013 udf_vfsp->udf_rvds_len = SWAP_32(avdp->avd_res_vdse.ext_len); in ud_validate_and_fill_superblock()