Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1655 daddr_t blkno, struct ud_map *udm) in ud_val_get_vat() argument
1669 udm->udm_vat_icb = end_loc - ud_sub_blks[i]; in ud_val_get_vat()
1672 udm->udm_vat_icb << udf_vfsp->udf_l2d_shift, in ud_val_get_vat()
1696 udm->udm_nent = 1; in ud_val_get_vat()
1698 udm->udm_nent = in ud_val_get_vat()
1701 udm->udm_nent = in ud_val_get_vat()
1708 udm->udm_count = kmem_zalloc(udm->udm_nent * sizeof (*udm->udm_count), in ud_val_get_vat()
1710 udm->udm_bp = kmem_zalloc(udm->udm_nent * sizeof (*udm->udm_bp), in ud_val_get_vat()
1712 udm->udm_addr = kmem_zalloc(udm->udm_nent * sizeof (*udm->udm_addr), in ud_val_get_vat()
1716 udm->udm_count[0] = (SWAP_64(fe->fe_info_len) - 36) / in ud_val_get_vat()
[all …]