Home
last modified time | relevance | path

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

/linux/drivers/target/
H A 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()
575 pr_reg_type = dev->dev_pr_res_holder->pr_res_type; in target_scsi3_pr_reservation_check()
2445 int pr_res_type = 0, pr_res_scope = 0; __core_scsi3_complete_pro_release() local
3939 int format_code = 0, pr_res_type = 0, pr_res_scope = 0; core_scsi3_pri_read_full_status() local
[all...]
H A Dtarget_core_configfs.c1984 core_scsi3_pr_dump_type(pr_reg->pr_res_type)); in target_pr_res_pr_type_show()
/linux/include/target/
H A Dtarget_core_base.h371 int pr_res_type; member