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:ceph_file_cachep
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
super.c
738
struct kmem_cache *
ceph_file_cachep
;
variable
774
ceph_file_cachep
= KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD);
in init_caches()
775
if (!
ceph_file_cachep
)
in init_caches()
803
kmem_cache_destroy(
ceph_file_cachep
);
in init_caches()
827
kmem_cache_destroy(
ceph_file_cachep
);
in destroy_caches()
H
A
D
file.c
224
fi = kmem_cache_zalloc(
ceph_file_cachep
, GFP_KERNEL);
in ceph_init_file_info()
842
kmem_cache_free(
ceph_file_cachep
, fi);
in ceph_release()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
super.c
910
struct kmem_cache *
ceph_file_cachep
;
variable
949
ceph_file_cachep
= KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD);
in init_caches()
950
if (!
ceph_file_cachep
)
in init_caches()
972
kmem_cache_destroy(
ceph_file_cachep
);
in init_caches()
999
kmem_cache_destroy(
ceph_file_cachep
);
in destroy_caches()
H
A
D
file.c
222
fi = kmem_cache_zalloc(
ceph_file_cachep
, GFP_KERNEL);
in ceph_init_file_info()
250
kmem_cache_free(
ceph_file_cachep
, fi);
in ceph_init_file_info()
936
kmem_cache_free(
ceph_file_cachep
, fi);
in ceph_release()
/kernel/linux/linux-5.10/include/linux/ceph/
H
A
D
libceph.h
282
extern struct kmem_cache *
ceph_file_cachep
;
/kernel/linux/linux-6.6/include/linux/ceph/
H
A
D
libceph.h
280
extern struct kmem_cache *
ceph_file_cachep
;
Completed in 12 milliseconds