Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:handle_timeout
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
fs_context.h
262
__u32
handle_timeout
; /* persistent and durable handle timeout in ms */
member
H
A
D
fs_context.c
1206
ctx->
handle_timeout
= result.uint_32;
in smb3_fs_context_parse_param()
1207
if (ctx->
handle_timeout
> SMB3_MAX_HANDLE_TIMEOUT) {
in smb3_fs_context_parse_param()
1635
ctx->
handle_timeout
= 0; /* See MS-SMB2 spec section 2.2.14.2.12 */
in smb3_init_fs_context()
H
A
D
connect.c
2407
if (tcon->
handle_timeout
!= ctx->
handle_timeout
)
in match_tcon()
2561
if (ctx->
handle_timeout
) {
in cifs_get_tcon()
2568
tcon->
handle_timeout
= ctx->
handle_timeout
;
in cifs_get_tcon()
3999
ctx->
handle_timeout
= master_tcon->
handle_timeout
;
in cifs_construct_tcon()
H
A
D
smb2file.c
146
cpu_to_le32(oparms->tcon->
handle_timeout
);
in smb2_open_file()
H
A
D
cifsfs.c
700
if (tcon->
handle_timeout
)
in cifs_show_options()
701
seq_printf(s, ",handletimeout=%u", tcon->
handle_timeout
);
in cifs_show_options()
H
A
D
cifsglob.h
1237
__u32
handle_timeout
; /* persistent and durable handle timeout in ms */
member
H
A
D
smb2pdu.c
2412
buf->dcontext.Timeout = cpu_to_le32(oparms->tcon->
handle_timeout
);
in create_durable_v2_buf()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2file.c
73
cpu_to_le32(oparms->tcon->
handle_timeout
);
in smb2_open_file()
H
A
D
connect.c
1456
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()
3167
if (tcon->
handle_timeout
!= volume_info->
handle_timeout
)
in match_tcon()
3291
if (volume_info->
handle_timeout
) {
in cifs_get_tcon()
3298
tcon->
handle_timeout
= volume_info->
handle_timeout
;
in cifs_get_tcon()
5124
vol_info->
handle_timeout
= master_tcon->
handle_timeout
;
in cifs_construct_tcon()
[all...]
H
A
D
cifsglob.h
620
__u32
handle_timeout
; /* persistent and durable handle timeout in ms */
member
1165
__u32
handle_timeout
; /* persistent and durable handle timeout in ms */
member
H
A
D
cifsfs.c
634
if (tcon->
handle_timeout
)
in cifs_show_options()
635
seq_printf(s, ",handletimeout=%u", tcon->
handle_timeout
);
in cifs_show_options()
H
A
D
smb2pdu.c
2100
buf->dcontext.Timeout = cpu_to_le32(oparms->tcon->
handle_timeout
);
in create_durable_v2_buf()
/kernel/linux/linux-5.10/net/ceph/
H
A
D
osd_client.c
1346
/* touch each r_stamp for
handle_timeout
()'s benfit */
in reopen_osd()
3359
static void
handle_timeout
(struct work_struct *work)
in handle_timeout()
function
5172
INIT_DELAYED_WORK(&osdc->timeout_work,
handle_timeout
);
in ceph_osdc_init()
/kernel/linux/linux-6.6/net/ceph/
H
A
D
osd_client.c
1422
/* touch each r_stamp for
handle_timeout
()'s benfit */
in reopen_osd()
3446
static void
handle_timeout
(struct work_struct *work)
in handle_timeout()
function
5264
INIT_DELAYED_WORK(&osdc->timeout_work,
handle_timeout
);
in ceph_osdc_init()
Completed in 62 milliseconds