Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb2ops.c20 .max_read_size = SMB21_DEFAULT_IOSIZE,
21 .max_write_size = SMB21_DEFAULT_IOSIZE,
22 .max_trans_size = SMB21_DEFAULT_IOSIZE,
Dsmb2pdu.h113 #define SMB21_DEFAULT_IOSIZE (1024 * 1024) macro