Searched refs:maxBuf (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsglob.h168 unsigned int maxBuf; /* maxBuf specifies the maximum */ member in struct:TCP_Server_Info
H A Dcifssmb.c445 server->maxBuf = min((__u32)le16_to_cpu(rsp->MaxBufSize),
558 server->maxBuf = min(le32_to_cpu(pSMBr->MaxBufferSize),
561 cFYI(DBG2, "Max buf = %d", ses->server->maxBuf);
1483 bytes_sent = (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE)
2488 pSMB->MaxDataCount = cpu_to_le32((tcon->ses->server->maxBuf -
2574 pSMB->MaxDataCount = cpu_to_le32((tcon->ses->server->maxBuf -
3647 pSMB->MaxDataCount = cpu_to_le16((tcon->ses->server->maxBuf -
3722 if (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE <
3767 cpu_to_le16((tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE) &
3849 if (tcon->ses->server->maxBuf
[all...]
H A Dconnect.c140 server->maxBuf = 0;
559 if (check2ndT2(smb_buffer,server->maxBuf) > 0) {
2665 (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE));
2668 (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE));
2950 if (server->maxBuf != 0)
H A Dsess.c130 pSMB->req.MaxBufferSize = cpu_to_le16(ses->server->maxBuf);
H A Dfile.c1849 pTcon->ses->server->maxBuf - 128);
H A Dinode.c55 if (cifs_sb->tcon->ses->server->maxBuf <

Completed in 189 milliseconds