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_rd_ref
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
super.h
405
int
i_rd_ref
, i_rdcache_ref, i_wr_ref, i_wb_ref, i_fx_ref;
member
H
A
D
inode.c
506
ci->
i_rd_ref
= 0;
in ceph_alloc_inode()
1975
WARN_ON_ONCE(ci->
i_rd_ref
|| ci->i_wr_ref);
in __ceph_do_pending_vmtruncate()
H
A
D
caps.c
990
if (ci->
i_rd_ref
)
in __ceph_caps_used()
2687
ci->
i_rd_ref
++;
in ceph_take_cap_refs()
3134
if (--ci->
i_rd_ref
== 0)
in __ceph_put_cap_refs()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
super.h
440
int
i_rd_ref
, i_rdcache_ref, i_wr_ref, i_wb_ref, i_fx_ref;
member
H
A
D
caps.c
972
if (ci->
i_rd_ref
)
in __ceph_caps_used()
2705
ci->
i_rd_ref
++;
in ceph_take_cap_refs()
3161
if (--ci->
i_rd_ref
== 0)
in __ceph_put_cap_refs()
H
A
D
inode.c
632
ci->
i_rd_ref
= 0;
in ceph_alloc_inode()
2187
WARN_ON_ONCE(ci->
i_rd_ref
|| ci->i_wr_ref);
in __ceph_do_pending_vmtruncate()
Completed in 22 milliseconds