lcontext 3469 fs/cifs/smb2ops.c memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE); lcontext 3470 fs/cifs/smb2ops.c buf->lcontext.LeaseState = map_oplock_to_lease(oplock); lcontext 3473 fs/cifs/smb2ops.c (struct create_lease, lcontext)); lcontext 3495 fs/cifs/smb2ops.c memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE); lcontext 3496 fs/cifs/smb2ops.c buf->lcontext.LeaseState = map_oplock_to_lease(oplock); lcontext 3499 fs/cifs/smb2ops.c (struct create_lease_v2, lcontext)); lcontext 3518 fs/cifs/smb2ops.c if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS) lcontext 3520 fs/cifs/smb2ops.c return le32_to_cpu(lc->lcontext.LeaseState); lcontext 3528 fs/cifs/smb2ops.c *epoch = le16_to_cpu(lc->lcontext.Epoch); lcontext 3529 fs/cifs/smb2ops.c if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS) lcontext 3532 fs/cifs/smb2ops.c memcpy(lease_key, &lc->lcontext.LeaseKey, SMB2_LEASE_KEY_SIZE); lcontext 3533 fs/cifs/smb2ops.c return le32_to_cpu(lc->lcontext.LeaseState); lcontext 767 fs/cifs/smb2pdu.h struct lease_context lcontext; lcontext 773 fs/cifs/smb2pdu.h struct lease_context_v2 lcontext;