Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_pr.c577 if (dev->dev_pr_res_holder->pr_reg_nacl != sess->se_node_acl) in target_scsi3_pr_reservation_check()
641 pr_reg->pr_reg_nacl = nacl; in __core_scsi3_do_alloc_registration()
854 pr_reg->pr_reg_nacl = NULL; in core_scsi3_alloc_aptpl_registration()
970 pr_reg->pr_reg_nacl = nacl; in __core_scsi3_check_aptpl_registration()
1085 struct se_node_acl *nacl_tmp = pr_reg_tmp->pr_reg_nacl; in __core_scsi3_add_registration()
1165 if (pr_reg->pr_reg_nacl != nacl) in __core_scsi3_locate_pr_reg()
1223 struct se_node_acl *nacl = pr_reg->pr_reg_nacl; in core_scsi3_check_implicit_release()
1256 (!strcmp(pr_res_holder->pr_reg_nacl->initiatorname, in core_scsi3_check_implicit_release()
1257 pr_reg->pr_reg_nacl->initiatorname)) && in core_scsi3_check_implicit_release()
1279 pr_reg->pr_reg_nacl->se_tpg->se_tpg_tfo; in __core_scsi3_free_registration()
[all …]
H A Dtarget_core_configfs.c1884 se_nacl = pr_reg->pr_reg_nacl; in target_core_dev_pr_show_spc3_res()
1976 se_nacl = pr_reg->pr_reg_nacl; in target_pr_res_pr_holder_tg_port_show()
2014 tfo = pr_reg->pr_reg_nacl->se_tpg->se_tpg_tfo; in target_pr_res_pr_registered_i_pts_show()
2019 pr_reg->pr_reg_nacl->initiatorname, i_buf, pr_reg->pr_res_key, in target_pr_res_pr_registered_i_pts_show()
/linux/include/target/
H A Dtarget_core_base.h387 struct se_node_acl *pr_reg_nacl; member