Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfs_context.h325 __u32 handle_timeout; /* persistent and durable handle timeout in ms */ member
H A Dsmb2file.c215 cpu_to_le32(oparms->tcon->handle_timeout); in smb2_open_file()
H A Dconnect.c2551 if (tcon->handle_timeout != ctx->handle_timeout) in match_tcon()
2715 if (ctx->handle_timeout) { in cifs_get_tcon()
2722 tcon->handle_timeout = ctx->handle_timeout; in cifs_get_tcon()
4392 ctx->handle_timeout = master_tcon->handle_timeout; in cifs_construct_tcon()
H A Dfs_context.c1501 ctx->handle_timeout = result.uint_32; in smb3_fs_context_parse_param()
1502 if (ctx->handle_timeout > SMB3_MAX_HANDLE_TIMEOUT) { in smb3_fs_context_parse_param()
1984 ctx->handle_timeout = 0; /* See MS-SMB2 spec section 2.2.14.2.12 */ in smb3_init_fs_context()
H A Dcifsfs.c811 if (tcon->handle_timeout) in cifs_show_options()
812 seq_printf(s, ",handletimeout=%u", tcon->handle_timeout); in cifs_show_options()
H A Dcifsglob.h1287 __u32 handle_timeout; /* persistent and durable handle timeout in ms */ member
H A Dsmb2pdu.c2514 buf->dcontext.Timeout = cpu_to_le32(oparms->tcon->handle_timeout); in create_durable_v2_buf()
/linux/net/ceph/
H A Dosd_client.c3423 static void handle_timeout(struct work_struct *work) in handle_timeout() function
5207 INIT_DELAYED_WORK(&osdc->timeout_work, handle_timeout); in ceph_osdc_init()