Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb1transport.c251 if (in_len > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) { in SendReceive()
392 if (byte_count > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) { in coalesce_t2()
H A Dsmb1session.c52 CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4, in cifs_ssetup_hdr()
H A Dsmb1ops.c1485 .max_header_size = MAX_CIFS_HDR_SIZE,
H A Dsmb1pdu.h90 #define MAX_CIFS_HDR_SIZE 0x54 /* 32 hdr + (2*24 wct) + 2 bct + 2 pad */ macro
H A Dcifssmb.c357 total_size >= CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) in validate_t2()
1818 bytes_sent = (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE) in CIFSSMBWrite()
H A Dinode.c69 if (tcon->ses->server->max_read < PAGE_SIZE + MAX_CIFS_HDR_SIZE) in cifs_set_ops()