Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb2ops.c2537 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE); in smb2_create_lease_buf()
2538 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb2_create_lease_buf()
2541 (struct create_lease, lcontext)); in smb2_create_lease_buf()
2563 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE); in smb3_create_lease_buf()
2564 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb3_create_lease_buf()
2567 (struct create_lease_v2, lcontext)); in smb3_create_lease_buf()
2586 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS) in smb2_parse_lease_buf()
2588 return le32_to_cpu(lc->lcontext.LeaseState); in smb2_parse_lease_buf()
2596 *epoch = le16_to_cpu(lc->lcontext.Epoch); in smb3_parse_lease_buf()
2597 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS) in smb3_parse_lease_buf()
[all …]
Dsmb2pdu.h723 struct lease_context lcontext; member
729 struct lease_context_v2 lcontext; member