Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dtransport.c861 MAX_CIFS_HDR_SIZE - 4) { in SendReceive()
1000 MAX_CIFS_HDR_SIZE - 4) { in SendReceiveBlockingLock()
Dsmb1ops.c355 if (byte_count > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) { in coalesce_t2()
1108 .max_header_size = MAX_CIFS_HDR_SIZE,
Dcifsfs.c1062 size_t max_hdr_size = MAX_CIFS_HDR_SIZE; in cifs_init_request_bufs()
Dsess.c46 CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4, in cifs_ssetup_hdr()
Dcifspdu.h111 #define MAX_CIFS_HDR_SIZE 0x58 /* 4 len + 32 hdr + (2*24 wct) + 2 bct + 2 pad */ macro
Dinode.c62 PAGE_CACHE_SIZE + MAX_CIFS_HDR_SIZE)
Dcifssmb.c356 total_size >= CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) in validate_t2()
1831 bytes_sent = (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE) in CIFSSMBWrite()