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:bi_integrity
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-bio-record.h
29
struct bio_integrity_payload *
bi_integrity
;
member
41
bd->
bi_integrity
= bio_integrity(bio);
in dm_bio_record()
53
bio->
bi_integrity
= bd->
bi_integrity
;
in dm_bio_restore()
H
A
D
dm-integrity.c
1642
if (bio->
bi_integrity
)
in integrity_end_io()
1891
struct bio_integrity_payload *bip = dio->bio_details.
bi_integrity
;
in integrity_metadata()
2358
bio->
bi_integrity
= NULL;
in dm_integrity_map_continue()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-bio-record.h
28
struct bio_integrity_payload *
bi_integrity
;
member
41
bd->
bi_integrity
= bio_integrity(bio);
in dm_bio_record()
54
bio->
bi_integrity
= bd->
bi_integrity
;
in dm_bio_restore()
H
A
D
dm-integrity.c
1535
if (bio->
bi_integrity
)
in integrity_end_io()
1705
struct bio_integrity_payload *bip = dio->bio_details.
bi_integrity
;
in integrity_metadata()
2157
bio->
bi_integrity
= NULL;
in dm_integrity_map_continue()
/kernel/linux/linux-6.6/include/linux/
H
A
D
blk-integrity.h
115
return rq->bio->
bi_integrity
->bip_vec;
in rq_integrity_vec()
H
A
D
bio.h
357
return bio->
bi_integrity
;
in bio_integrity()
722
bip_for_each_vec(_bvl, _bio->
bi_integrity
, _iter)
H
A
D
blk_types.h
301
struct bio_integrity_payload *
bi_integrity
; /* data integrity */
member
/kernel/linux/linux-5.10/block/
H
A
D
bio-integrity.c
89
bio->
bi_integrity
= bip;
in bio_integrity_alloc()
116
bio->
bi_integrity
= NULL;
in bio_integrity_free()
/kernel/linux/linux-6.6/block/
H
A
D
bio-integrity.c
84
bio->
bi_integrity
= bip;
in bio_integrity_alloc()
110
bio->
bi_integrity
= NULL;
in bio_integrity_free()
H
A
D
bio.c
274
bio->
bi_integrity
= NULL;
in bio_init()
/kernel/linux/linux-5.10/include/linux/
H
A
D
bio.h
332
return bio->
bi_integrity
;
in bio_integrity()
723
bip_for_each_vec(_bvl, _bio->
bi_integrity
, _iter)
H
A
D
blk_types.h
242
struct bio_integrity_payload *
bi_integrity
; /* data integrity */
member
H
A
D
blkdev.h
1781
return rq->bio->
bi_integrity
->bip_vec;
in rq_integrity_vec()
Completed in 25 milliseconds