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:vxfs_inode_cachep
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/freevxfs/
H
A
D
vxfs_super.c
56
static struct kmem_cache *
vxfs_inode_cachep
;
variable
127
vi = kmem_cache_alloc(
vxfs_inode_cachep
, GFP_KERNEL);
in vxfs_alloc_inode()
136
kmem_cache_free(
vxfs_inode_cachep
, VXFS_INO(inode));
in vxfs_free_inode()
330
vxfs_inode_cachep
= kmem_cache_create_usercopy("vxfs_inode",
in vxfs_init()
337
if (!
vxfs_inode_cachep
)
in vxfs_init()
341
kmem_cache_destroy(
vxfs_inode_cachep
);
in vxfs_init()
354
kmem_cache_destroy(
vxfs_inode_cachep
);
in vxfs_cleanup()
/kernel/linux/linux-6.6/fs/freevxfs/
H
A
D
vxfs_super.c
32
static struct kmem_cache *
vxfs_inode_cachep
;
variable
103
vi = alloc_inode_sb(sb,
vxfs_inode_cachep
, GFP_KERNEL);
in vxfs_alloc_inode()
112
kmem_cache_free(
vxfs_inode_cachep
, VXFS_INO(inode));
in vxfs_free_inode()
306
vxfs_inode_cachep
= kmem_cache_create_usercopy("vxfs_inode",
in vxfs_init()
313
if (!
vxfs_inode_cachep
)
in vxfs_init()
317
kmem_cache_destroy(
vxfs_inode_cachep
);
in vxfs_init()
330
kmem_cache_destroy(
vxfs_inode_cachep
);
in vxfs_cleanup()
Completed in 2 milliseconds