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:flush_state
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
space-info.c
926
int
flush_state
;
in btrfs_async_reclaim_metadata_space()
local
943
flush_state
= FLUSH_DELAYED_ITEMS_NR;
in btrfs_async_reclaim_metadata_space()
945
flush_space(fs_info, space_info, to_reclaim,
flush_state
);
in btrfs_async_reclaim_metadata_space()
955
flush_state
++;
in btrfs_async_reclaim_metadata_space()
958
flush_state
= FLUSH_DELAYED_ITEMS_NR;
in btrfs_async_reclaim_metadata_space()
973
if (
flush_state
== ALLOC_CHUNK_FORCE && !commit_cycles)
in btrfs_async_reclaim_metadata_space()
974
flush_state
++;
in btrfs_async_reclaim_metadata_space()
976
if (
flush_state
> COMMIT_TRANS) {
in btrfs_async_reclaim_metadata_space()
980
flush_state
= FLUSH_DELAYED_ITEMS_NR;
in btrfs_async_reclaim_metadata_space()
986
flush_state
in btrfs_async_reclaim_metadata_space()
1058
int
flush_state
= 0;
btrfs_async_reclaim_data_space()
local
1145
int
flush_state
;
priority_reclaim_metadata_space()
local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
space-info.c
1050
enum btrfs_flush_state
flush_state
;
in btrfs_async_reclaim_metadata_space()
local
1067
flush_state
= FLUSH_DELAYED_ITEMS_NR;
in btrfs_async_reclaim_metadata_space()
1069
flush_space(fs_info, space_info, to_reclaim,
flush_state
, false);
in btrfs_async_reclaim_metadata_space()
1079
flush_state
++;
in btrfs_async_reclaim_metadata_space()
1082
flush_state
= FLUSH_DELAYED_ITEMS_NR;
in btrfs_async_reclaim_metadata_space()
1092
if (
flush_state
== FLUSH_DELALLOC_FULL && !commit_cycles)
in btrfs_async_reclaim_metadata_space()
1093
flush_state
++;
in btrfs_async_reclaim_metadata_space()
1105
if (
flush_state
== ALLOC_CHUNK_FORCE && !commit_cycles)
in btrfs_async_reclaim_metadata_space()
1106
flush_state
++;
in btrfs_async_reclaim_metadata_space()
1108
if (
flush_state
> COMMIT_TRAN
in btrfs_async_reclaim_metadata_space()
1270
enum btrfs_
flush_state
flush_state
= 0;
btrfs_async_reclaim_data_space()
local
1375
int
flush_state
= 0;
priority_reclaim_metadata_space()
local
[all...]
Completed in 4 milliseconds