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

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

Completed in 106 milliseconds