Lines Matching refs:lcontext
4077 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE);
4078 buf->lcontext.LeaseState = map_oplock_to_lease(oplock);
4081 (struct create_lease, lcontext));
4103 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE);
4104 buf->lcontext.LeaseState = map_oplock_to_lease(oplock);
4107 (struct create_lease_v2, lcontext));
4126 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS)
4128 return le32_to_cpu(lc->lcontext.LeaseState);
4136 *epoch = le16_to_cpu(lc->lcontext.Epoch);
4137 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS)
4140 memcpy(lease_key, &lc->lcontext.LeaseKey, SMB2_LEASE_KEY_SIZE);
4141 return le32_to_cpu(lc->lcontext.LeaseState);