Home
last modified time | relevance | path

Searched refs:Length (Results 1 – 6 of 6) sorted by relevance

/fs/cifs/
Dsess.c597 tilen = le16_to_cpu(pblob->TargetInfoArray.Length); in decode_ntlmssp_challenge()
644 sec_blob->WorkstationName.Length = 0; in build_ntlmssp_negotiate_blob()
649 sec_blob->DomainName.Length = 0; in build_ntlmssp_negotiate_blob()
714 sec_blob->LmChallengeResponse.Length = 0; in build_ntlmssp_auth_blob()
724 sec_blob->NtChallengeResponse.Length = in build_ntlmssp_auth_blob()
732 sec_blob->NtChallengeResponse.Length = 0; in build_ntlmssp_auth_blob()
738 sec_blob->DomainName.Length = 0; in build_ntlmssp_auth_blob()
747 sec_blob->DomainName.Length = cpu_to_le16(len); in build_ntlmssp_auth_blob()
754 sec_blob->UserName.Length = 0; in build_ntlmssp_auth_blob()
763 sec_blob->UserName.Length = cpu_to_le16(len); in build_ntlmssp_auth_blob()
[all …]
Dsmb2file.c170 cur->Length = cpu_to_le64(li->length); in smb2_unlock_range()
231 cur->Length = cpu_to_le64(li->length); in smb2_push_mand_fdlocks()
Dsmb2pdu.h152 __le16 Length; /* if chained it is length, else offset */ member
162 __le32 Length; /* length of compressed playload including field below if present */ member
992 __le32 Length; /* how many bytes to copy */ member
1283 __le32 Length; member
1318 __le32 Length; member
1384 __le64 Length; member
Dntlmssp.h86 __le16 Length; member
Dsmb2pdu.c3878 req->Length = cpu_to_le32(io_parms->length); in smb2_new_read_req()
4333 req->Length = 0; in smb2_async_writev()
4378 req->Length = cpu_to_le32(wdata->bytes); in smb2_async_writev()
4380 req->Length = cpu_to_le32(wdata->bytes); in smb2_async_writev()
4458 req->Length = cpu_to_le32(io_parms->length); in SMB2_write()
5395 lock.Length = cpu_to_le64(length); in SMB2_lock()
Dsmb2ops.c1789 pcchunk->Length = in smb2_copychunk_range()
1815 le32_to_cpu(pcchunk->Length)) { in smb2_copychunk_range()