Searched refs:smb_buf_length (Results 1 – 8 of 8) sorted by relevance
240 buffer->smb_buf_length = cpu_to_be32( in header_assemble()307 __u32 rfclen = be32_to_cpu(smb->smb_buf_length); in checkSMB()405 size_t len = srv->total_read - sizeof(pSMBr->hdr.smb_buf_length); in is_valid_oplock_break()501 dump_smb(void *buf, int smb_buf_length) in dump_smb() argument507 smb_buf_length, true); in dump_smb()
46 in_buf->smb_buf_length = cpu_to_be32(sizeof(struct smb_hdr) - 4 + 2); in send_nt_cancel()64 rc = smb_send(server, in_buf, be32_to_cpu(in_buf->smb_buf_length)); in send_nt_cancel()358 byte_count = be32_to_cpu(target_hdr->smb_buf_length); in coalesce_t2()366 target_hdr->smb_buf_length = cpu_to_be32(byte_count); in coalesce_t2()
438 unsigned int smb_buf_length) in smb_send() argument447 iov[1].iov_len = smb_buf_length; in smb_send()1045 unsigned int len = be32_to_cpu(in_buf->smb_buf_length); in SendReceive()1184 unsigned int len = be32_to_cpu(in_buf->smb_buf_length); in SendReceiveBlockingLock()
588 sess_data->iov[0].iov_len = be32_to_cpu(smb_buf->smb_buf_length) + 4; in sess_alloc_buffer()662 smb_buf->smb_buf_length = in sess_sendreceive()663 cpu_to_be32(be32_to_cpu(smb_buf->smb_buf_length) + count); in sess_sendreceive()
199 iov[1].iov_len = be32_to_cpu(cifs_pdu->smb_buf_length); in cifs_sign_smb()
3545 smb_buf->smb_buf_length = cpu_to_be32(0x81000044); in ip_rfc1001_connect()4420 pSMB->hdr.smb_buf_length = cpu_to_be32(be32_to_cpu( in CIFSTCon()4421 pSMB->hdr.smb_buf_length) + count); in CIFSTCon()
1792 iov[0].iov_len = be32_to_cpu(pSMB->hdr.smb_buf_length) + 4; in CIFSSMBRead()2326 smb_hdr_len = be32_to_cpu(pSMB->hdr.smb_buf_length) + 1; in CIFSSMBWrite2()2406 iov[0].iov_len = be32_to_cpu(pSMB->hdr.smb_buf_length) + 4 - in cifs_lockv()2566 iov[0].iov_len = be32_to_cpu(pSMB->hdr.smb_buf_length) + 4; in CIFSSMBPosixLock()3945 iov[0].iov_len = be32_to_cpu(pSMB->hdr.smb_buf_length) + 4; in CIFSSMBGetCIFSACL()
404 __be32 smb_buf_length; /* BB length is only two (rarely three) bytes, member