Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_pr.c75 int pr_res_type; in is_reservation_holder() local
78 pr_res_type = pr_res_holder->pr_res_type; in is_reservation_holder()
81 pr_res_type == PR_TYPE_WRITE_EXCLUSIVE_ALLREG || in is_reservation_holder()
82 pr_res_type == PR_TYPE_EXCLUSIVE_ACCESS_ALLREG; in is_reservation_holder()
156 if ((pr_reg->pr_res_type == PR_TYPE_WRITE_EXCLUSIVE_REGONLY) || in target_check_scsi2_reservation_conflict()
157 (pr_reg->pr_res_type == PR_TYPE_EXCLUSIVE_ACCESS_REGONLY) || in target_check_scsi2_reservation_conflict()
158 (pr_reg->pr_res_type == PR_TYPE_WRITE_EXCLUSIVE_ALLREG) || in target_check_scsi2_reservation_conflict()
159 (pr_reg->pr_res_type == PR_TYPE_EXCLUSIVE_ACCESS_ALLREG)) { in target_check_scsi2_reservation_conflict()
576 pr_reg_type = dev->dev_pr_res_holder->pr_res_type; in target_scsi3_pr_reservation_check()
863 pr_reg->pr_res_type = type; in core_scsi3_alloc_aptpl_registration()
[all …]