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:zero_new_blocks
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-thin.c
216
bool
zero_new_blocks
:1;
member
1367
if (len < pool->sectors_per_block && pool->pf.
zero_new_blocks
) {
in schedule_copy()
1406
if (pool->pf.
zero_new_blocks
) {
in schedule_zero()
2895
pf->
zero_new_blocks
= true;
in pool_features_init()
3160
pf->
zero_new_blocks
= false;
in parse_pool_features()
3884
unsigned count = !pf->
zero_new_blocks
+ !pf->discard_enabled +
in emit_flags()
3889
if (!pf->
zero_new_blocks
)
in emit_flags()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-thin.c
219
bool
zero_new_blocks
:1;
member
1362
if (len < pool->sectors_per_block && pool->pf.
zero_new_blocks
) {
in schedule_copy()
1401
if (pool->pf.
zero_new_blocks
) {
in schedule_zero()
2906
pf->
zero_new_blocks
= true;
in pool_features_init()
3171
pf->
zero_new_blocks
= false;
in parse_pool_features()
3889
unsigned int count = !pf->
zero_new_blocks
+ !pf->discard_enabled +
in emit_flags()
3894
if (!pf->
zero_new_blocks
)
in emit_flags()
Completed in 12 milliseconds