Searched refs:MAX_CIFS_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance
245 if (in_len > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) { in SendReceive()
406 if (byte_count > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) { in coalesce_t2()1536 .max_header_size = MAX_CIFS_HDR_SIZE,
93 #define MAX_CIFS_HDR_SIZE 0x54 /* 32 hdr + (2*24 wct) + 2 bct + 2 pad */ macro
656 CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4, in cifs_ssetup_hdr()
356 total_size >= CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) in validate_t2()1677 bytes_sent = (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE) in CIFSSMBWrite()
69 PAGE_SIZE + MAX_CIFS_HDR_SIZE) in cifs_set_ops()