Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Doplock.c1473 memcpy(buf->lcontext.LeaseKey, lease->lease_key, in create_lease_buf()
1475 buf->lcontext.LeaseFlags = lease->flags; in create_lease_buf()
1476 buf->lcontext.Epoch = cpu_to_le16(lease->epoch); in create_lease_buf()
1477 buf->lcontext.LeaseState = lease->state; in create_lease_buf()
1479 memcpy(buf->lcontext.ParentLeaseKey, lease->parent_lease_key, in create_lease_buf()
1482 (struct create_lease_v2, lcontext)); in create_lease_buf()
1495 memcpy(buf->lcontext.LeaseKey, lease->lease_key, SMB2_LEASE_KEY_SIZE);
1496 buf->lcontext.LeaseFlags = lease->flags;
1497 buf->lcontext.LeaseState = lease->state;
1499 (struct create_lease, lcontext)); in parse_lease_state()
[all...]
/linux/fs/smb/client/
H A Dsmb2ops.c4225 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE); in smb2_create_lease_buf()
4226 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb2_create_lease_buf()
4229 (struct create_lease, lcontext)); in smb2_create_lease_buf()
4251 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE); in smb3_create_lease_buf()
4252 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb3_create_lease_buf()
4253 buf->lcontext.LeaseFlags = flags; in smb3_create_lease_buf()
4255 memcpy(&buf->lcontext.ParentLeaseKey, parent_lease_key, SMB2_LEASE_KEY_SIZE); in smb3_create_lease_buf()
4258 (struct create_lease_v2, lcontext)); in smb3_create_lease_buf()
4277 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS_LE) in smb2_parse_lease_buf()
4279 return le32_to_cpu(lc->lcontext.LeaseState); in smb2_parse_lease_buf()
[all …]
/linux/fs/smb/common/
H A Dsmb2pdu.h1354 struct lease_context lcontext; member
1360 struct lease_context_v2 lcontext; member