Home
last modified time | relevance | path

Searched refs:sa_res_key (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_pr.c628 u64 sa_res_key, in __core_scsi3_do_alloc_registration() argument
650 pr_reg->pr_res_key = sa_res_key; in __core_scsi3_do_alloc_registration()
679 u64 sa_res_key, in __core_scsi3_alloc_registration() argument
694 sa_res_key, all_tg_pt, aptpl); in __core_scsi3_alloc_registration()
767 sa_res_key, all_tg_pt, aptpl); in __core_scsi3_alloc_registration()
800 u64 sa_res_key, in core_scsi3_alloc_aptpl_registration() argument
813 if (!i_port || !t_port || !sa_res_key) { in core_scsi3_alloc_aptpl_registration()
834 pr_reg->pr_res_key = sa_res_key; in core_scsi3_alloc_aptpl_registration()
1086 u64 sa_res_key, in core_scsi3_alloc_registration() argument
1095 sa_res_key, all_tg_pt, aptpl); in core_scsi3_alloc_registration()
[all …]
Dtarget_core_configfs.c1034 u64 sa_res_key = 0; in target_core_dev_pr_store_attr_res_aptpl_metadata() local
1103 sa_res_key = (u64)tmp_ll; in target_core_dev_pr_store_attr_res_aptpl_metadata()
1169 if (!i_port || !t_port || !sa_res_key) { in target_core_dev_pr_store_attr_res_aptpl_metadata()
1182 ret = core_scsi3_alloc_aptpl_registration(&dev->t10_pr, sa_res_key, in target_core_dev_pr_store_attr_res_aptpl_metadata()