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:D_CONSISTENT
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_strings.c
58
[
D_CONSISTENT
] = "Consistent",
H
A
D
drbd_state.c
1105
/*
D_CONSISTENT
and D_OUTDATED vanish when we get connected */
in sanitize_state()
1107
if (ns.disk ==
D_CONSISTENT
|| ns.disk == D_OUTDATED)
in sanitize_state()
1109
if (ns.pdsk ==
D_CONSISTENT
|| ns.pdsk == D_OUTDATED)
in sanitize_state()
1149
pdsk_max =
D_CONSISTENT
; /* D_OUTDATED would be nice. But explicit outdate necessary*/
in sanitize_state()
1433
if (os.disk <
D_CONSISTENT
&& ns.disk >=
D_CONSISTENT
)
in _drbd_set_state()
H
A
D
drbd_nl.c
452
if (get_ldev_if_state(device,
D_CONSISTENT
)) {
in highest_fencing_policy()
663
device->state.disk ==
D_CONSISTENT
&& mask.pdsk == 0) {
in drbd_set_role()
2116
otherwise into
D_CONSISTENT
state.
in drbd_adm_attach()
2120
ns.disk =
D_CONSISTENT
;
in drbd_adm_attach()
2131
if (ns.disk ==
D_CONSISTENT
&&
in drbd_adm_attach()
H
A
D
drbd_receiver.c
3607
device->state.role == R_PRIMARY && device->state.disk >=
D_CONSISTENT
) {
in __must_hold()
4460
real_peer_disk = device->p_uuid[UI_FLAGS] & 4 ? D_INCONSISTENT :
D_CONSISTENT
;
in receive_state()
4479
* transition from
D_CONSISTENT
to D_UP_TO_DATE as well.
in receive_state()
4481
if ((os.pdsk == D_INCONSISTENT || os.pdsk ==
D_CONSISTENT
) &&
in receive_state()
4599
if (ns.pdsk ==
D_CONSISTENT
&& drbd_suspended(device) && ns.conn == C_CONNECTED && os.conn < C_CONNECTED &&
in receive_state()
H
A
D
drbd_int.h
2202
case
D_CONSISTENT
:
in drbd_state_is_stable()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_strings.c
58
[
D_CONSISTENT
] = "Consistent",
H
A
D
drbd_state.c
1105
/*
D_CONSISTENT
and D_OUTDATED vanish when we get connected */
in sanitize_state()
1107
if (ns.disk ==
D_CONSISTENT
|| ns.disk == D_OUTDATED)
in sanitize_state()
1109
if (ns.pdsk ==
D_CONSISTENT
|| ns.pdsk == D_OUTDATED)
in sanitize_state()
1149
pdsk_max =
D_CONSISTENT
; /* D_OUTDATED would be nice. But explicit outdate necessary*/
in sanitize_state()
1435
if (os.disk <
D_CONSISTENT
&& ns.disk >=
D_CONSISTENT
)
in _drbd_set_state()
H
A
D
drbd_nl.c
452
if (get_ldev_if_state(device,
D_CONSISTENT
)) {
in highest_fencing_policy()
663
device->state.disk ==
D_CONSISTENT
&& mask.pdsk == 0) {
in drbd_set_role()
2057
otherwise into
D_CONSISTENT
state.
in drbd_adm_attach()
2061
ns.disk =
D_CONSISTENT
;
in drbd_adm_attach()
2072
if (ns.disk ==
D_CONSISTENT
&&
in drbd_adm_attach()
H
A
D
drbd_receiver.c
3569
device->state.role == R_PRIMARY && device->state.disk >=
D_CONSISTENT
) {
in __must_hold()
4413
real_peer_disk = device->p_uuid[UI_FLAGS] & 4 ? D_INCONSISTENT :
D_CONSISTENT
;
in receive_state()
4432
* transition from
D_CONSISTENT
to D_UP_TO_DATE as well.
in receive_state()
4434
if ((os.pdsk == D_INCONSISTENT || os.pdsk ==
D_CONSISTENT
) &&
in receive_state()
4552
if (ns.pdsk ==
D_CONSISTENT
&& drbd_suspended(device) && ns.conn == C_CONNECTED && os.conn < C_CONNECTED &&
in receive_state()
H
A
D
drbd_int.h
2132
case
D_CONSISTENT
:
in drbd_state_is_stable()
/kernel/linux/linux-5.10/include/linux/
H
A
D
drbd.h
240
D_CONSISTENT
, /* Might be D_OUTDATED, might be D_UP_TO_DATE ... */
enumerator
/kernel/linux/linux-6.6/include/linux/
H
A
D
drbd.h
233
D_CONSISTENT
, /* Might be D_OUTDATED, might be D_UP_TO_DATE ... */
enumerator
Completed in 42 milliseconds