Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsfs.c80 unsigned int CIFSMaxBufSize = CIFS_MAX_MSGSIZE;
219 sb->s_blocksize = CIFS_MAX_MSGSIZE; in cifs_read_super()
H A Dcifspdu.h123 #define CIFS_MAX_MSGSIZE (4*4096) macro
H A Dconnect.c1864 if ((option < CIFS_MAX_MSGSIZE) || in cifs_parse_mount_options()
H A Dsmb2pdu.c4136 if ((*nbytes > CIFS_MAX_MSGSIZE) || in SMB2_read()