Home
last modified time | relevance | path

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

/fs/smb/server/
A Dsmb2misc.c152 ((struct smb2_write_req *)hdr)->Length) { in smb2_get_data_area_len()
156 *len = le32_to_cpu(((struct smb2_write_req *)hdr)->Length); in smb2_get_data_area_len()
276 return le32_to_cpu(h->Length); in smb2_read_req_len()
281 return le32_to_cpu(h->Length); in smb2_write_req_len()
A Dntlmssp.h90 __le16 Length; member
97 __le16 Length; member
A Dauth.c327 nt_len = le16_to_cpu(authblob->NtChallengeResponse.Length); in ksmbd_decode_ntlmssp_auth_blob()
329 dn_len = le16_to_cpu(authblob->DomainName.Length); in ksmbd_decode_ntlmssp_auth_blob()
356 sess_key_len = le16_to_cpu(authblob->SessionKey.Length); in ksmbd_decode_ntlmssp_auth_blob()
470 chgblob->TargetName.Length = cpu_to_le16(uni_len); in ksmbd_build_ntlmssp_challenge_blob()
486 chgblob->TargetInfoArray.Length = 0; in ksmbd_build_ntlmssp_challenge_blob()
491 tinfo->Length = cpu_to_le16(uni_len); in ksmbd_build_ntlmssp_challenge_blob()
499 tinfo->Length = 0; in ksmbd_build_ntlmssp_challenge_blob()
502 chgblob->TargetInfoArray.Length = cpu_to_le16(target_info_len); in ksmbd_build_ntlmssp_challenge_blob()
A Dsmb2pdu.h199 __le32 Length; member
A Dsmb2pdu.c1427 name_len = le16_to_cpu(authblob->UserName.Length); in session_user()
6797 length = le32_to_cpu(req->Length); in smb2_read()
6904 length = le32_to_cpu(req->Length); in smb2_write_pipe()
7014 length = le32_to_cpu(req->Length); in smb2_write()
7026 if (req->Length != 0 || req->DataOffset != 0 || in smb2_write()
7384 lock_length = le64_to_cpu(lock_ele[i].Length); in smb2_lock()
7397 lock_length = le64_to_cpu(lock_ele[i].Length); in smb2_lock()
7732 if (le32_to_cpu(chunks[i].Length) == 0 || in fsctl_copychunk()
7733 le32_to_cpu(chunks[i].Length) > ksmbd_server_side_copy_max_chunk_size()) in fsctl_copychunk()
7735 total_size_written += le32_to_cpu(chunks[i].Length); in fsctl_copychunk()
A Dvfs.c1812 len = le32_to_cpu(chunks[i].Length); in ksmbd_vfs_copy_file_ranges()
1828 len = le32_to_cpu(chunks[i].Length); in ksmbd_vfs_copy_file_ranges()
/fs/smb/common/
A Dsmb2pdu.h246 __le32 Length; /* length of compressed playload including field below if present */ member
749 __le32 Length; member
788 __le32 Length; member
838 __le64 Length; member
1447 __le64 Length; member
1459 __le64 Length; member
/fs/smb/client/
A Dsess.c958 tilen = le16_to_cpu(pblob->TargetInfoArray.Length); in decode_ntlmssp_challenge()
1020 pbuf->Length = 0; in cifs_security_buffer_from_str()
1030 pbuf->Length = cpu_to_le16(len); in cifs_security_buffer_from_str()
1211 sec_blob->LmChallengeResponse.Length = 0; in build_ntlmssp_auth_blob()
1221 sec_blob->NtChallengeResponse.Length = in build_ntlmssp_auth_blob()
1229 sec_blob->NtChallengeResponse.Length = 0; in build_ntlmssp_auth_blob()
1256 sec_blob->SessionKey.Length = cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
1262 sec_blob->SessionKey.Length = 0; in build_ntlmssp_auth_blob()
A Dntlmssp.h73 __le16 Length; member
A Dsmb2file.c309 cur->Length = cpu_to_le64(li->length); in smb2_unlock_range()
370 cur->Length = cpu_to_le64(li->length); in smb2_push_mand_fdlocks()
A Dcompress.c280 if (le32_to_cpu(wreq->Length) < SMB_COMPRESS_MIN_LEN) in should_compress()
A Dsmb2pdu.h212 __le32 Length; /* how many bytes to copy */ member
A Dsmb2pdu.c4452 req->Length = cpu_to_le32(io_parms->length); in smb2_new_read_req()
4991 req->Length = cpu_to_le32(io_parms->length); in smb2_async_writev()
5022 req->RemainingBytes = req->Length; in smb2_async_writev()
5023 req->Length = 0; in smb2_async_writev()
5155 req->Length = cpu_to_le32(io_parms->length); in SMB2_write()
6137 lock.Length = cpu_to_le64(length); in SMB2_lock()
A Dsmb2ops.c1852 pcchunk->Length = in smb2_copychunk_range()
1878 le32_to_cpu(pcchunk->Length)) { in smb2_copychunk_range()

Completed in 696 milliseconds