Home
last modified time | relevance | path

Searched refs:CIFS_MAX_WSIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb1ops.c459 /* hard limit of CIFS_MAX_WSIZE */ in cifs_negotiate_wsize()
460 wsize = min_t(unsigned int, wsize, CIFS_MAX_WSIZE); in cifs_negotiate_wsize()
H A Dcifsglob.h900 #define CIFS_MAX_WSIZE ((1<<24) - 1 - sizeof(WRITE_REQ) + 4) macro
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb1ops.c468 /* hard limit of CIFS_MAX_WSIZE */ in cifs_negotiate_wsize()
469 wsize = min_t(unsigned int, wsize, CIFS_MAX_WSIZE); in cifs_negotiate_wsize()
H A Dcifsglob.h935 #define CIFS_MAX_WSIZE ((1<<24) - 1 - sizeof(WRITE_REQ) + 4) macro

Completed in 14 milliseconds