Home
last modified time | relevance | path

Searched refs:sa_res_key (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_pr.c622 u64 sa_res_key, in __core_scsi3_do_alloc_registration()
667 pr_reg->pr_res_key = sa_res_key; in __core_scsi3_do_alloc_registration()
697 u64 sa_res_key, in __core_scsi3_alloc_registration()
713 isid, sa_res_key, all_tg_pt, in __core_scsi3_alloc_registration()
791 sa_res_key, all_tg_pt, aptpl); in __core_scsi3_alloc_registration()
823 u64 sa_res_key, in core_scsi3_alloc_aptpl_registration()
836 if (!i_port || !t_port || !sa_res_key) { in core_scsi3_alloc_aptpl_registration()
857 pr_reg->pr_res_key = sa_res_key; in core_scsi3_alloc_aptpl_registration()
1131 u64 sa_res_key, in core_scsi3_alloc_registration()
1140 isid, sa_res_key, all_tg_p in core_scsi3_alloc_registration()
615 __core_scsi3_do_alloc_registration( struct se_device *dev, struct se_node_acl *nacl, struct se_lun *lun, struct se_dev_entry *dest_deve, u64 mapped_lun, unsigned char *isid, u64 sa_res_key, int all_tg_pt, int aptpl) __core_scsi3_do_alloc_registration() argument
690 __core_scsi3_alloc_registration( struct se_device *dev, struct se_node_acl *nacl, struct se_lun *lun, struct se_dev_entry *deve, u64 mapped_lun, unsigned char *isid, u64 sa_res_key, int all_tg_pt, int aptpl) __core_scsi3_alloc_registration() argument
821 core_scsi3_alloc_aptpl_registration( struct t10_reservation *pr_tmpl, u64 sa_res_key, unsigned char *i_port, unsigned char *isid, u64 mapped_lun, unsigned char *t_port, u16 tpgt, u64 target_lun, int res_holder, int all_tg_pt, u8 type) core_scsi3_alloc_aptpl_registration() argument
1124 core_scsi3_alloc_registration( struct se_device *dev, struct se_node_acl *nacl, struct se_lun *lun, struct se_dev_entry *deve, u64 mapped_lun, unsigned char *isid, u64 sa_res_key, int all_tg_pt, int aptpl, enum register_type register_type, int register_move) core_scsi3_alloc_registration() argument
1462 core_scsi3_decode_spec_i_port( struct se_cmd *cmd, struct se_portal_group *tpg, unsigned char *l_isid, u64 sa_res_key, int all_tg_pt, int aptpl) core_scsi3_decode_spec_i_port() argument
2035 core_scsi3_emulate_pro_register(struct se_cmd *cmd, u64 res_key, u64 sa_res_key, bool aptpl, bool all_tg_pt, bool spec_i_pt, enum register_type register_type) core_scsi3_emulate_pro_register() argument
2809 core_scsi3_pro_preempt(struct se_cmd *cmd, int type, int scope, u64 res_key, u64 sa_res_key, enum preempt_type preempt_type) core_scsi3_pro_preempt() argument
3119 core_scsi3_emulate_pro_preempt(struct se_cmd *cmd, int type, int scope, u64 res_key, u64 sa_res_key, enum preempt_type preempt_type) core_scsi3_emulate_pro_preempt() argument
3140 core_scsi3_emulate_pro_register_and_move(struct se_cmd *cmd, u64 res_key, u64 sa_res_key, int aptpl, int unreg) core_scsi3_emulate_pro_register_and_move() argument
3542 target_try_pr_out_pt(struct se_cmd *cmd, u8 sa, u64 res_key, u64 sa_res_key, u8 type, bool aptpl, bool all_tg_pt, bool spec_i_pt) target_try_pr_out_pt() argument
3581 u64 res_key, sa_res_key; target_scsi3_emulate_pr_out() local
[all...]
H A Dtarget_core_configfs.c2007 {Opt_sa_res_key, "sa_res_key=%s"},
2030 u64 sa_res_key = 0; in target_pr_res_aptpl_metadata_store() local
2097 pr_err("kstrtoull() failed for sa_res_key=\n"); in target_pr_res_aptpl_metadata_store()
2100 sa_res_key = (u64)tmp_ll; in target_pr_res_aptpl_metadata_store()
2180 if (!i_port || !t_port || !sa_res_key) { in target_pr_res_aptpl_metadata_store()
2193 ret = core_scsi3_alloc_aptpl_registration(&dev->t10_pr, sa_res_key, in target_pr_res_aptpl_metadata_store()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_pr.c621 u64 sa_res_key, in __core_scsi3_do_alloc_registration()
666 pr_reg->pr_res_key = sa_res_key; in __core_scsi3_do_alloc_registration()
696 u64 sa_res_key, in __core_scsi3_alloc_registration()
712 isid, sa_res_key, all_tg_pt, in __core_scsi3_alloc_registration()
792 sa_res_key, all_tg_pt, aptpl); in __core_scsi3_alloc_registration()
824 u64 sa_res_key, in core_scsi3_alloc_aptpl_registration()
837 if (!i_port || !t_port || !sa_res_key) { in core_scsi3_alloc_aptpl_registration()
858 pr_reg->pr_res_key = sa_res_key; in core_scsi3_alloc_aptpl_registration()
1136 u64 sa_res_key, in core_scsi3_alloc_registration()
1145 isid, sa_res_key, all_tg_p in core_scsi3_alloc_registration()
614 __core_scsi3_do_alloc_registration( struct se_device *dev, struct se_node_acl *nacl, struct se_lun *lun, struct se_dev_entry *dest_deve, u64 mapped_lun, unsigned char *isid, u64 sa_res_key, int all_tg_pt, int aptpl) __core_scsi3_do_alloc_registration() argument
689 __core_scsi3_alloc_registration( struct se_device *dev, struct se_node_acl *nacl, struct se_lun *lun, struct se_dev_entry *deve, u64 mapped_lun, unsigned char *isid, u64 sa_res_key, int all_tg_pt, int aptpl) __core_scsi3_alloc_registration() argument
822 core_scsi3_alloc_aptpl_registration( struct t10_reservation *pr_tmpl, u64 sa_res_key, unsigned char *i_port, unsigned char *isid, u64 mapped_lun, unsigned char *t_port, u16 tpgt, u64 target_lun, int res_holder, int all_tg_pt, u8 type) core_scsi3_alloc_aptpl_registration() argument
1129 core_scsi3_alloc_registration( struct se_device *dev, struct se_node_acl *nacl, struct se_lun *lun, struct se_dev_entry *deve, u64 mapped_lun, unsigned char *isid, u64 sa_res_key, int all_tg_pt, int aptpl, enum register_type register_type, int register_move) core_scsi3_alloc_registration() argument
1476 core_scsi3_decode_spec_i_port( struct se_cmd *cmd, struct se_portal_group *tpg, unsigned char *l_isid, u64 sa_res_key, int all_tg_pt, int aptpl) core_scsi3_decode_spec_i_port() argument
2052 core_scsi3_emulate_pro_register(struct se_cmd *cmd, u64 res_key, u64 sa_res_key, bool aptpl, bool all_tg_pt, bool spec_i_pt, enum register_type register_type) core_scsi3_emulate_pro_register() argument
2830 core_scsi3_pro_preempt(struct se_cmd *cmd, int type, int scope, u64 res_key, u64 sa_res_key, enum preempt_type preempt_type) core_scsi3_pro_preempt() argument
3125 core_scsi3_emulate_pro_preempt(struct se_cmd *cmd, int type, int scope, u64 res_key, u64 sa_res_key, enum preempt_type preempt_type) core_scsi3_emulate_pro_preempt() argument
3146 core_scsi3_emulate_pro_register_and_move(struct se_cmd *cmd, u64 res_key, u64 sa_res_key, int aptpl, int unreg) core_scsi3_emulate_pro_register_and_move() argument
3554 u64 res_key, sa_res_key; target_scsi3_emulate_pr_out() local
[all...]
H A Dtarget_core_configfs.c1903 {Opt_sa_res_key, "sa_res_key=%s"},
1926 u64 sa_res_key = 0; in target_pr_res_aptpl_metadata_store() local
1993 pr_err("kstrtoull() failed for sa_res_key=\n"); in target_pr_res_aptpl_metadata_store()
1996 sa_res_key = (u64)tmp_ll; in target_pr_res_aptpl_metadata_store()
2076 if (!i_port || !t_port || !sa_res_key) { in target_pr_res_aptpl_metadata_store()
2089 ret = core_scsi3_alloc_aptpl_registration(&dev->t10_pr, sa_res_key, in target_pr_res_aptpl_metadata_store()

Completed in 14 milliseconds