Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c415 avp->avd_main_vdse.ext_len, avp->avd_main_vdse.ext_loc, in readvolseq()
416 avp->avd_res_vdse.ext_loc); in readvolseq()
417 if (bread(fsreadfd, main_vdbuf, fsbtodb(avp->avd_main_vdse.ext_loc), in readvolseq()
420 if (bread(fsreadfd, res_vdbuf, fsbtodb(avp->avd_res_vdse.ext_loc), in readvolseq()
424 nextblock = avp->avd_main_vdse.ext_loc; in readvolseq()
492 lvintblock = logvp->lvd_int_seq_ext.ext_loc; in readvolseq()
/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()
221 h->udfs.rvds_loc = SWAP_32(avdp->avd_res_vdse.ext_loc); in ud_fill_udfs_info()
501 vds_loc = SWAP_32(vds->vdp_nvdse.ext_loc); in ud_parse_fill_vds()
737 lvds_loc = SWAP_32(lvd->lvd_int_seq_ext.ext_loc); in ud_read_and_translate_lvd()
814 lvds_loc = SWAP_32(lvid->lvid_nie.ext_loc); in ud_get_latest_lvid()
1596 name, SWAP_32(ead->ext_len), SWAP_32(ead->ext_loc)); in print_ext_ad()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c276 p->ext_loc = SWAP32(p->ext_loc); in ud_swap_ext_ad()
H A Dmkfs.c522 eap->ext_loc = loc; in setextad()
1409 rdfs(avp->avd_main_vdse.ext_loc, avp->avd_main_vdse.ext_len, in readvolseq()
1413 nextblock = avp->avd_main_vdse.ext_loc; in readvolseq()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h217 uint32_t ext_loc; /* 04 Extent Location */ member
/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()
1011 udf_vfsp->udf_rvds_loc = SWAP_32(avdp->avd_res_vdse.ext_loc); in ud_validate_and_fill_superblock()
1240 SWAP_32(udf_vfsp->udf_lvd->lvd_int_seq_ext.ext_loc); in ud_validate_and_fill_superblock()