Home
last modified time | relevance | path

Searched refs:DataLength (Results 1 – 7 of 7) sorted by relevance

/fs/cifs/
Dsmb2pdu.h269 __le16 DataLength; member
282 __le16 DataLength; member
298 __le16 DataLength; member
312 __le16 DataLength; member
326 __le16 DataLength; member
334 __le16 DataLength; member
421 __le16 DataLength; member
728 __le32 DataLength; member
1155 __le32 DataLength; member
1186 __le32 DataLength; member
Dsmb2pdu.c485 pneg_ctxt->DataLength = cpu_to_le16(38); in build_preauth_ctxt()
496 pneg_ctxt->DataLength = in build_compression_ctxt()
509 pneg_ctxt->DataLength = cpu_to_le16(6); /* Cipher Count + two ciphers */ in build_encrypt_ctxt()
523 pneg_ctxt->DataLength = cpu_to_le16(2 * cifs_strtoUTF16(pneg_ctxt->NetName, hostname, 100, cp)); in build_netname_ctxt()
525 return DIV_ROUND_UP(le16_to_cpu(pneg_ctxt->DataLength) + in build_netname_ctxt()
533 pneg_ctxt->DataLength = cpu_to_le16(POSIX_CTXT_DATA_LEN); in build_posix_ctxt()
608 unsigned int len = le16_to_cpu(ctxt->DataLength); in decode_preauth_context()
624 unsigned int len = le16_to_cpu(ctxt->DataLength); in decode_compress_ctx()
645 unsigned int len = le16_to_cpu(ctxt->DataLength); in decode_encrypt_ctx()
696 clen = le16_to_cpu(pctx->DataLength); in smb311_decode_neg_context()
[all …]
Dsmb2misc.c347 *len = le32_to_cpu(((struct smb2_read_rsp *)shdr)->DataLength); in smb2_get_data_area_len()
Dsmb1ops.c84 le16_to_cpu(rsp->DataLength); in cifs_read_data_length()
Dsmb2ops.c1726 return le32_to_cpu(rsp->DataLength); in smb2_read_data_length()
3435 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in smb2_create_lease_buf()
3461 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in smb3_create_lease_buf()
Dcifspdu.h1097 __le16 DataLength; member
Dcifssmb.c1883 data_length += le16_to_cpu(pSMBr->DataLength); in CIFSSMBRead()