Searched refs:CIFS_MAX_WSIZE (Results 1 – 2 of 2) sorted by relevance
/fs/cifs/ | ||
D | cifsglob.h | 723 #define CIFS_MAX_WSIZE ((1<<24) - 1 - sizeof(WRITE_REQ) + 4) macro |
D | smb1ops.c | 471 wsize = min_t(unsigned int, wsize, CIFS_MAX_WSIZE); in cifs_negotiate_wsize() |