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:nr_realms
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
mds_client.c
54
int nr_caps,
nr_realms
;
member
3625
BUG_ON(!recon_state->nr_caps == !recon_state->
nr_realms
);
in send_reconnect_partial()
3647
/* placeholder for
nr_realms
(currently encoding relams) */
in send_reconnect_partial()
3664
*(addr + 1) = cpu_to_le32(recon_state->
nr_realms
);
in send_reconnect_partial()
3679
recon_state->
nr_realms
= 0;
in send_reconnect_partial()
3957
recon_state->
nr_realms
++;
in encode_snap_realms()
4098
if (recon_state.nr_caps || recon_state.
nr_realms
) {
in send_mds_reconnect()
4104
WARN_ON(recon_state.
nr_realms
!= mdsc->num_snap_realms);
in send_mds_reconnect()
4107
*(addr + 1) = cpu_to_le32(recon_state.
nr_realms
);
in send_mds_reconnect()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
mds_client.c
56
int nr_caps,
nr_realms
;
member
4191
BUG_ON(!recon_state->nr_caps == !recon_state->
nr_realms
);
in send_reconnect_partial()
4213
/* placeholder for
nr_realms
(currently encoding relams) */
in send_reconnect_partial()
4230
*(addr + 1) = cpu_to_le32(recon_state->
nr_realms
);
in send_reconnect_partial()
4245
recon_state->
nr_realms
= 0;
in send_reconnect_partial()
4529
recon_state->
nr_realms
++;
in encode_snap_realms()
4668
if (recon_state.nr_caps || recon_state.
nr_realms
) {
in send_mds_reconnect()
4674
WARN_ON(recon_state.
nr_realms
!= mdsc->num_snap_realms);
in send_mds_reconnect()
4677
*(addr + 1) = cpu_to_le32(recon_state.
nr_realms
);
in send_mds_reconnect()
Completed in 13 milliseconds