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:AGE_EXTENT_CACHE
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
node.h
147
AGE_EXTENT_CACHE
, /* indicates age extent cache */
enumerator
H
A
D
extent_cache.c
83
return test_opt(F2FS_I_SB(inode),
AGE_EXTENT_CACHE
) &&
in __init_may_extent_tree()
1051
if (!test_opt(sbi,
AGE_EXTENT_CACHE
))
in f2fs_shrink_age_extent_tree()
H
A
D
super.c
1307
set_opt(sbi,
AGE_EXTENT_CACHE
);
in parse_options()
2058
if (test_opt(sbi,
AGE_EXTENT_CACHE
))
in f2fs_show_options()
2332
bool no_age_extent_cache = !test_opt(sbi,
AGE_EXTENT_CACHE
);
in f2fs_remount()
2436
if (no_age_extent_cache == !!test_opt(sbi,
AGE_EXTENT_CACHE
)) {
in f2fs_remount()
H
A
D
node.c
88
} else if (type == READ_EXTENT_CACHE || type ==
AGE_EXTENT_CACHE
) {
in f2fs_available_free_memory()
H
A
D
segment.c
473
if (!f2fs_available_free_memory(sbi,
AGE_EXTENT_CACHE
))
in f2fs_balance_fs_bg()
Completed in 19 milliseconds