Home
last modified time | relevance | path

Searched refs:CIFS_DEFAULT_IOSIZE (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/server/
H A Dsmb_common.h38 #define CIFS_DEFAULT_IOSIZE (64 * 1024) macro
/linux/fs/smb/client/
H A Dcifsglob.h977 #define CIFS_DEFAULT_IOSIZE (1024 * 1024) macro
H A Dsmb2ops.c480 wsize = ctx->wsize ? ctx->wsize : CIFS_DEFAULT_IOSIZE; in smb2_negotiate_wsize()
527 rsize = ctx->rsize ? ctx->rsize : CIFS_DEFAULT_IOSIZE; in smb2_negotiate_rsize()