Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb2ops.c2406 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE); in smb2_create_lease_buf()
2407 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb2_create_lease_buf()
2410 (struct create_lease, lcontext)); in smb2_create_lease_buf()
2432 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE); in smb3_create_lease_buf()
2433 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb3_create_lease_buf()
2436 (struct create_lease_v2, lcontext)); in smb3_create_lease_buf()
2455 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS) in smb2_parse_lease_buf()
2457 return le32_to_cpu(lc->lcontext.LeaseState); in smb2_parse_lease_buf()
2465 *epoch = le16_to_cpu(lc->lcontext.Epoch); in smb3_parse_lease_buf()
2466 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS) in smb3_parse_lease_buf()
[all …]
Dsmb2pdu.h715 struct lease_context lcontext; member
721 struct lease_context_v2 lcontext; member