Lines Matching refs:handle_timeout
1456 vol->handle_timeout = 0; /* See MS-SMB2 spec section 2.2.14.2.12 */
1906 vol->handle_timeout = option;
1907 if (vol->handle_timeout > SMB3_MAX_HANDLE_TIMEOUT) {
3167 if (tcon->handle_timeout != volume_info->handle_timeout)
3291 if (volume_info->handle_timeout) {
3298 tcon->handle_timeout = volume_info->handle_timeout;
5124 vol_info->handle_timeout = master_tcon->handle_timeout;