Lines Matching refs:lease_key

99 	memcpy(lease->lease_key, lctx->lease_key, SMB2_LEASE_KEY_SIZE);  in alloc_lease()
412 memcpy(lease->lease_key, lctx->lease_key, SMB2_LEASE_KEY_SIZE); in grant_write_oplock()
434 memcpy(lease->lease_key, lctx->lease_key, SMB2_LEASE_KEY_SIZE); in grant_read_oplock()
454 memcpy(lease->lease_key, lctx->lease_key, SMB2_LEASE_KEY_SIZE); in grant_none_oplock()
464 key2 = opinfo->o_lease->lease_key; in compare_guid_key()
504 ret = compare_guid_key(opinfo, client_guid, lctx->lease_key); in same_client_has_lease()
764 memcpy(rsp->LeaseKey, br_info->lease_key, SMB2_LEASE_KEY_SIZE); in __smb2_lease_break_noti()
809 memcpy(br_info->lease_key, lease->lease_key, SMB2_LEASE_KEY_SIZE); in smb2_lease_break_noti()
992 lctx->lease_key); in find_same_lease_key()
1018 memcpy(lease2->lease_key, lease1->lease_key, in copy_lease()
1279 !memcmp(op->o_lease->lease_key, brk_op->o_lease->lease_key, in smb_break_all_levII_oplock()
1338 char *LeaseKey = (char *)&lease->lease_key; in create_lease_buf()
1419 *((__le64 *)lreq->lease_key) = lc->lcontext.LeaseKeyLow; in parse_lease_state()
1420 *((__le64 *)(lreq->lease_key + 8)) = lc->lcontext.LeaseKeyHigh; in parse_lease_state()
1430 *((__le64 *)lreq->lease_key) = lc->lcontext.LeaseKeyLow; in parse_lease_state()
1431 *((__le64 *)(lreq->lease_key + 8)) = lc->lcontext.LeaseKeyHigh; in parse_lease_state()
1658 char *lease_key) in lookup_lease_in_table() argument
1687 lease_key); in lookup_lease_in_table()
1716 if (memcmp(opinfo->o_lease->lease_key, lctx->lease_key, in smb2_check_durable_oplock()