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:i_unsafe_iops
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
super.h
413
struct list_head
i_unsafe_iops
; /* uncommitted mds inode ops */
member
H
A
D
caps.c
2316
if (!list_empty(&ci->
i_unsafe_iops
)) {
in unsafe_request_wait()
2317
req2 = list_last_entry(&ci->
i_unsafe_iops
,
in unsafe_request_wait()
2360
list_for_each_entry(req, &ci->
i_unsafe_iops
,
in unsafe_request_wait()
H
A
D
inode.c
519
INIT_LIST_HEAD(&ci->
i_unsafe_iops
);
in ceph_alloc_inode()
H
A
D
mds_client.c
3283
&ci->
i_unsafe_iops
);
in handle_reply()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
super.h
448
struct list_head
i_unsafe_iops
; /* uncommitted mds inode ops */
member
H
A
D
caps.c
2326
if (!list_empty(&ci->
i_unsafe_iops
)) {
in flush_mdlog_and_wait_inode_unsafe_requests()
2327
req2 = list_last_entry(&ci->
i_unsafe_iops
,
in flush_mdlog_and_wait_inode_unsafe_requests()
2370
list_for_each_entry(req, &ci->
i_unsafe_iops
,
in flush_mdlog_and_wait_inode_unsafe_requests()
H
A
D
inode.c
645
INIT_LIST_HEAD(&ci->
i_unsafe_iops
);
in ceph_alloc_inode()
H
A
D
mds_client.c
3793
&ci->
i_unsafe_iops
);
in handle_reply()
Completed in 36 milliseconds