Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/
H A Ddisable-outside-tests.patch44 handle_timeout([] {
118 handle_timeout([] {
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2file.c73 cpu_to_le32(oparms->tcon->handle_timeout); in smb2_open_file()
H A Dconnect.c1456 vol->handle_timeout = 0; /* See MS-SMB2 spec section 2.2.14.2.12 */ in cifs_parse_mount_options()
1906 vol->handle_timeout = option; in cifs_parse_mount_options()
1907 if (vol->handle_timeout > SMB3_MAX_HANDLE_TIMEOUT) { in cifs_parse_mount_options()
3165 if (tcon->handle_timeout != volume_info->handle_timeout) in match_tcon()
3289 if (volume_info->handle_timeout) { in cifs_get_tcon()
3296 tcon->handle_timeout = volume_info->handle_timeout; in cifs_get_tcon()
5122 vol_info->handle_timeout = master_tcon->handle_timeout; in cifs_construct_tcon()
H A Dcifsglob.h617 __u32 handle_timeout; /* persistent and durable handle timeout in ms */ member
1162 __u32 handle_timeout; /* persistent and durable handle timeout in ms */ member
H A Dcifsfs.c628 if (tcon->handle_timeout) in cifs_show_options()
629 seq_printf(s, ",handletimeout=%u", tcon->handle_timeout); in cifs_show_options()
H A Dsmb2pdu.c2096 buf->dcontext.Timeout = cpu_to_le32(oparms->tcon->handle_timeout); in create_durable_v2_buf()
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c3352 static void handle_timeout(struct work_struct *work) in handle_timeout() function
5164 INIT_DELAYED_WORK(&osdc->timeout_work, handle_timeout); in ceph_osdc_init()