Searched refs:lcontext (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/ksmbd/ |
A D | oplock.c | 1354 buf->lcontext.LeaseFlags = lease->flags; in create_lease_buf() 1355 buf->lcontext.LeaseState = lease->state; in create_lease_buf() 1359 (struct create_lease_v2, lcontext)); in create_lease_buf() 1373 buf->lcontext.LeaseFlags = lease->flags; in create_lease_buf() 1374 buf->lcontext.LeaseState = lease->state; in create_lease_buf() 1376 (struct create_lease, lcontext)); in create_lease_buf() 1426 lreq->req_state = lc->lcontext.LeaseState; in parse_lease_state() 1427 lreq->flags = lc->lcontext.LeaseFlags; in parse_lease_state() 1428 lreq->duration = lc->lcontext.LeaseDuration; in parse_lease_state() 1436 lreq->req_state = lc->lcontext.LeaseState; in parse_lease_state() [all …]
|
/linux-6.3-rc2/fs/cifs/ |
A D | smb2ops.c | 4143 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE); in smb2_create_lease_buf() 4144 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb2_create_lease_buf() 4147 (struct create_lease, lcontext)); in smb2_create_lease_buf() 4169 memcpy(&buf->lcontext.LeaseKey, lease_key, SMB2_LEASE_KEY_SIZE); in smb3_create_lease_buf() 4170 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb3_create_lease_buf() 4173 (struct create_lease_v2, lcontext)); in smb3_create_lease_buf() 4192 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS_LE) in smb2_parse_lease_buf() 4194 return le32_to_cpu(lc->lcontext.LeaseState); in smb2_parse_lease_buf() 4202 *epoch = le16_to_cpu(lc->lcontext.Epoch); in smb3_parse_lease_buf() 4206 memcpy(lease_key, &lc->lcontext.LeaseKey, SMB2_LEASE_KEY_SIZE); in smb3_parse_lease_buf() [all …]
|
/linux-6.3-rc2/fs/smbfs_common/ |
A D | smb2pdu.h | 1203 struct lease_context lcontext; member 1209 struct lease_context_v2 lcontext; member
|
Completed in 22 milliseconds