Searched refs:l_ctl_lun (Results 1 – 4 of 4) sorted by relevance
610 cl->l_ctl_lun); in conf_new_from_kernel()631 cl->l_ctl_lun = lun->lun_id; in conf_new_from_kernel()685 if (lun->l_ctl_lun >= 0) { in kernel_lun_add()686 req.reqdata.create.req_lun_id = lun->l_ctl_lun; in kernel_lun_add()745 lun->l_ctl_lun = req.reqdata.create.req_lun_id; in kernel_lun_add()760 req.reqdata.modify.lun_id = lun->l_ctl_lun; in kernel_lun_modify()816 req.reqdata.rm.lun_id = lun->l_ctl_lun; in kernel_lun_remove()1007 lm.lun = targ->t_luns[i]->l_ctl_lun; in kernel_port_add()1041 lm.lun = targ->t_luns[i]->l_ctl_lun; in kernel_port_update()1045 olun = otarg->t_luns[i]->l_ctl_lun; in kernel_port_update()
1255 lun->l_ctl_lun = -1; in lun_new()1826 "removing", oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()1831 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()1846 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()1852 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()1861 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()1869 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()1877 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()1885 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()1892 newlun->l_ctl_lun = oldlun->l_ctl_lun; in conf_apply()[all …]
502 if (lun->l_ctl_lun >= 0) { in lun_set_ctl_lun()507 lun->l_ctl_lun = value; in lun_set_ctl_lun()
173 int l_ctl_lun; member