Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb2file.c73 cpu_to_le32(oparms->tcon->handle_timeout); in smb2_open_file()
Dconnect.c1667 vol->handle_timeout = 0; /* See MS-SMB2 spec section 2.2.14.2.12 */ in cifs_parse_mount_options()
2100 vol->handle_timeout = option; in cifs_parse_mount_options()
2101 if (vol->handle_timeout > SMB3_MAX_HANDLE_TIMEOUT) { in cifs_parse_mount_options()
3314 if (tcon->handle_timeout != volume_info->handle_timeout) in match_tcon()
3432 if (volume_info->handle_timeout) { in cifs_get_tcon()
3439 tcon->handle_timeout = volume_info->handle_timeout; in cifs_get_tcon()
Dcifsglob.h608 __u32 handle_timeout; /* persistent and durable handle timeout in ms */ member
1104 __u32 handle_timeout; /* persistent and durable handle timeout in ms */ member
Dcifsfs.c611 if (tcon->handle_timeout) in cifs_show_options()
612 seq_printf(s, ",handletimeout=%u", tcon->handle_timeout); in cifs_show_options()
Dsmb2pdu.c1984 buf->dcontext.Timeout = cpu_to_le32(oparms->tcon->handle_timeout); in create_durable_v2_buf()
/Linux-v5.4/net/ceph/
Dosd_client.c3270 static void handle_timeout(struct work_struct *work) in handle_timeout() function
5150 INIT_DELAYED_WORK(&osdc->timeout_work, handle_timeout); in ceph_osdc_init()