Searched refs:lun_disable (Results 1 – 5 of 5) sorted by relevance
360 if (port->lun_disable != NULL) { in ctl_port_offline()366 port->lun_disable(port->targ_lun_arg, l); in ctl_port_offline()370 port->lun_disable(port->targ_lun_arg, lun->lun); in ctl_port_offline()
227 lun_func_t lun_disable; /* passed to CTL */ member
361 port->lun_disable = ctlfe_lun_disable; in ctlfeasync()
3650 if (port->lun_disable != NULL) { in ctl_lun_map_init()3652 port->lun_disable(port->targ_lun_arg, lun->lun); in ctl_lun_map_init()3713 if (port->lun_disable != NULL) in ctl_lun_map_unset()3714 port->lun_disable(port->targ_lun_arg, plun); in ctl_lun_map_unset()4788 port->lun_map != NULL || port->lun_disable == NULL) in ctl_disable_lun()4799 retval = port->lun_disable(port->targ_lun_arg, lun->lun); in ctl_disable_lun()
865 port->lun_disable = nvmft_lun_disable; in nvmft_port_create()