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:closetimeo
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
fs_context.h
253
unsigned long
closetimeo
;
member
H
A
D
fs_context.c
150
fsparam_u32("
closetimeo
", Opt_closetimeo),
1166
ctx->
closetimeo
= HZ * result.uint_32;
in smb3_fs_context_parse_param()
1167
if (ctx->
closetimeo
> SMB3_MAX_DCLOSETIMEO) {
in smb3_fs_context_parse_param()
1168
cifs_errorf(fc, "
closetimeo
too large\n");
in smb3_fs_context_parse_param()
1632
ctx->
closetimeo
= SMB3_DEF_DCLOSETIMEO;
in smb3_init_fs_context()
H
A
D
file.c
1086
if ((cifs_sb->ctx->
closetimeo
&& cinode->oplock == CIFS_CACHE_RHW_FLG)
in cifs_close()
1103
&cfile->deferred, cifs_sb->ctx->
closetimeo
))
in cifs_close()
1108
&cfile->deferred, cifs_sb->ctx->
closetimeo
);
in cifs_close()
H
A
D
connect.c
2798
if (old->ctx->
closetimeo
!= new->ctx->
closetimeo
)
in compare_mount_options()
H
A
D
cifsfs.c
716
seq_printf(s, ",
closetimeo
=%lu", cifs_sb->ctx->
closetimeo
/ HZ);
in cifs_show_options()
Completed in 15 milliseconds