Home
last modified time | relevance | path

Searched refs:udf_pvd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1058 if (udf_vfsp->udf_pvd == NULL) { in ud_validate_and_fill_superblock()
1059 udf_vfsp->udf_pvd = in ud_validate_and_fill_superblock()
1064 opvd = udf_vfsp->udf_pvd; in ud_validate_and_fill_superblock()
1077 udf_vfsp->udf_pvd = npvd; in ud_validate_and_fill_superblock()
1200 if ((udf_vfsp->udf_pvd == NULL) || in ud_validate_and_fill_superblock()
1209 (void) strncpy(udf_vfsp->udf_volid, udf_vfsp->udf_pvd->pvd_vol_id, 32); in ud_validate_and_fill_superblock()
1211 udf_vfsp->udf_tsno = SWAP_16(udf_vfsp->udf_pvd->pvd_tag.tag_sno); in ud_validate_and_fill_superblock()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h222 struct pri_vol_desc *udf_pvd; member
270 _NOTE(READ_ONLY_DATA(udf_vfs::udf_pvd