Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/target/
Dtarget_core_device.c368 spin_lock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
371 spin_unlock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
386 spin_lock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
388 spin_unlock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
421 spin_lock(&lun->lun_deve_lock); in core_disable_device_list_for_node()
423 spin_unlock(&lun->lun_deve_lock); in core_disable_device_list_for_node()
Dtarget_core_alua.c963 spin_lock(&lun->lun_deve_lock); in core_alua_queue_state_change_ua()
966 lockdep_is_held(&lun->lun_deve_lock)); in core_alua_queue_state_change_ua()
995 spin_unlock(&lun->lun_deve_lock); in core_alua_queue_state_change_ua()
1840 spin_lock(&lun->lun_deve_lock); in __target_attach_tg_pt_gp()
1844 spin_unlock(&lun->lun_deve_lock); in __target_attach_tg_pt_gp()
Dtarget_core_pr.c731 spin_lock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
742 lockdep_is_held(&lun_tmp->lun_deve_lock)); in __core_scsi3_alloc_registration()
764 spin_unlock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
801 spin_lock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
803 spin_unlock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
Dtarget_core_tpg.c571 spin_lock_init(&lun->lun_deve_lock); in core_tpg_alloc_lun()
/Linux-v5.4/include/target/
Dtarget_core_base.h727 spinlock_t lun_deve_lock; member