Home
last modified time | relevance | path

Searched refs:CIFS_MAX_MSGSIZE (Results 1 – 4 of 4) sorted by relevance

/fs/cifs/
Dcifsfs.c78 unsigned int CIFSMaxBufSize = CIFS_MAX_MSGSIZE;
211 sb->s_blocksize = CIFS_MAX_MSGSIZE; in cifs_read_super()
Dcifspdu.h123 #define CIFS_MAX_MSGSIZE (4*4096) macro
Dconnect.c2093 if ((option < CIFS_MAX_MSGSIZE) || in cifs_parse_mount_options()
Dsmb2pdu.c3842 if ((*nbytes > CIFS_MAX_MSGSIZE) || in SMB2_read()