Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_pr.c2065 if (res_key) { in core_scsi3_emulate_pro_register()
2114 " 0x%016Lx\n", res_key, in core_scsi3_emulate_pro_register()
2293 if (res_key != pr_reg->pr_res_key) { in core_scsi3_pro_reserve()
2415 u64 res_key) in core_scsi3_emulate_pro_reserve() argument
2501 u64 res_key) in core_scsi3_emulate_pro_release() argument
2568 if (res_key != pr_reg->pr_res_key) { in core_scsi3_emulate_pro_release()
2687 if (res_key != pr_reg_n->pr_res_key) { in core_scsi3_emulate_pro_clear()
2834 if (pr_reg_n->pr_res_key != res_key) { in core_scsi3_pro_preempt()
3185 if (res_key != pr_reg->pr_res_key) { in core_scsi3_emulate_pro_register_and_move()
3581 u64 res_key, sa_res_key; in target_scsi3_emulate_pr_out() local
[all …]
/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c1473 struct resume_key_req *res_key; in SMB2_request_res_key() local
1477 CIFSMaxBufSize, (char **)&res_key, &ret_data_len); in SMB2_request_res_key()
1491 memcpy(pcchunk->SourceKey, res_key->ResumeKey, COPY_CHUNK_RES_KEY_SIZE); in SMB2_request_res_key()
1494 kfree(res_key); in SMB2_request_res_key()