Searched refs:MAX_CIFS_HDR_SIZE (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dtransport.c521 if (receive_len > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) {
606 if (in_buf->smb_buf_length > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) {
711 if (receive_len > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) {
840 if (in_buf->smb_buf_length > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) {
956 if (receive_len > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) {
H A Dmisc.c293 memset(temp, 0, 256); /* bigger than MAX_CIFS_HDR_SIZE */
444 if (len > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) {
H A Dcifssmb.c345 CIFSMaxBufSize+MAX_CIFS_HDR_SIZE)) {
446 (__u32)CIFSMaxBufSize + MAX_CIFS_HDR_SIZE);
559 (__u32) CIFSMaxBufSize + MAX_CIFS_HDR_SIZE);
1483 bytes_sent = (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE)
2489 MAX_CIFS_HDR_SIZE) & 0xFFFFFF00);
2575 MAX_CIFS_HDR_SIZE) & 0xFFFFFF00);
3648 MAX_CIFS_HDR_SIZE) & 0xFFFFFF00);
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 - MAX_CIFS_HDR_SIZE <
[all...]
H A Dcifsfs.c139 /* if (cifs_sb->tcon->ses->server->maxBuf > MAX_CIFS_HDR_SIZE + 512)
141 cifs_sb->tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE; */
778 MAX_CIFS_HDR_SIZE, 0,
H A Dconnect.c482 if ((pdu_length > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) ||
2665 (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE));
2668 (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE));
H A Dcifspdu.h109 #define MAX_CIFS_HDR_SIZE 0x58 /* 4 len + 32 hdr + (2*24 wct) + 2 bct + 2 pad */ macro
H A Dinode.c56 PAGE_CACHE_SIZE + MAX_CIFS_HDR_SIZE)

Completed in 73 milliseconds