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:enc_bio
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
blk-crypto-fallback.c
144
static void blk_crypto_fallback_encrypt_endio(struct bio *
enc_bio
)
in blk_crypto_fallback_encrypt_endio()
argument
146
struct bio *src_bio =
enc_bio
->bi_private;
in blk_crypto_fallback_encrypt_endio()
149
for (i = 0; i <
enc_bio
->bi_vcnt; i++)
in blk_crypto_fallback_encrypt_endio()
150
mempool_free(
enc_bio
->bi_io_vec[i].bv_page,
in blk_crypto_fallback_encrypt_endio()
153
src_bio->bi_status =
enc_bio
->bi_status;
in blk_crypto_fallback_encrypt_endio()
155
bio_uninit(
enc_bio
);
in blk_crypto_fallback_encrypt_endio()
156
kfree(
enc_bio
);
in blk_crypto_fallback_encrypt_endio()
263
struct bio *src_bio, *
enc_bio
;
in blk_crypto_fallback_encrypt_bio()
local
285
enc_bio
= blk_crypto_fallback_clone_bio(src_bio);
in blk_crypto_fallback_encrypt_bio()
286
if (!
enc_bio
) {
in blk_crypto_fallback_encrypt_bio()
[all...]
/kernel/linux/linux-5.10/block/
H
A
D
blk-crypto-fallback.c
146
static void blk_crypto_fallback_encrypt_endio(struct bio *
enc_bio
)
in blk_crypto_fallback_encrypt_endio()
argument
148
struct bio *src_bio =
enc_bio
->bi_private;
in blk_crypto_fallback_encrypt_endio()
151
for (i = 0; i <
enc_bio
->bi_vcnt; i++)
in blk_crypto_fallback_encrypt_endio()
152
mempool_free(
enc_bio
->bi_io_vec[i].bv_page,
in blk_crypto_fallback_encrypt_endio()
155
src_bio->bi_status =
enc_bio
->bi_status;
in blk_crypto_fallback_encrypt_endio()
157
bio_put(
enc_bio
);
in blk_crypto_fallback_encrypt_endio()
261
struct bio *src_bio, *
enc_bio
;
in blk_crypto_fallback_encrypt_bio()
local
283
enc_bio
= blk_crypto_clone_bio(src_bio);
in blk_crypto_fallback_encrypt_bio()
284
if (!
enc_bio
) {
in blk_crypto_fallback_encrypt_bio()
313
for (i = 0; i <
enc_bio
in blk_crypto_fallback_encrypt_bio()
[all...]
Completed in 2 milliseconds