Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/
Dsmb2ops.c19 .max_read_size = SMB21_DEFAULT_IOSIZE,
20 .max_write_size = SMB21_DEFAULT_IOSIZE,
21 .max_trans_size = SMB21_DEFAULT_IOSIZE,
Dsmb2pdu.h25 #define SMB21_DEFAULT_IOSIZE (1024 * 1024) macro