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:rbd_img_is_write
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/
H
A
D
rbd.c
1435
static bool
rbd_img_is_write
(struct rbd_img_request *img_req)
in rbd_img_is_write()
function
1462
if (osd_req->r_result > 0 &&
rbd_img_is_write
(obj_req->img_request))
in rbd_osd_req_callback()
1675
if (!
rbd_img_is_write
(img_req))
in rbd_img_capture_header()
1696
if (
rbd_img_is_write
(img_request))
in rbd_img_request_destroy()
2878
if (!
rbd_img_is_write
(img_req)) {
in rbd_obj_read_from_parent()
3457
if (!
rbd_img_is_write
(img_req))
in __rbd_obj_handle_request()
3497
return
rbd_img_is_write
(img_req);
in need_exclusive_lock()
3567
if (
rbd_img_is_write
(img_req)) {
in rbd_img_object_requests()
4857
if (
rbd_img_is_write
(img_req)) {
in rbd_queue_rq()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
rbd.c
1372
static bool
rbd_img_is_write
(struct rbd_img_request *img_req)
in rbd_img_is_write()
function
1399
if (osd_req->r_result > 0 &&
rbd_img_is_write
(obj_req->img_request))
in rbd_osd_req_callback()
1612
if (!
rbd_img_is_write
(img_req))
in rbd_img_capture_header()
1633
if (
rbd_img_is_write
(img_request))
in rbd_img_request_destroy()
2815
if (!
rbd_img_is_write
(img_req)) {
in rbd_obj_read_from_parent()
3392
if (!
rbd_img_is_write
(img_req))
in __rbd_obj_handle_request()
3432
return
rbd_img_is_write
(img_req);
in need_exclusive_lock()
3502
if (
rbd_img_is_write
(img_req)) {
in rbd_img_object_requests()
4801
if (
rbd_img_is_write
(img_req)) {
in rbd_queue_rq()
Completed in 19 milliseconds