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:cached_context
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
snap.c
199
ceph_put_snap_context(realm->
cached_context
);
in __destroy_snap_realm()
336
if (!parent->
cached_context
) {
in build_snap_context()
341
num += parent->
cached_context
->num_snaps;
in build_snap_context()
348
if (realm->
cached_context
&&
in build_snap_context()
349
realm->
cached_context
->seq == realm->seq &&
in build_snap_context()
351
realm->
cached_context
->seq >= parent->
cached_context
->seq)) {
in build_snap_context()
354
realm->ino, realm, realm->
cached_context
,
in build_snap_context()
355
realm->
cached_context
->seq,
in build_snap_context()
356
(unsigned int)realm->
cached_context
in build_snap_context()
[all...]
H
A
D
super.h
878
struct ceph_snap_context *
cached_context
;
member
H
A
D
caps.c
1737
ci->i_snap_realm->
cached_context
);
in __ceph_mark_dirty_caps()
2696
ci->i_snap_realm->
cached_context
);
in ceph_take_cap_refs()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
snap.c
205
ceph_put_snap_context(realm->
cached_context
);
in __destroy_snap_realm()
347
if (!parent->
cached_context
) {
in build_snap_context()
352
num += parent->
cached_context
->num_snaps;
in build_snap_context()
359
if (realm->
cached_context
&&
in build_snap_context()
360
realm->
cached_context
->seq == realm->seq &&
in build_snap_context()
362
realm->
cached_context
->seq >= parent->
cached_context
->seq)) {
in build_snap_context()
364
__func__, realm->ino, realm, realm->
cached_context
,
in build_snap_context()
365
realm->
cached_context
->seq,
in build_snap_context()
366
(unsigned int)realm->
cached_context
in build_snap_context()
[all...]
H
A
D
super.h
939
struct ceph_snap_context *
cached_context
;
member
H
A
D
caps.c
1781
ci->i_snap_realm->
cached_context
);
in __ceph_mark_dirty_caps()
2714
ci->i_snap_realm->
cached_context
);
in ceph_take_cap_refs()
Completed in 18 milliseconds