Lines Matching refs:lcontext
4136 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE);
4137 buf->lcontext.LeaseState = map_oplock_to_lease(oplock);
4140 (struct create_lease, lcontext));
4162 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE);
4163 buf->lcontext.LeaseState = map_oplock_to_lease(oplock);
4166 (struct create_lease_v2, lcontext));
4185 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS_LE)
4187 return le32_to_cpu(lc->lcontext.LeaseState);
4195 *epoch = le16_to_cpu(lc->lcontext.Epoch);
4196 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS_LE)
4199 memcpy(lease_key, &lc->lcontext.LeaseKey, SMB2_LEASE_KEY_SIZE);
4200 return le32_to_cpu(lc->lcontext.LeaseState);