Searched refs:CIFS_MAX_RSIZE (Results 1 – 2 of 2) sorted by relevance
/linux/fs/smb/client/ | ||
H A D | smb1ops.c | 510 rsize = min_t(unsigned int, rsize, CIFS_MAX_RSIZE); in cifs_negotiate_rsize() |
H A D | cifsglob.h | 968 #define CIFS_MAX_RSIZE ((1<<24) - sizeof(READ_RSP) + 4) macro |