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:BLKIF_OP_READ
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/xen/interface/io/
H
A
D
blkif.h
82
#define
BLKIF_OP_READ
0
macro
/kernel/linux/linux-6.6/include/xen/interface/io/
H
A
D
blkif.h
82
#define
BLKIF_OP_READ
0
macro
/kernel/linux/linux-5.10/drivers/block/xen-blkback/
H
A
D
common.h
406
case
BLKIF_OP_READ
:
in blkif_get_x86_32_req()
454
case
BLKIF_OP_READ
:
in blkif_get_x86_64_req()
H
A
D
blkback.c
908
(pending_req->operation !=
BLKIF_OP_READ
));
in xen_blkbk_map_seg()
1139
case
BLKIF_OP_READ
:
in __do_block_io_op()
1206
(req_operation !=
BLKIF_OP_READ
) &&
in dispatch_rw_block_io()
1213
case
BLKIF_OP_READ
:
in dispatch_rw_block_io()
/kernel/linux/linux-6.6/drivers/block/xen-blkback/
H
A
D
blkback.c
908
(pending_req->operation !=
BLKIF_OP_READ
));
in xen_blkbk_map_seg()
1083
case
BLKIF_OP_READ
:
in blkif_get_x86_32_req()
1136
case
BLKIF_OP_READ
:
in blkif_get_x86_64_req()
1244
case
BLKIF_OP_READ
:
in __do_block_io_op()
1311
(req_operation !=
BLKIF_OP_READ
) &&
in dispatch_rw_block_io()
1318
case
BLKIF_OP_READ
:
in dispatch_rw_block_io()
/kernel/linux/linux-5.10/drivers/block/
H
A
D
xen-blkfront.c
429
[
BLKIF_OP_READ
] = "read",
in op_name()
780
* The indirect operation can only be a
BLKIF_OP_READ
or
in blkif_queue_rw_req()
786
BLKIF_OP_WRITE :
BLKIF_OP_READ
;
in blkif_queue_rw_req()
794
BLKIF_OP_WRITE :
BLKIF_OP_READ
;
in blkif_queue_rw_req()
1514
if (bret->operation ==
BLKIF_OP_READ
&& info->bounce) {
in blkif_completion()
1708
case
BLKIF_OP_READ
:
in blkif_interrupt()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
xen-blkfront.c
429
[
BLKIF_OP_READ
] = "read",
in op_name()
768
* The indirect operation can only be a
BLKIF_OP_READ
or
in blkif_queue_rw_req()
774
BLKIF_OP_WRITE :
BLKIF_OP_READ
;
in blkif_queue_rw_req()
782
BLKIF_OP_WRITE :
BLKIF_OP_READ
;
in blkif_queue_rw_req()
1441
if (bret->operation ==
BLKIF_OP_READ
&& info->bounce) {
in blkif_completion()
1635
case
BLKIF_OP_READ
:
in blkif_interrupt()
Completed in 14 milliseconds