Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_device.c381 spin_lock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
384 spin_unlock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
399 spin_lock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
401 spin_unlock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
434 spin_lock(&lun->lun_deve_lock); in core_disable_device_list_for_node()
436 spin_unlock(&lun->lun_deve_lock); in core_disable_device_list_for_node()
Dtarget_core_alua.c977 spin_lock(&lun->lun_deve_lock); in core_alua_queue_state_change_ua()
980 lockdep_is_held(&lun->lun_deve_lock)); in core_alua_queue_state_change_ua()
1009 spin_unlock(&lun->lun_deve_lock); in core_alua_queue_state_change_ua()
1852 spin_lock(&lun->lun_deve_lock); in __target_attach_tg_pt_gp()
1856 spin_unlock(&lun->lun_deve_lock); in __target_attach_tg_pt_gp()
Dtarget_core_pr.c739 spin_lock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
750 lockdep_is_held(&lun_tmp->lun_deve_lock)); in __core_scsi3_alloc_registration()
772 spin_unlock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
809 spin_lock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
811 spin_unlock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
Dtarget_core_tpg.c585 spin_lock_init(&lun->lun_deve_lock); in core_tpg_alloc_lun()
/Linux-v4.19/include/target/
Dtarget_core_base.h718 spinlock_t lun_deve_lock; member