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:get_cache_mode
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-cache-target.c
850
static enum cache_metadata_mode
get_cache_mode
(struct cache *cache)
in get_cache_mode()
function
876
enum cache_metadata_mode old_mode =
get_cache_mode
(cache);
in set_cache_mode()
918
if (
get_cache_mode
(cache) >= CM_READ_ONLY)
in abort_transaction()
958
if (
get_cache_mode
(cache) >= CM_READ_ONLY)
in save_stats()
1745
if (
get_cache_mode
(cache) >= CM_READ_ONLY)
in commit()
2459
if (
get_cache_mode
(cache) != CM_WRITE) {
in cache_create()
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()
2790
if (
get_cache_mode
(cach
in cache_postsuspend()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-cache-target.c
917
static enum cache_metadata_mode
get_cache_mode
(struct cache *cache)
in get_cache_mode()
function
943
enum cache_metadata_mode old_mode =
get_cache_mode
(cache);
in set_cache_mode()
985
if (
get_cache_mode
(cache) >= CM_READ_ONLY)
in abort_transaction()
1025
if (
get_cache_mode
(cache) >= CM_READ_ONLY)
in save_stats()
1801
if (
get_cache_mode
(cache) >= CM_READ_ONLY)
in commit()
2510
if (
get_cache_mode
(cache) != CM_WRITE) {
in cache_create()
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()
2841
if (
get_cache_mode
(cach
in cache_postsuspend()
[all...]
/kernel/linux/linux-5.10/fs/9p/
H
A
D
v9fs.c
82
static int
get_cache_mode
(char *s)
in get_cache_mode()
function
296
r =
get_cache_mode
(s);
in v9fs_parse_options()
/kernel/linux/linux-6.6/fs/9p/
H
A
D
v9fs.c
70
static int
get_cache_mode
(char *s)
in get_cache_mode()
function
299
r =
get_cache_mode
(s);
in v9fs_parse_options()
Completed in 10 milliseconds