Searched refs:lm_plus (Results 1 – 3 of 3) sorted by relevance
100 kmem_free(vhg->verh_ve_map.lm_plus, in stmf_view_clear_config()261 if ((ent = (stmf_lun_map_ent_t *)sm->lm_plus[n]) in stmf_session_destroy_lun_map()271 kmem_free(sm->lm_plus[n], in stmf_session_destroy_lun_map()275 kmem_free(sm->lm_plus, in stmf_session_destroy_lun_map()318 if (sm->lm_plus[i] == NULL) in stmf_session_prepare_report_lun_data()554 ve = (stmf_view_entry_t *)vemap->lm_plus[i]; in stmf_add_lus_to_session_per_vemap()579 ve = (stmf_view_entry_t *)vemap->lm_plus[i]; in stmf_remove_lus_from_session_per_vemap()726 dst->lm_plus = kmem_zalloc(dst->lm_nentries * in stmf_duplicate_ve_map()729 dst->lm_plus[i] = src->lm_plus[i]; in stmf_duplicate_ve_map()740 kmem_free(dst->lm_plus, dst->lm_nentries * sizeof (void *)); in stmf_destroy_ve_map()[all …]
37 void **lm_plus; /* this can be lun or view entry */ member
3838 if (lm->lm_plus[i] == NULL) in stmf_deregister_all_lu_itl_handles()3840 ent = (stmf_lun_map_ent_t *)lm->lm_plus[i]; in stmf_deregister_all_lu_itl_handles()3891 if (lm->lm_plus[i] == NULL) in stmf_get_itl_handle()3893 ent = (stmf_lun_map_ent_t *)lm->lm_plus[i]; in stmf_get_itl_handle()6035 if (lm->lm_plus[i] == NULL) in stmf_handle_target_reset()6038 lm_ent = (stmf_lun_map_ent_t *)lm->lm_plus[i]; in stmf_handle_target_reset()6062 if (lm->lm_plus[i] == NULL) in stmf_handle_target_reset()6064 lm_ent = (stmf_lun_map_ent_t *)lm->lm_plus[i]; in stmf_handle_target_reset()6070 if (lm->lm_plus[i] == NULL) in stmf_handle_target_reset()6072 lm_ent = (stmf_lun_map_ent_t *)lm->lm_plus[i]; in stmf_handle_target_reset()[all …]