Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2pdu.h329 __le16 DataLength; member
350 __le16 DataLength; member
369 __le16 DataLength; member
390 __le16 DataLength; member
406 __le16 DataLength; member
421 __le16 DataLength; member
439 __le16 DataLength; member
459 __le16 DataLength; member
469 __le16 DataLength; member
556 __le16 DataLength; member
[all …]
Dsmb2pdu.c427 pneg_ctxt->DataLength = cpu_to_le16(38); in build_preauth_ctxt()
438 pneg_ctxt->DataLength = in build_compression_ctxt()
457 pneg_ctxt->DataLength = cpu_to_le16(DIV_ROUND_UP( in build_signing_ctxt()
475 pneg_ctxt->DataLength = cpu_to_le16(4); /* Cipher Count + 1 cipher */ in build_encrypt_ctxt()
479 pneg_ctxt->DataLength = cpu_to_le16(8); /* Cipher Count + 3 ciphers */ in build_encrypt_ctxt()
485 pneg_ctxt->DataLength = cpu_to_le16(6); /* Cipher Count + 2 ciphers */ in build_encrypt_ctxt()
500 pneg_ctxt->DataLength = cpu_to_le16(2 * cifs_strtoUTF16(pneg_ctxt->NetName, hostname, 100, cp)); in build_netname_ctxt()
502 return DIV_ROUND_UP(le16_to_cpu(pneg_ctxt->DataLength) + in build_netname_ctxt()
510 pneg_ctxt->DataLength = cpu_to_le16(POSIX_CTXT_DATA_LEN); in build_posix_ctxt()
599 unsigned int len = le16_to_cpu(ctxt->DataLength); in decode_preauth_context()
[all …]
Dsmb2misc.c346 *len = le32_to_cpu(((struct smb2_read_rsp *)shdr)->DataLength); in smb2_get_data_area_len()
Dsmb1ops.c85 le16_to_cpu(rsp->DataLength); in cifs_read_data_length()
Dsmb2ops.c2010 return le32_to_cpu(rsp->DataLength); in smb2_read_data_length()
4327 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in smb2_create_lease_buf()
4353 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in smb3_create_lease_buf()
Dcifspdu.h1064 __le16 DataLength; member
Dcifssmb.c1697 data_length += le16_to_cpu(pSMBr->DataLength); in CIFSSMBRead()
/fs/ksmbd/
Dsmb2pdu.h270 __le16 DataLength; member
277 __le16 DataLength; member
293 __le16 DataLength; member
307 __le16 DataLength; member
318 __le16 DataLength; member
325 __le16 DataLength; member
337 __le16 DataLength; member
619 __le32 DataLength; member
846 __le32 DataLength; member
876 __le32 DataLength; member
Doplock.c1468 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in create_lease_buf()
1485 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in create_lease_buf()
1517 if (sizeof(struct lease_context_v2) == le32_to_cpu(cc->DataLength)) { in parse_lease_state()
1579 value_len = le32_to_cpu(cc->DataLength); in smb2_find_context_vals()
1614 buf->ccontext.DataLength = cpu_to_le32(8); in create_durable_rsp_buf()
1638 buf->ccontext.DataLength = cpu_to_le32(8); in create_durable_v2_rsp_buf()
1664 buf->ccontext.DataLength = cpu_to_le32(8); in create_mxac_rsp_buf()
1686 buf->ccontext.DataLength = cpu_to_le32(32); in create_disk_id_rsp_buf()
1719 buf->ccontext.DataLength = cpu_to_le32(56); in create_posix_rsp_buf()
Dsmb2pdu.c782 pneg_ctxt->DataLength = cpu_to_le16(38); in build_preauth_ctxt()
794 pneg_ctxt->DataLength = cpu_to_le16(4); in build_encrypt_ctxt()
804 pneg_ctxt->DataLength = in build_sign_cap_ctxt()
815 pneg_ctxt->DataLength = cpu_to_le16(POSIX_CTXT_DATA_LEN); in build_posix_ctxt()
1032 clen = le16_to_cpu(pctx->DataLength); in deassemble_neg_contexts()
2618 le32_to_cpu(context->DataLength) < in smb2_create_sd_buffer()
2622 le32_to_cpu(sd_buf->ccontext.DataLength), true, false); in smb2_create_sd_buffer()
2811 le32_to_cpu(context->DataLength) < in smb2_open()
2855 le32_to_cpu(context->DataLength) < in smb2_open()
3008 if (le32_to_cpu(ea_buf->ccontext.DataLength) < in smb2_open()
[all …]