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:write_ordering
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_proc.c
299
write_ordering_chars[device->resource->
write_ordering
]
in drbd_seq_show()
H
A
D
drbd_receiver.c
1312
if (connection->resource->
write_ordering
>= WO_BDEV_FLUSH) {
in drbd_flush()
1459
pwo = resource->
write_ordering
;
in drbd_bump_write_ordering()
1477
resource->
write_ordering
= wo;
in drbd_bump_write_ordering()
1478
if (pwo != resource->
write_ordering
|| wo == WO_BDEV_FLUSH)
in drbd_bump_write_ordering()
1479
drbd_info(resource, "Method to ensure write ordering: %s\n", write_ordering_str[resource->
write_ordering
]);
in drbd_bump_write_ordering()
1788
switch (connection->resource->
write_ordering
) {
in receive_Barrier()
1815
drbd_err(connection, "Strangeness in connection->
write_ordering
%d\n",
in receive_Barrier()
1816
connection->resource->
write_ordering
);
in receive_Barrier()
H
A
D
drbd_int.h
673
enum write_ordering_e
write_ordering
;
member
H
A
D
drbd_nl.c
3344
resource_statistics.res_stat_write_ordering = resource->
write_ordering
;
in drbd_adm_dump_resources()
4651
resource_statistics.res_stat_write_ordering = resource->
write_ordering
;
in notify_resource_state()
H
A
D
drbd_main.c
2598
resource->
write_ordering
= WO_BDEV_FLUSH;
in drbd_create_resource()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_proc.c
299
write_ordering_chars[device->resource->
write_ordering
]
in drbd_seq_show()
H
A
D
drbd_receiver.c
1314
if (connection->resource->
write_ordering
>= WO_BDEV_FLUSH) {
in drbd_flush()
1460
pwo = resource->
write_ordering
;
in drbd_bump_write_ordering()
1478
resource->
write_ordering
= wo;
in drbd_bump_write_ordering()
1479
if (pwo != resource->
write_ordering
|| wo == WO_BDEV_FLUSH)
in drbd_bump_write_ordering()
1480
drbd_info(resource, "Method to ensure write ordering: %s\n", write_ordering_str[resource->
write_ordering
]);
in drbd_bump_write_ordering()
1776
switch (connection->resource->
write_ordering
) {
in receive_Barrier()
1803
drbd_err(connection, "Strangeness in connection->
write_ordering
%d\n",
in receive_Barrier()
1804
connection->resource->
write_ordering
);
in receive_Barrier()
H
A
D
drbd_int.h
603
enum write_ordering_e
write_ordering
;
member
H
A
D
drbd_nl.c
3288
resource_statistics.res_stat_write_ordering = resource->
write_ordering
;
in drbd_adm_dump_resources()
4595
resource_statistics.res_stat_write_ordering = resource->
write_ordering
;
in notify_resource_state()
H
A
D
drbd_main.c
2562
resource->
write_ordering
= WO_BDEV_FLUSH;
in drbd_create_resource()
Completed in 53 milliseconds