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_pool_mode
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-thin.c
291
static enum pool_mode
get_pool_mode
(struct pool *pool)
in get_pool_mode()
function
306
enum pool_mode mode =
get_pool_mode
(pool);
in notify_of_pool_mode_change()
1449
return is_read_only_pool_mode(
get_pool_mode
(pool));
in is_read_only()
1475
if (
get_pool_mode
(pool) != PM_OUT_OF_DATA_SPACE)
in check_for_data_space()
1496
if (
get_pool_mode
(pool) >= PM_OUT_OF_METADATA_SPACE)
in commit()
1528
if (WARN_ON(
get_pool_mode
(pool) != PM_WRITE))
in alloc_data_block()
1601
enum pool_mode m =
get_pool_mode
(pool);
in should_error_unserviceable_bio()
2440
if (
get_pool_mode
(pool) == PM_OUT_OF_DATA_SPACE && !pool->pf.error_if_no_space) {
in do_no_space_timeout()
2533
enum pool_mode old_mode =
get_pool_mode
(pool);
in set_pool_mode()
2726
if (
get_pool_mode
(t
in thin_bio_map()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-thin.c
292
static enum pool_mode
get_pool_mode
(struct pool *pool)
in get_pool_mode()
function
307
enum pool_mode mode =
get_pool_mode
(pool);
in notify_of_pool_mode_change()
1444
return is_read_only_pool_mode(
get_pool_mode
(pool));
in is_read_only()
1470
if (
get_pool_mode
(pool) != PM_OUT_OF_DATA_SPACE)
in check_for_data_space()
1491
if (
get_pool_mode
(pool) >= PM_OUT_OF_METADATA_SPACE)
in commit()
1523
if (WARN_ON(
get_pool_mode
(pool) != PM_WRITE))
in alloc_data_block()
1596
enum pool_mode m =
get_pool_mode
(pool);
in should_error_unserviceable_bio()
2458
if (
get_pool_mode
(pool) == PM_OUT_OF_DATA_SPACE && !pool->pf.error_if_no_space) {
in do_no_space_timeout()
2548
enum pool_mode old_mode =
get_pool_mode
(pool);
in set_pool_mode()
2741
if (
get_pool_mode
(t
in thin_bio_map()
[all...]
Completed in 11 milliseconds