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:nr_caches
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/
H
A
D
cache.c
148
if (MSDOS_I(inode)->
nr_caches
< fat_max_cache(inode)) {
in fat_cache_add()
149
MSDOS_I(inode)->
nr_caches
++;
in fat_cache_add()
155
MSDOS_I(inode)->
nr_caches
--;
in fat_cache_add()
163
MSDOS_I(inode)->
nr_caches
--;
in fat_cache_add()
195
i->
nr_caches
--;
in __fat_cache_inval_inode()
H
A
D
fat.h
115
int
nr_caches
;
member
H
A
D
inode.c
772
ei->
nr_caches
= 0;
in init_once()
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
cache.c
153
if (ei->
nr_caches
< EXFAT_MAX_CACHE) {
in exfat_cache_add()
154
ei->
nr_caches
++;
in exfat_cache_add()
160
ei->
nr_caches
--;
in exfat_cache_add()
168
ei->
nr_caches
--;
in exfat_cache_add()
202
ei->
nr_caches
--;
in __exfat_cache_inval_inode()
H
A
D
exfat_fs.h
281
int
nr_caches
;
member
H
A
D
super.c
784
ei->
nr_caches
= 0;
in exfat_inode_init_once()
/kernel/linux/linux-6.6/fs/fat/
H
A
D
cache.c
148
if (MSDOS_I(inode)->
nr_caches
< fat_max_cache(inode)) {
in fat_cache_add()
149
MSDOS_I(inode)->
nr_caches
++;
in fat_cache_add()
155
MSDOS_I(inode)->
nr_caches
--;
in fat_cache_add()
163
MSDOS_I(inode)->
nr_caches
--;
in fat_cache_add()
195
i->
nr_caches
--;
in __fat_cache_inval_inode()
H
A
D
fat.h
115
int
nr_caches
;
member
H
A
D
inode.c
772
ei->
nr_caches
= 0;
in init_once()
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
cache.c
153
if (ei->
nr_caches
< EXFAT_MAX_CACHE) {
in exfat_cache_add()
154
ei->
nr_caches
++;
in exfat_cache_add()
160
ei->
nr_caches
--;
in exfat_cache_add()
168
ei->
nr_caches
--;
in exfat_cache_add()
202
ei->
nr_caches
--;
in __exfat_cache_inval_inode()
H
A
D
exfat_fs.h
305
int
nr_caches
;
member
H
A
D
super.c
790
ei->
nr_caches
= 0;
in exfat_inode_init_once()
Completed in 14 milliseconds