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:keep_log
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-raid1.c
34
#define
keep_log
(p) ((p)->features & DM_RAID1_KEEP_LOG)
macro
239
if (!ms->in_sync && !
keep_log
(ms)) {
in fail_mirror()
783
if (unlikely(ms->leg_failure) && errors_handled(ms) && !
keep_log
(ms)) {
in do_writes()
827
* If the device has failed and
keep_log
is enabled,
in do_failures()
830
* If we have been told to handle errors, and
keep_log
in do_failures()
838
if (unlikely(!get_valid_mirror(ms) || (
keep_log
(ms) && ms->log_failure)))
in do_failures()
840
else if (errors_handled(ms) && !
keep_log
(ms))
in do_failures()
1044
else if (!strcmp("
keep_log
", argv[0]))
in parse_features()
1055
if (!errors_handled(ms) &&
keep_log
(ms)) {
in parse_features()
1056
ti->error = "
keep_log
featur
in parse_features()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-raid1.c
31
#define
keep_log
(p) ((p)->features & DM_RAID1_KEEP_LOG)
macro
234
if (!ms->in_sync && !
keep_log
(ms)) {
in fail_mirror()
775
if (unlikely(ms->leg_failure) && errors_handled(ms) && !
keep_log
(ms)) {
in do_writes()
819
* If the device has failed and
keep_log
is enabled,
in do_failures()
822
* If we have been told to handle errors, and
keep_log
in do_failures()
830
if (unlikely(!get_valid_mirror(ms) || (
keep_log
(ms) && ms->log_failure)))
in do_failures()
832
else if (errors_handled(ms) && !
keep_log
(ms))
in do_failures()
1032
else if (!strcmp("
keep_log
", argv[0]))
in parse_features()
1043
if (!errors_handled(ms) &&
keep_log
(ms)) {
in parse_features()
1044
ti->error = "
keep_log
featur
in parse_features()
[all...]
Completed in 4 milliseconds