Searched refs:SMB21_DEFAULT_IOSIZE (Results 1 – 2 of 2) sorted by relevance
19 .max_read_size = SMB21_DEFAULT_IOSIZE,20 .max_write_size = SMB21_DEFAULT_IOSIZE,21 .max_trans_size = SMB21_DEFAULT_IOSIZE,
25 #define SMB21_DEFAULT_IOSIZE (1024 * 1024) macro