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:STEP_DECOMPRESS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
data.c
120
STEP_DECOMPRESS
, /* handle compressed cluster data in workqueue */
enumerator
251
if (enabled_steps & (1 <<
STEP_DECOMPRESS
)) {
in f2fs_verity_work()
270
if (ctx->enabled_steps & (1 <<
STEP_DECOMPRESS
))
in f2fs_post_read_work()
280
ctx->enabled_steps & (1 <<
STEP_DECOMPRESS
), false);
in f2fs_post_read_work()
298
ctx->enabled_steps & (1 <<
STEP_DECOMPRESS
)) {
in bio_post_read_processing()
2347
/* tag
STEP_DECOMPRESS
to handle IO in wq */
in f2fs_read_multi_pages()
2349
if (!(ctx->enabled_steps & (1 <<
STEP_DECOMPRESS
)))
in f2fs_read_multi_pages()
2350
ctx->enabled_steps |= 1 <<
STEP_DECOMPRESS
;
in f2fs_read_multi_pages()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
data.c
99
STEP_DECOMPRESS
= BIT(1),
enumerator
101
STEP_DECOMPRESS
= 0, /* compile out the decompression-related code */
173
bool may_have_compressed_pages = (ctx->enabled_steps &
STEP_DECOMPRESS
);
in f2fs_verify_bio()
231
* Handle
STEP_DECOMPRESS
by decompressing any compressed clusters whose last
235
* clusters) or be for just part of a cluster.
STEP_DECOMPRESS
just indicates
281
if (ctx->enabled_steps &
STEP_DECOMPRESS
)
in f2fs_post_read_work()
306
(STEP_DECRYPT |
STEP_DECOMPRESS
);
in f2fs_read_end_io()
312
if (enabled_steps ==
STEP_DECOMPRESS
&&
in f2fs_read_end_io()
1132
*
STEP_DECOMPRESS
is handled specially, since a compressed file might
in f2fs_grab_read_bio()
1135
* responsible for enabling
STEP_DECOMPRESS
i
in f2fs_grab_read_bio()
[all...]
Completed in 8 milliseconds