Searched refs:sa_res_key (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/drivers/target/ |
D | target_core_pr.c | 637 u64 sa_res_key, in __core_scsi3_do_alloc_registration() argument 668 pr_reg->pr_res_key = sa_res_key; in __core_scsi3_do_alloc_registration() 697 u64 sa_res_key, in __core_scsi3_alloc_registration() argument 712 sa_res_key, all_tg_pt, aptpl); in __core_scsi3_alloc_registration() 789 sa_res_key, all_tg_pt, aptpl); in __core_scsi3_alloc_registration() 825 u64 sa_res_key, in core_scsi3_alloc_aptpl_registration() argument 838 if (!i_port || !t_port || !sa_res_key) { in core_scsi3_alloc_aptpl_registration() 860 pr_reg->pr_res_key = sa_res_key; in core_scsi3_alloc_aptpl_registration() 1117 u64 sa_res_key, in core_scsi3_alloc_registration() argument 1126 sa_res_key, all_tg_pt, aptpl); in core_scsi3_alloc_registration() [all …]
|
D | target_core_configfs.c | 1429 u64 sa_res_key = 0; in target_core_dev_pr_store_attr_res_aptpl_metadata() local 1506 sa_res_key = (u64)tmp_ll; in target_core_dev_pr_store_attr_res_aptpl_metadata() 1572 if (!i_port || !t_port || !sa_res_key) { in target_core_dev_pr_store_attr_res_aptpl_metadata() 1585 ret = core_scsi3_alloc_aptpl_registration(&su_dev->t10_pr, sa_res_key, in target_core_dev_pr_store_attr_res_aptpl_metadata()
|