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:src_bio
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
blk-crypto-fallback.c
148
struct bio *
src_bio
= enc_bio->bi_private;
in blk_crypto_fallback_encrypt_endio()
local
155
src_bio
->bi_status = enc_bio->bi_status;
in blk_crypto_fallback_encrypt_endio()
158
bio_endio(
src_bio
);
in blk_crypto_fallback_encrypt_endio()
261
struct bio *
src_bio
, *enc_bio;
in blk_crypto_fallback_encrypt_bio()
local
278
src_bio
= *bio_ptr;
in blk_crypto_fallback_encrypt_bio()
279
bc =
src_bio
->bi_crypt_context;
in blk_crypto_fallback_encrypt_bio()
283
enc_bio = blk_crypto_clone_bio(
src_bio
);
in blk_crypto_fallback_encrypt_bio()
285
src_bio
->bi_status = BLK_STS_RESOURCE;
in blk_crypto_fallback_encrypt_bio()
295
src_bio
->bi_status = blk_st;
in blk_crypto_fallback_encrypt_bio()
301
src_bio
in blk_crypto_fallback_encrypt_bio()
[all...]
/kernel/linux/linux-6.6/block/
H
A
D
blk-crypto-fallback.c
146
struct bio *
src_bio
= enc_bio->bi_private;
in blk_crypto_fallback_encrypt_endio()
local
153
src_bio
->bi_status = enc_bio->bi_status;
in blk_crypto_fallback_encrypt_endio()
157
bio_endio(
src_bio
);
in blk_crypto_fallback_encrypt_endio()
263
struct bio *
src_bio
, *enc_bio;
in blk_crypto_fallback_encrypt_bio()
local
280
src_bio
= *bio_ptr;
in blk_crypto_fallback_encrypt_bio()
281
bc =
src_bio
->bi_crypt_context;
in blk_crypto_fallback_encrypt_bio()
285
enc_bio = blk_crypto_fallback_clone_bio(
src_bio
);
in blk_crypto_fallback_encrypt_bio()
287
src_bio
->bi_status = BLK_STS_RESOURCE;
in blk_crypto_fallback_encrypt_bio()
298
src_bio
->bi_status = blk_st;
in blk_crypto_fallback_encrypt_bio()
304
src_bio
in blk_crypto_fallback_encrypt_bio()
[all...]
Completed in 2 milliseconds