Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_device.c373 spin_lock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
376 spin_unlock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
391 spin_lock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
393 spin_unlock(&lun->lun_deve_lock); in core_enable_device_list_for_node()
426 spin_lock(&lun->lun_deve_lock); in core_disable_device_list_for_node()
428 spin_unlock(&lun->lun_deve_lock); in core_disable_device_list_for_node()
Dtarget_core_alua.c970 spin_lock(&lun->lun_deve_lock); in core_alua_queue_state_change_ua()
973 lockdep_is_held(&lun->lun_deve_lock)); in core_alua_queue_state_change_ua()
1002 spin_unlock(&lun->lun_deve_lock); in core_alua_queue_state_change_ua()
1890 spin_lock(&lun->lun_deve_lock); in __target_attach_tg_pt_gp()
1894 spin_unlock(&lun->lun_deve_lock); in __target_attach_tg_pt_gp()
Dtarget_core_pr.c734 spin_lock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
745 lockdep_is_held(&lun_tmp->lun_deve_lock)); in __core_scsi3_alloc_registration()
767 spin_unlock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
804 spin_lock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
806 spin_unlock(&lun_tmp->lun_deve_lock); in __core_scsi3_alloc_registration()
Dtarget_core_tpg.c632 spin_lock_init(&lun->lun_deve_lock); in core_tpg_alloc_lun()
/linux-4.4.14/include/target/
Dtarget_core_base.h722 spinlock_t lun_deve_lock; member