Lines Matching refs:lcontext
1386 buf->lcontext.LeaseKeyLow = cpu_to_le64(*((u64 *)lease_key)); in smb2_create_lease_buf()
1387 buf->lcontext.LeaseKeyHigh = cpu_to_le64(*((u64 *)(lease_key + 8))); in smb2_create_lease_buf()
1388 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb2_create_lease_buf()
1391 (struct create_lease, lcontext)); in smb2_create_lease_buf()
1413 buf->lcontext.LeaseKeyLow = cpu_to_le64(*((u64 *)lease_key)); in smb3_create_lease_buf()
1414 buf->lcontext.LeaseKeyHigh = cpu_to_le64(*((u64 *)(lease_key + 8))); in smb3_create_lease_buf()
1415 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb3_create_lease_buf()
1418 (struct create_lease_v2, lcontext)); in smb3_create_lease_buf()
1437 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS) in smb2_parse_lease_buf()
1439 return le32_to_cpu(lc->lcontext.LeaseState); in smb2_parse_lease_buf()
1447 *epoch = le16_to_cpu(lc->lcontext.Epoch); in smb3_parse_lease_buf()
1448 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS) in smb3_parse_lease_buf()
1450 return le32_to_cpu(lc->lcontext.LeaseState); in smb3_parse_lease_buf()