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:enabled_steps
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
readpage.c
67
unsigned int
enabled_steps
;
member
137
if (ctx->
enabled_steps
& (1 << STEP_DECRYPT)) {
in bio_post_read_processing()
145
if (ctx->
enabled_steps
& (1 << STEP_VERITY)) {
in bio_post_read_processing()
210
ctx->
enabled_steps
= post_read_steps;
in ext4_set_bio_post_read_ctx()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
readpage.c
66
unsigned int
enabled_steps
;
member
132
if (ctx->
enabled_steps
& (1 << STEP_DECRYPT)) {
in bio_post_read_processing()
140
if (ctx->
enabled_steps
& (1 << STEP_VERITY)) {
in bio_post_read_processing()
205
ctx->
enabled_steps
= post_read_steps;
in ext4_set_bio_post_read_ctx()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
data.c
128
unsigned int
enabled_steps
;
member
184
f2fs_decompress_bio(ctx->bio, ctx->
enabled_steps
& (1 << STEP_VERITY));
in f2fs_decompress_work()
236
unsigned int
enabled_steps
= ctx->
enabled_steps
;
in f2fs_verity_work()
local
251
if (
enabled_steps
& (1 << STEP_DECOMPRESS)) {
in f2fs_verity_work()
267
if (ctx->
enabled_steps
& (1 << STEP_DECRYPT))
in f2fs_post_read_work()
270
if (ctx->
enabled_steps
& (1 << STEP_DECOMPRESS))
in f2fs_post_read_work()
273
if (ctx->
enabled_steps
& (1 << STEP_VERITY)) {
in f2fs_post_read_work()
280
ctx->
enabled_steps
& (1 << STEP_DECOMPRESS), false);
in f2fs_post_read_work()
297
if (ctx->
enabled_steps
in bio_post_read_processing()
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
data.c
114
unsigned int
enabled_steps
;
member
173
bool may_have_compressed_pages = (ctx->
enabled_steps
& STEP_DECOMPRESS);
in f2fs_verify_bio()
222
if (ctx && (ctx->
enabled_steps
& STEP_VERITY)) {
in f2fs_verify_and_finish_bio()
267
ctx->
enabled_steps
&= ~STEP_VERITY;
in f2fs_handle_step_decompress()
276
if ((ctx->
enabled_steps
& STEP_DECRYPT) && !fscrypt_decrypt_bio(bio)) {
in f2fs_post_read_work()
281
if (ctx->
enabled_steps
& STEP_DECOMPRESS)
in f2fs_post_read_work()
305
unsigned int
enabled_steps
= ctx->
enabled_steps
&
in f2fs_read_end_io()
local
312
if (
enabled_steps
== STEP_DECOMPRESS &&
in f2fs_read_end_io()
315
} else if (
enabled_steps
) {
in f2fs_read_end_io()
[all...]
Completed in 7 milliseconds