Searched refs:pr_res_holder (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_pr.c | 71 struct t10_pr_registration *pr_res_holder, in is_reservation_holder() 76 if (pr_res_holder) { in is_reservation_holder() 77 pr_res_type = pr_res_holder->pr_res_type; in is_reservation_holder() 79 return pr_res_holder == pr_reg || in is_reservation_holder() 151 if (pr_reg->pr_res_holder) { in target_check_scsi2_reservation_conflict() 879 * Set pr_res_holder from caller, the pr_reg who is the reservation in core_scsi3_alloc_aptpl_registration() 884 pr_reg->pr_res_holder = res_holder; in core_scsi3_alloc_aptpl_registration() 986 if (pr_reg->pr_res_holder) in __core_scsi3_check_aptpl_registration() 1228 struct t10_pr_registration *pr_res_holder; in core_scsi3_check_implicit_release() local 1232 pr_res_holder in core_scsi3_check_implicit_release() 70 is_reservation_holder( struct t10_pr_registration *pr_res_holder, struct t10_pr_registration *pr_reg) is_reservation_holder() argument 1353 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_res_holder; core_scsi3_free_pr_reg_from_nacl() local 1389 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_res_holder; core_scsi3_free_all_registrations() local 2282 struct t10_pr_registration *pr_reg, *pr_res_holder; core_scsi3_pro_reserve() local 2526 struct t10_pr_registration *pr_reg, *pr_reg_p, *pr_res_holder; core_scsi3_emulate_pro_release() local 2683 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_reg_n, *pr_res_holder; core_scsi3_emulate_pro_clear() local 2837 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_reg_n, *pr_res_holder; core_scsi3_pro_preempt() local 3156 struct t10_pr_registration *pr_reg, *pr_res_holder, *dest_pr_reg; core_scsi3_emulate_pro_register_and_move() local [all...] |
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_pr.c | 71 struct t10_pr_registration *pr_res_holder, in is_reservation_holder() 76 if (pr_res_holder) { in is_reservation_holder() 77 pr_res_type = pr_res_holder->pr_res_type; in is_reservation_holder() 79 return pr_res_holder == pr_reg || in is_reservation_holder() 151 if (pr_reg->pr_res_holder) { in target_check_scsi2_reservation_conflict() 878 * Set pr_res_holder from caller, the pr_reg who is the reservation in core_scsi3_alloc_aptpl_registration() 883 pr_reg->pr_res_holder = res_holder; in core_scsi3_alloc_aptpl_registration() 982 if (pr_reg->pr_res_holder) in __core_scsi3_check_aptpl_registration() 1223 struct t10_pr_registration *pr_res_holder; in core_scsi3_check_implicit_release() local 1227 pr_res_holder in core_scsi3_check_implicit_release() 70 is_reservation_holder( struct t10_pr_registration *pr_res_holder, struct t10_pr_registration *pr_reg) is_reservation_holder() argument 1347 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_res_holder; core_scsi3_free_pr_reg_from_nacl() local 1383 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_res_holder; core_scsi3_free_all_registrations() local 2265 struct t10_pr_registration *pr_reg, *pr_res_holder; core_scsi3_pro_reserve() local 2506 struct t10_pr_registration *pr_reg, *pr_reg_p, *pr_res_holder; core_scsi3_emulate_pro_release() local 2663 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_reg_n, *pr_res_holder; core_scsi3_emulate_pro_clear() local 2816 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_reg_n, *pr_res_holder; core_scsi3_pro_preempt() local 3150 struct t10_pr_registration *pr_reg, *pr_res_holder, *dest_pr_reg; core_scsi3_emulate_pro_register_and_move() local [all...] |
/kernel/linux/linux-5.10/include/target/ |
H A D | target_core_base.h | 353 int pr_res_holder; member 392 * a single *pr_res_holder of the reservation, but all 395 struct se_node_acl *pr_res_holder; member
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_base.h | 360 int pr_res_holder; member 399 * a single *pr_res_holder of the reservation, but all 402 struct se_node_acl *pr_res_holder; member
|
Completed in 13 milliseconds