Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_pr.c217 spin_lock(&dev->dev_reservation_lock); in target_scsi2_reservation_release()
240 spin_unlock(&dev->dev_reservation_lock); in target_scsi2_reservation_release()
275 spin_lock(&dev->dev_reservation_lock); in target_scsi2_reservation_reserve()
303 spin_unlock(&dev->dev_reservation_lock); in target_scsi2_reservation_reserve()
616 spin_lock(&dev->dev_reservation_lock); in core_scsi3_pr_generation()
618 spin_unlock(&dev->dev_reservation_lock); in core_scsi3_pr_generation()
880 spin_lock(&dev->dev_reservation_lock); in core_scsi3_aptpl_reserve()
882 spin_unlock(&dev->dev_reservation_lock); in core_scsi3_aptpl_reserve()
1191 spin_lock(&dev->dev_reservation_lock); in core_scsi3_check_implicit_release()
1194 spin_unlock(&dev->dev_reservation_lock); in core_scsi3_check_implicit_release()
[all …]
Dtarget_core_tmr.c449 spin_lock(&dev->dev_reservation_lock); in core_tmr_lun_reset()
452 spin_unlock(&dev->dev_reservation_lock); in core_tmr_lun_reset()
Dtarget_core_configfs.c817 spin_lock(&dev->dev_reservation_lock); in target_core_dev_pr_show_attr_res_holder()
822 spin_unlock(&dev->dev_reservation_lock); in target_core_dev_pr_show_attr_res_holder()
833 spin_lock(&dev->dev_reservation_lock); in target_core_dev_pr_show_attr_res_pr_all_tgt_pts()
844 spin_unlock(&dev->dev_reservation_lock); in target_core_dev_pr_show_attr_res_pr_all_tgt_pts()
871 spin_lock(&dev->dev_reservation_lock); in target_core_dev_pr_show_attr_res_pr_holder_tg_port()
893 spin_unlock(&dev->dev_reservation_lock); in target_core_dev_pr_show_attr_res_pr_holder_tg_port()
947 spin_lock(&dev->dev_reservation_lock); in target_core_dev_pr_show_attr_res_pr_type()
956 spin_unlock(&dev->dev_reservation_lock); in target_core_dev_pr_show_attr_res_pr_type()
Dtarget_core_device.c1494 spin_lock_init(&dev->dev_reservation_lock); in target_alloc_device()
/linux-4.1.27/include/target/
Dtarget_core_base.h779 spinlock_t dev_reservation_lock; member