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:jbd2_inode_cache
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/jbd2/
H
A
D
journal.c
99
EXPORT_SYMBOL(
jbd2_inode_cache
);
variable
3005
struct kmem_cache *jbd2_handle_cache, *
jbd2_inode_cache
;
variable
3009
J_ASSERT(!
jbd2_inode_cache
);
in jbd2_journal_init_inode_cache()
3010
jbd2_inode_cache
= KMEM_CACHE(jbd2_inode, 0);
in jbd2_journal_init_inode_cache()
3011
if (!
jbd2_inode_cache
) {
in jbd2_journal_init_inode_cache()
3031
kmem_cache_destroy(
jbd2_inode_cache
);
in jbd2_journal_destroy_inode_cache()
3032
jbd2_inode_cache
= NULL;
in jbd2_journal_destroy_inode_cache()
/kernel/linux/linux-5.10/include/linux/
H
A
D
jbd2.h
1601
extern struct kmem_cache *
jbd2_inode_cache
;
1605
return kmem_cache_alloc(
jbd2_inode_cache
, gfp_flags);
in jbd2_alloc_inode()
1610
kmem_cache_free(
jbd2_inode_cache
, jinode);
in jbd2_free_inode()
/kernel/linux/linux-6.6/include/linux/
H
A
D
jbd2.h
1607
extern struct kmem_cache *
jbd2_inode_cache
;
1611
return kmem_cache_alloc(
jbd2_inode_cache
, gfp_flags);
in jbd2_alloc_inode()
1616
kmem_cache_free(
jbd2_inode_cache
, jinode);
in jbd2_free_inode()
/kernel/linux/linux-6.6/fs/jbd2/
H
A
D
journal.c
96
EXPORT_SYMBOL(
jbd2_inode_cache
);
variable
3081
struct kmem_cache *jbd2_handle_cache, *
jbd2_inode_cache
;
variable
3085
J_ASSERT(!
jbd2_inode_cache
);
in jbd2_journal_init_inode_cache()
3086
jbd2_inode_cache
= KMEM_CACHE(jbd2_inode, 0);
in jbd2_journal_init_inode_cache()
3087
if (!
jbd2_inode_cache
) {
in jbd2_journal_init_inode_cache()
3107
kmem_cache_destroy(
jbd2_inode_cache
);
in jbd2_journal_destroy_inode_cache()
3108
jbd2_inode_cache
= NULL;
in jbd2_journal_destroy_inode_cache()
Completed in 13 milliseconds