Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsfs.c102 unsigned int CIFSMaxBufSize = CIFS_MAX_MSGSIZE;
253 sb->s_blocksize = CIFS_MAX_MSGSIZE; in cifs_read_super()
H A Dfs_context.c1216 if ((result.uint_32 < CIFS_MAX_MSGSIZE) || in smb3_fs_context_parse_param()
H A Dcifspdu.h104 #define CIFS_MAX_MSGSIZE (4*4096) macro
H A Dsmb2pdu.c4730 if ((*nbytes > CIFS_MAX_MSGSIZE) || in SMB2_read()