Searched refs:SMB3_DEFAULT_IOSIZE (Results 1 – 2 of 2) sorted by relevance
99 #define SMB3_DEFAULT_IOSIZE (4 * 1024 * 1024) macro
503 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()