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:con_modes
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/ceph/
H
A
D
ceph_common.c
330
opt->
con_modes
[0] = CEPH_CON_MODE_UNKNOWN;
in ceph_alloc_options()
331
opt->
con_modes
[1] = CEPH_CON_MODE_UNKNOWN;
in ceph_alloc_options()
504
opt->
con_modes
[0] = CEPH_CON_MODE_UNKNOWN;
in ceph_parse_param()
505
opt->
con_modes
[1] = CEPH_CON_MODE_UNKNOWN;
in ceph_parse_param()
508
opt->
con_modes
[0] = CEPH_CON_MODE_CRC;
in ceph_parse_param()
509
opt->
con_modes
[1] = CEPH_CON_MODE_UNKNOWN;
in ceph_parse_param()
512
opt->
con_modes
[0] = CEPH_CON_MODE_SECURE;
in ceph_parse_param()
513
opt->
con_modes
[1] = CEPH_CON_MODE_UNKNOWN;
in ceph_parse_param()
516
opt->
con_modes
[0] = CEPH_CON_MODE_CRC;
in ceph_parse_param()
517
opt->
con_modes
[
in ceph_parse_param()
[all...]
H
A
D
auth.c
58
const int *
con_modes
)
in ceph_auth_init()
73
ac->preferred_mode =
con_modes
[0];
in ceph_auth_init()
74
ac->fallback_mode =
con_modes
[1];
in ceph_auth_init()
56
ceph_auth_init(const char *name, const struct ceph_crypto_key *key, const int *
con_modes
)
ceph_auth_init()
argument
H
A
D
mon_client.c
1170
cl->options->
con_modes
);
in ceph_monc_init()
/kernel/linux/linux-6.6/include/linux/ceph/
H
A
D
libceph.h
56
int
con_modes
[2]; /* CEPH_CON_MODE_* */
member
148
return client->options->
con_modes
[0] != CEPH_CON_MODE_UNKNOWN;
in ceph_msgr2()
H
A
D
auth.h
111
const int *
con_modes
);
Completed in 8 milliseconds