Home
last modified time | relevance | path

Searched refs:CIFS_MAX_RSIZE (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/client/
H A Dsmb1ops.c510 rsize = min_t(unsigned int, rsize, CIFS_MAX_RSIZE); in cifs_negotiate_rsize()
H A Dcifsglob.h966 #define CIFS_MAX_RSIZE ((1<<24) - sizeof(READ_RSP) + 4) macro