Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cifs/
Dmisc.c391 buffer->WordCount = (char) word_count; in header_assemble()
434 smb->WordCount = 0; in checkSMB()
438 (smb->WordCount == 0)) { in checkSMB()
560 if (pSMB->hdr.WordCount != 8) in is_valid_oplock_break()
Dsess.c886 if ((smb_buf->WordCount != 3) && (smb_buf->WordCount != 4)) { in CIFS_SessSetup()
888 cERROR(1, "bad word count %d", smb_buf->WordCount); in CIFS_SessSetup()
901 if (smb_buf->WordCount == 4) { in CIFS_SessSetup()
Dtransport.c493 in_buf->WordCount = 0; in send_nt_cancel()
657 (2 * midQ->resp_buf->WordCount) + 2 /* bcc */ ) in SendReceive2()
811 (2 * out_buf->WordCount) + 2 /* bcc */ ) in SendReceive()
1023 (2 * out_buf->WordCount) + 2 /* bcc */ ) in SendReceiveBlockingLock()
Dnetmisc.c918 return (sizeof(struct smb_hdr) + (2 * ptr->WordCount) + in smbCalcSize()
925 return (sizeof(struct smb_hdr) + (2 * ptr->WordCount) + in smbCalcSize_LE()
Dconnect.c240 if (pSMB->WordCount != 10) { /* coalesce_t2 depends on this */ in check2ndT2()
3133 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon()
3134 (smb_buffer_response->WordCount == 7)) in CIFSTCon()
Dcifspdu.h428 __u8 WordCount; member
433 (2 * (smb_var)->WordCount))
Dcifssmb.c334 if (pSMB->hdr.WordCount < 10) in validate_t2()
423 if ((pSMBr->hdr.WordCount < 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate()
430 } else if ((pSMBr->hdr.WordCount == 13) in CIFSSMBNegotiate()
509 } else if (pSMBr->hdr.WordCount == 13) { in CIFSSMBNegotiate()
515 } else if (pSMBr->hdr.WordCount != 17) { in CIFSSMBNegotiate()
733 smb->hdr.WordCount = 1; in CIFSSMBEcho()