Searched refs:CIFS_MAX_RSIZE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/cifs/ | ||
| D | smb1ops.c | 503 rsize = min_t(unsigned int, rsize, CIFS_MAX_RSIZE); in cifs_negotiate_rsize() |
| D | cifsglob.h | 887 #define CIFS_MAX_RSIZE ((1<<24) - sizeof(READ_RSP) + 4) macro |