Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1011 udf_vfsp->udf_mvds_len = SWAP_32(avdp->avd_main_vdse.ext_len); in ud_validate_and_fill_superblock()
1023 udf_vfsp->udf_mvds_len); in ud_validate_and_fill_superblock()
1040 udf_vfsp->udf_vds = ngeteblk(udf_vfsp->udf_mvds_len); in ud_validate_and_fill_superblock()
1045 bp->b_bcount = udf_vfsp->udf_mvds_len; in ud_validate_and_fill_superblock()
1046 bcopy(secbp->b_un.b_addr, bp->b_un.b_addr, udf_vfsp->udf_mvds_len); in ud_validate_and_fill_superblock()
1051 count = udf_vfsp->udf_mvds_len / DEV_BSIZE; in ud_validate_and_fill_superblock()
1055 desc_len = udf_vfsp->udf_mvds_len - (index * DEV_BSIZE); in ud_validate_and_fill_superblock()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dudf_inode.h227 uint32_t udf_mvds_len; member
275 udf_vfs::udf_mvds_len