Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dcifsfs.c80 unsigned int CIFSMaxBufSize = CIFS_MAX_MSGSIZE;
219 sb->s_blocksize = CIFS_MAX_MSGSIZE; in cifs_read_super()
Dcifspdu.h123 #define CIFS_MAX_MSGSIZE (4*4096) macro
Dconnect.c1851 if ((option < CIFS_MAX_MSGSIZE) || in cifs_parse_mount_options()
Dsmb2pdu.c4120 if ((*nbytes > CIFS_MAX_MSGSIZE) || in SMB2_read()