Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Doplock.c1448 memcpy(buf->lcontext.LeaseKey, lease->lease_key, in create_lease_buf()
1450 buf->lcontext.LeaseFlags = lease->flags; in create_lease_buf()
1451 buf->lcontext.Epoch = cpu_to_le16(lease->epoch); in create_lease_buf()
1452 buf->lcontext.LeaseState = lease->state; in create_lease_buf()
1454 memcpy(buf->lcontext.ParentLeaseKey, lease->parent_lease_key, in create_lease_buf()
1457 (struct create_lease_v2, lcontext)); in create_lease_buf()
1470 memcpy(buf->lcontext.LeaseKey, lease->lease_key, SMB2_LEASE_KEY_SIZE); in create_lease_buf()
1471 buf->lcontext.LeaseFlags = lease->flags; in create_lease_buf()
1472 buf->lcontext.LeaseState = lease->state; in create_lease_buf()
1474 (struct create_lease, lcontext)); in create_lease_buf()
[all …]
/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c4036 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE); in smb2_create_lease_buf()
4037 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb2_create_lease_buf()
4040 (struct create_lease, lcontext)); in smb2_create_lease_buf()
4062 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE); in smb3_create_lease_buf()
4063 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb3_create_lease_buf()
4066 (struct create_lease_v2, lcontext)); in smb3_create_lease_buf()
4085 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS_LE) in smb2_parse_lease_buf()
4087 return le32_to_cpu(lc->lcontext.LeaseState); in smb2_parse_lease_buf()
4095 *epoch = le16_to_cpu(lc->lcontext.Epoch); in smb3_parse_lease_buf()
4096 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS_LE) in smb3_parse_lease_buf()
[all …]
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h1328 struct lease_context lcontext; member
1334 struct lease_context_v2 lcontext; member