Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_create.c528 uint32_t msto; in smb2_create() local
537 msto = op->dh_timeout; in smb2_create()
538 if (msto == 0) { in smb2_create()
539 msto = (of->dh_persist) ? in smb2_create()
543 if (msto > smb2_dh_max_timeout) in smb2_create()
544 msto = smb2_dh_max_timeout; in smb2_create()
545 op->dh_timeout = msto; in smb2_create()
546 of->dh_timeout_offset = MSEC2NSEC(msto); in smb2_create()