Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dsmb2pdu.h99 #define SMB3_DEFAULT_IOSIZE (4 * 1024 * 1024) macro
/linux/fs/smb/client/
H A Dsmb2ops.c503 wsize = ctx->got_wsize ? ctx->vol_wsize : SMB3_DEFAULT_IOSIZE; in smb3_negotiate_wsize()
554 rsize = ctx->got_rsize ? ctx->vol_rsize : SMB3_DEFAULT_IOSIZE; in smb3_negotiate_rsize()