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:ed_uuid
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_int.h
952
u64
ed_uuid
; /* UUID of the exposed data */
member
2308
int changed = device->
ed_uuid
!= val;
in drbd_set_ed_uuid()
2309
device->
ed_uuid
= val;
in drbd_set_ed_uuid()
H
A
D
drbd_debugfs.c
740
seq_printf(m, "0x%016llX\n", (unsigned long long)device->
ed_uuid
);
in device_ed_gen_id_show()
H
A
D
drbd_nl.c
1982
if (device->state.pdsk != D_UP_TO_DATE && device->
ed_uuid
&&
in drbd_adm_attach()
1984
(device->
ed_uuid
& ~((u64)1)) != (nbc->md.uuid[UI_CURRENT] & ~((u64)1))) {
in drbd_adm_attach()
1986
(unsigned long long)device->
ed_uuid
);
in drbd_adm_attach()
3390
s->dev_exposed_data_uuid = device->
ed_uuid
;
in device_to_statistics()
3821
nla_put_u64_0pad(skb, T_ed_uuid, device->
ed_uuid
) ||
in nla_put_status_info()
H
A
D
drbd_receiver.c
4305
(device->
ed_uuid
& ~((u64)1)) != (p_uuid[UI_CURRENT] & ~((u64)1))) {
in receive_uuids()
4307
(unsigned long long)device->
ed_uuid
);
in receive_uuids()
H
A
D
drbd_state.c
1093
if (device->
ed_uuid
== device->ldev->md.uuid[UI_CURRENT]) {
in sanitize_state()
H
A
D
drbd_main.c
889
(unsigned long long)device->
ed_uuid
);
in drbd_print_uuids()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_int.h
882
u64
ed_uuid
; /* UUID of the exposed data */
member
2238
int changed = device->
ed_uuid
!= val;
in drbd_set_ed_uuid()
2239
device->
ed_uuid
= val;
in drbd_set_ed_uuid()
H
A
D
drbd_debugfs.c
740
seq_printf(m, "0x%016llX\n", (unsigned long long)device->
ed_uuid
);
in device_ed_gen_id_show()
H
A
D
drbd_nl.c
1921
if (device->state.pdsk != D_UP_TO_DATE && device->
ed_uuid
&&
in drbd_adm_attach()
1923
(device->
ed_uuid
& ~((u64)1)) != (nbc->md.uuid[UI_CURRENT] & ~((u64)1))) {
in drbd_adm_attach()
1925
(unsigned long long)device->
ed_uuid
);
in drbd_adm_attach()
3334
s->dev_exposed_data_uuid = device->
ed_uuid
;
in device_to_statistics()
3765
nla_put_u64_0pad(skb, T_ed_uuid, device->
ed_uuid
) ||
in nla_put_status_info()
H
A
D
drbd_receiver.c
4258
(device->
ed_uuid
& ~((u64)1)) != (p_uuid[UI_CURRENT] & ~((u64)1))) {
in receive_uuids()
4260
(unsigned long long)device->
ed_uuid
);
in receive_uuids()
H
A
D
drbd_state.c
1093
if (device->
ed_uuid
== device->ldev->md.uuid[UI_CURRENT]) {
in sanitize_state()
H
A
D
drbd_main.c
880
(unsigned long long)device->
ed_uuid
);
in drbd_print_uuids()
Completed in 51 milliseconds