Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1654 daddr_t blkno, struct ud_map *udm) in ud_val_get_vat() argument
1668 udm->udm_vat_icb = end_loc - ud_sub_blks[i]; in ud_val_get_vat()
1671 udm->udm_vat_icb << udf_vfsp->udf_l2d_shift, in ud_val_get_vat()
1695 udm->udm_nent = 1; in ud_val_get_vat()
1697 udm->udm_nent = in ud_val_get_vat()
1700 udm->udm_nent = in ud_val_get_vat()
1707 udm->udm_count = kmem_zalloc(udm->udm_nent * sizeof (*udm->udm_count), in ud_val_get_vat()
1709 udm->udm_bp = kmem_zalloc(udm->udm_nent * sizeof (*udm->udm_bp), in ud_val_get_vat()
1711 udm->udm_addr = kmem_zalloc(udm->udm_nent * sizeof (*udm->udm_addr), in ud_val_get_vat()
1715 udm->udm_count[0] = (SWAP_64(fe->fe_info_len) - 36) / in ud_val_get_vat()
[all …]