Lines Matching refs:lcontext
1447 buf->lcontext.LeaseKeyLow = cpu_to_le64(*((u64 *)lease_key)); in smb2_create_lease_buf()
1448 buf->lcontext.LeaseKeyHigh = cpu_to_le64(*((u64 *)(lease_key + 8))); in smb2_create_lease_buf()
1449 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb2_create_lease_buf()
1452 (struct create_lease, lcontext)); in smb2_create_lease_buf()
1474 buf->lcontext.LeaseKeyLow = cpu_to_le64(*((u64 *)lease_key)); in smb3_create_lease_buf()
1475 buf->lcontext.LeaseKeyHigh = cpu_to_le64(*((u64 *)(lease_key + 8))); in smb3_create_lease_buf()
1476 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb3_create_lease_buf()
1479 (struct create_lease_v2, lcontext)); in smb3_create_lease_buf()
1498 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS) in smb2_parse_lease_buf()
1500 return le32_to_cpu(lc->lcontext.LeaseState); in smb2_parse_lease_buf()
1508 *epoch = le16_to_cpu(lc->lcontext.Epoch); in smb3_parse_lease_buf()
1509 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS) in smb3_parse_lease_buf()
1511 return le32_to_cpu(lc->lcontext.LeaseState); in smb3_parse_lease_buf()