Searched refs:ext_loc (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | setup.c | 390 avp->avd_main_vdse.ext_len, avp->avd_main_vdse.ext_loc, in readvolseq() 391 avp->avd_res_vdse.ext_loc); in readvolseq() 392 if (bread(fsreadfd, main_vdbuf, fsbtodb(avp->avd_main_vdse.ext_loc), in readvolseq() 395 if (bread(fsreadfd, res_vdbuf, fsbtodb(avp->avd_res_vdse.ext_loc), in readvolseq() 399 nextblock = avp->avd_main_vdse.ext_loc; in readvolseq() 467 lvintblock = logvp->lvd_int_seq_ext.ext_loc; in readvolseq()
|
/titanic_41/usr/src/cmd/fs.d/udfs/fstyp/ |
H A D | ud_lib.c | 229 h->udfs.mvds_loc = SWAP_32(avdp->avd_main_vdse.ext_loc); in ud_fill_udfs_info() 232 h->udfs.rvds_loc = SWAP_32(avdp->avd_res_vdse.ext_loc); in ud_fill_udfs_info() 512 vds_loc = SWAP_32(vds->vdp_nvdse.ext_loc); in ud_parse_fill_vds() 748 lvds_loc = SWAP_32(lvd->lvd_int_seq_ext.ext_loc); in ud_read_and_translate_lvd() 825 lvds_loc = SWAP_32(lvid->lvid_nie.ext_loc); in ud_get_latest_lvid() 1607 name, SWAP_32(ead->ext_len), SWAP_32(ead->ext_loc)); in print_ext_ad()
|
/titanic_41/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | udfslib.c | 278 p->ext_loc = SWAP32(p->ext_loc); in ud_swap_ext_ad()
|
H A D | mkfs.c | 522 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()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | udf_volume.h | 217 uint32_t ext_loc; /* 04 Extent Location */ member
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 1010 udf_vfsp->udf_mvds_loc = SWAP_32(avdp->avd_main_vdse.ext_loc); in ud_validate_and_fill_superblock() 1012 udf_vfsp->udf_rvds_loc = SWAP_32(avdp->avd_res_vdse.ext_loc); in ud_validate_and_fill_superblock() 1241 SWAP_32(udf_vfsp->udf_lvd->lvd_int_seq_ext.ext_loc); in ud_validate_and_fill_superblock()
|