Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_fsctl_odx.c132 uint32_t smb2_odx_write_max = (1<<24); /* 16M */ variable
670 if (args->in_xlen > smb2_odx_write_max) in smb2_fsctl_odx_write_native1()
671 args->in_xlen = smb2_odx_write_max; in smb2_fsctl_odx_write_native1()