Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_pr.c216 spin_lock(&dev->dev_reservation_lock); in target_scsi2_reservation_release()
235 spin_unlock(&dev->dev_reservation_lock); in target_scsi2_reservation_release()
269 spin_lock(&dev->dev_reservation_lock); in target_scsi2_reservation_reserve()
297 spin_unlock(&dev->dev_reservation_lock); in target_scsi2_reservation_reserve()
609 spin_lock(&dev->dev_reservation_lock); in core_scsi3_pr_generation()
611 spin_unlock(&dev->dev_reservation_lock); in core_scsi3_pr_generation()
902 spin_lock(&dev->dev_reservation_lock); in core_scsi3_aptpl_reserve()
904 spin_unlock(&dev->dev_reservation_lock); in core_scsi3_aptpl_reserve()
1227 spin_lock(&dev->dev_reservation_lock); in core_scsi3_check_implicit_release()
1230 spin_unlock(&dev->dev_reservation_lock); in core_scsi3_check_implicit_release()
[all …]
H A Dtarget_core_tmr.c416 spin_lock(&dev->dev_reservation_lock); in core_tmr_lun_reset()
419 spin_unlock(&dev->dev_reservation_lock); in core_tmr_lun_reset()
H A Dtarget_core_configfs.c1862 spin_lock(&dev->dev_reservation_lock); in target_pr_res_holder_show()
1867 spin_unlock(&dev->dev_reservation_lock); in target_pr_res_holder_show()
1877 spin_lock(&dev->dev_reservation_lock); in target_pr_res_pr_all_tgt_pts_show()
1888 spin_unlock(&dev->dev_reservation_lock); in target_pr_res_pr_all_tgt_pts_show()
1909 spin_lock(&dev->dev_reservation_lock); in target_pr_res_pr_holder_tg_port_show()
1930 spin_unlock(&dev->dev_reservation_lock); in target_pr_res_pr_holder_tg_port_show()
1982 spin_lock(&dev->dev_reservation_lock); in target_pr_res_pr_type_show()
1991 spin_unlock(&dev->dev_reservation_lock); in target_pr_res_pr_type_show()
H A Dtarget_core_device.c721 spin_lock_init(&dev->dev_reservation_lock); in target_alloc_device()
/linux/include/target/
H A Dtarget_core_base.h834 spinlock_t dev_reservation_lock; member