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

/linux-master/fs/smb/server/
H A Doplock.c1463 memcpy(buf->lcontext.LeaseKey, lease->lease_key,
1465 buf->lcontext.LeaseFlags = lease->flags;
1466 buf->lcontext.Epoch = cpu_to_le16(lease->epoch);
1467 buf->lcontext.LeaseState = lease->state;
1468 memcpy(buf->lcontext.ParentLeaseKey, lease->parent_lease_key,
1471 (struct create_lease_v2, lcontext));
1484 memcpy(buf->lcontext.LeaseKey, lease->lease_key, SMB2_LEASE_KEY_SIZE);
1485 buf->lcontext.LeaseFlags = lease->flags;
1486 buf->lcontext.LeaseState = lease->state;
1488 (struct create_lease, lcontext));
[all...]
/linux-master/fs/smb/client/
H A Dsmb2ops.c4003 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE);
4004 buf->lcontext.LeaseState = map_oplock_to_lease(oplock);
4007 (struct create_lease, lcontext));
4029 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE);
4030 buf->lcontext.LeaseState = map_oplock_to_lease(oplock);
4033 (struct create_lease_v2, lcontext));
4052 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS_LE)
4054 return le32_to_cpu(lc->lcontext.LeaseState);
4062 *epoch = le16_to_cpu(lc->lcontext.Epoch);
4063 if (lc->lcontext
[all...]
/linux-master/fs/smb/common/
H A Dsmb2pdu.h1291 struct lease_context lcontext; member in struct:create_lease
1297 struct lease_context_v2 lcontext; member in struct:create_lease_v2

Completed in 143 milliseconds