Home
last modified time | relevance | path

Searched refs:MAX_CIFS_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux/fs/cifs/
A Dsmb1ops.c350 if (byte_count > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) { in coalesce_t2()
1240 .max_header_size = MAX_CIFS_HDR_SIZE,
A Dtransport.c1363 if (len > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) { in SendReceive()
1504 if (len > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) { in SendReceiveBlockingLock()
A Dsess.c346 CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4, in cifs_ssetup_hdr()
A Dcifspdu.h92 #define MAX_CIFS_HDR_SIZE 0x58 /* 4 len + 32 hdr + (2*24 wct) + 2 bct + 2 pad */ macro
A Dinode.c54 PAGE_SIZE + MAX_CIFS_HDR_SIZE)
A Dcifssmb.c368 total_size >= CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) in validate_t2()
1797 bytes_sent = (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE) in CIFSSMBWrite()

Completed in 37 milliseconds