Home
last modified time | relevance | path

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

/drivers/target/
Dtarget_core_pr.c74 int pr_res_type; in is_reservation_holder() local
77 pr_res_type = pr_res_holder->pr_res_type; in is_reservation_holder()
80 pr_res_type == PR_TYPE_WRITE_EXCLUSIVE_ALLREG || in is_reservation_holder()
81 pr_res_type == PR_TYPE_EXCLUSIVE_ACCESS_ALLREG; in is_reservation_holder()
155 if ((pr_reg->pr_res_type == PR_TYPE_WRITE_EXCLUSIVE_REGONLY) || in target_check_scsi2_reservation_conflict()
156 (pr_reg->pr_res_type == PR_TYPE_EXCLUSIVE_ACCESS_REGONLY) || in target_check_scsi2_reservation_conflict()
157 (pr_reg->pr_res_type == PR_TYPE_WRITE_EXCLUSIVE_ALLREG) || in target_check_scsi2_reservation_conflict()
158 (pr_reg->pr_res_type == PR_TYPE_EXCLUSIVE_ACCESS_ALLREG)) { in target_check_scsi2_reservation_conflict()
573 pr_reg_type = dev->dev_pr_res_holder->pr_res_type; in target_scsi3_pr_reservation_check()
862 pr_reg->pr_res_type = type; in core_scsi3_alloc_aptpl_registration()
[all …]
Dtarget_core_configfs.c1844 core_scsi3_pr_dump_type(pr_reg->pr_res_type)); in target_pr_res_pr_type_show()