Lines Matching refs:lcontext
1320 buf->lcontext.LeaseKeyLow = cpu_to_le64(*((u64 *)lease_key)); in smb2_create_lease_buf()
1321 buf->lcontext.LeaseKeyHigh = cpu_to_le64(*((u64 *)(lease_key + 8))); in smb2_create_lease_buf()
1322 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb2_create_lease_buf()
1325 (struct create_lease, lcontext)); in smb2_create_lease_buf()
1347 buf->lcontext.LeaseKeyLow = cpu_to_le64(*((u64 *)lease_key)); in smb3_create_lease_buf()
1348 buf->lcontext.LeaseKeyHigh = cpu_to_le64(*((u64 *)(lease_key + 8))); in smb3_create_lease_buf()
1349 buf->lcontext.LeaseState = map_oplock_to_lease(oplock); in smb3_create_lease_buf()
1352 (struct create_lease_v2, lcontext)); in smb3_create_lease_buf()
1371 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS) in smb2_parse_lease_buf()
1373 return le32_to_cpu(lc->lcontext.LeaseState); in smb2_parse_lease_buf()
1381 *epoch = le16_to_cpu(lc->lcontext.Epoch); in smb3_parse_lease_buf()
1382 if (lc->lcontext.LeaseFlags & SMB2_LEASE_FLAG_BREAK_IN_PROGRESS) in smb3_parse_lease_buf()
1384 return le32_to_cpu(lc->lcontext.LeaseState); in smb3_parse_lease_buf()