Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dcifsfs.c66 unsigned int CIFSMaxBufSize = CIFS_MAX_MSGSIZE;
162 sb->s_blocksize = CIFS_MAX_MSGSIZE; in cifs_read_super()
Dcifspdu.h123 #define CIFS_MAX_MSGSIZE (4*4096) macro
Dinode.c2068 stat->blksize = CIFS_MAX_MSGSIZE;
Dsmb2pdu.c3266 if ((*nbytes > CIFS_MAX_MSGSIZE) || in SMB2_read()