Home
last modified time | relevance | path

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

/fs/smb/client/
A Dfs_context.h323 __u32 handle_timeout; /* persistent and durable handle timeout in ms */ member
A Dfs_context.c1418 ctx->handle_timeout = result.uint_32; in smb3_fs_context_parse_param()
1419 if (ctx->handle_timeout > SMB3_MAX_HANDLE_TIMEOUT) { in smb3_fs_context_parse_param()
1895 ctx->handle_timeout = 0; /* See MS-SMB2 spec section 2.2.14.2.12 */ in smb3_init_fs_context()
A Dsmb2file.c214 cpu_to_le32(oparms->tcon->handle_timeout); in smb2_open_file()
A Dconnect.c2561 if (tcon->handle_timeout != ctx->handle_timeout) in match_tcon()
2725 if (ctx->handle_timeout) { in cifs_get_tcon()
2732 tcon->handle_timeout = ctx->handle_timeout; in cifs_get_tcon()
4394 ctx->handle_timeout = master_tcon->handle_timeout; in cifs_construct_tcon()
A Dcifsfs.c754 if (tcon->handle_timeout) in cifs_show_options()
755 seq_printf(s, ",handletimeout=%u", tcon->handle_timeout); in cifs_show_options()
A Dcifsglob.h1317 __u32 handle_timeout; /* persistent and durable handle timeout in ms */ member
A Dsmb2pdu.c2451 buf->dcontext.Timeout = cpu_to_le32(oparms->tcon->handle_timeout); in create_durable_v2_buf()

Completed in 721 milliseconds