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:CM_READ_ONLY
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-clone-target.c
63
CM_READ_ONLY
, /* metadata may not be changed */
enumerator
184
case
CM_READ_ONLY
:
in __set_clone_mode()
206
if (get_clone_mode(clone) >=
CM_READ_ONLY
)
in __abort_transaction()
237
__set_clone_mode(clone,
CM_READ_ONLY
);
in __metadata_operation_failed()
356
if (unlikely(get_clone_mode(clone) >=
CM_READ_ONLY
)) {
in issue_bio()
439
if (unlikely(get_clone_mode(clone) >=
CM_READ_ONLY
)) {
in complete_overwrite_bio()
515
if (unlikely(get_clone_mode(clone) >=
CM_READ_ONLY
)) {
in process_discard_bio()
712
if (unlikely(get_clone_mode(clone) >=
CM_READ_ONLY
))
in hydration_update_metadata()
939
if (unlikely(get_clone_mode(clone) >=
CM_READ_ONLY
)) {
in hydrate_bio_region()
1077
if (unlikely(get_clone_mode(clone) >=
CM_READ_ONLY
))
in do_hydration()
[all...]
H
A
D
dm-cache-target.c
318
CM_READ_ONLY
, /* metadata may not be changed */
enumerator
957
new_mode =
CM_READ_ONLY
;
in set_cache_mode()
966
case
CM_READ_ONLY
:
in set_cache_mode()
985
if (get_cache_mode(cache) >=
CM_READ_ONLY
)
in abort_transaction()
1005
set_cache_mode(cache,
CM_READ_ONLY
);
in metadata_operation_failed()
1025
if (get_cache_mode(cache) >=
CM_READ_ONLY
)
in save_stats()
1801
if (get_cache_mode(cache) >=
CM_READ_ONLY
)
in commit()
2738
if (get_cache_mode(cache) >=
CM_READ_ONLY
)
in write_dirty_bitset()
2752
if (get_cache_mode(cache) >=
CM_READ_ONLY
)
in write_discard_bitset()
2779
if (get_cache_mode(cache) >=
CM_READ_ONLY
)
in write_hints()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-clone-target.c
63
CM_READ_ONLY
, /* metadata may not be changed */
enumerator
178
case
CM_READ_ONLY
:
in __set_clone_mode()
200
if (get_clone_mode(clone) >=
CM_READ_ONLY
)
in __abort_transaction()
231
__set_clone_mode(clone,
CM_READ_ONLY
);
in __metadata_operation_failed()
350
if (unlikely(get_clone_mode(clone) >=
CM_READ_ONLY
)) {
in issue_bio()
433
if (unlikely(get_clone_mode(clone) >=
CM_READ_ONLY
)) {
in complete_overwrite_bio()
509
if (unlikely(get_clone_mode(clone) >=
CM_READ_ONLY
)) {
in process_discard_bio()
706
if (unlikely(get_clone_mode(clone) >=
CM_READ_ONLY
))
in hydration_update_metadata()
933
if (unlikely(get_clone_mode(clone) >=
CM_READ_ONLY
)) {
in hydrate_bio_region()
1071
if (unlikely(get_clone_mode(clone) >=
CM_READ_ONLY
))
in do_hydration()
[all...]
H
A
D
dm-cache-target.c
249
CM_READ_ONLY
, /* metadata may not be changed */
enumerator
890
new_mode =
CM_READ_ONLY
;
in set_cache_mode()
899
case
CM_READ_ONLY
:
in set_cache_mode()
918
if (get_cache_mode(cache) >=
CM_READ_ONLY
)
in abort_transaction()
938
set_cache_mode(cache,
CM_READ_ONLY
);
in metadata_operation_failed()
958
if (get_cache_mode(cache) >=
CM_READ_ONLY
)
in save_stats()
1745
if (get_cache_mode(cache) >=
CM_READ_ONLY
)
in commit()
2687
if (get_cache_mode(cache) >=
CM_READ_ONLY
)
in write_dirty_bitset()
2701
if (get_cache_mode(cache) >=
CM_READ_ONLY
)
in write_discard_bitset()
2728
if (get_cache_mode(cache) >=
CM_READ_ONLY
)
in write_hints()
[all...]
Completed in 12 milliseconds