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:dirty_clusters
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
balloc.c
611
s64 free_clusters,
dirty_clusters
, rsv, resv_clusters;
in ext4_has_free_clusters()
local
616
dirty_clusters
= percpu_counter_read_positive(dcc);
in ext4_has_free_clusters()
626
if (free_clusters - (nclusters + rsv +
dirty_clusters
) <
in ext4_has_free_clusters()
629
dirty_clusters
= percpu_counter_sum_positive(dcc);
in ext4_has_free_clusters()
634
if (free_clusters >= (rsv + nclusters +
dirty_clusters
))
in ext4_has_free_clusters()
643
if (free_clusters >= (nclusters +
dirty_clusters
+
in ext4_has_free_clusters()
649
if (free_clusters >= (nclusters +
dirty_clusters
))
in ext4_has_free_clusters()
H
A
D
inode.c
2952
s64 free_clusters,
dirty_clusters
;
in ext4_nonda_switch()
local
2965
dirty_clusters
=
in ext4_nonda_switch()
2970
if (
dirty_clusters
&& (free_clusters < 2 *
dirty_clusters
))
in ext4_nonda_switch()
2973
if (2 * free_clusters < 3 *
dirty_clusters
||
in ext4_nonda_switch()
2974
free_clusters < (
dirty_clusters
+ EXT4_FREECLUSTERS_WATERMARK)) {
in ext4_nonda_switch()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
balloc.c
615
s64 free_clusters,
dirty_clusters
, rsv, resv_clusters;
in ext4_has_free_clusters()
local
620
dirty_clusters
= percpu_counter_read_positive(dcc);
in ext4_has_free_clusters()
630
if (free_clusters - (nclusters + rsv +
dirty_clusters
) <
in ext4_has_free_clusters()
633
dirty_clusters
= percpu_counter_sum_positive(dcc);
in ext4_has_free_clusters()
638
if (free_clusters >= (rsv + nclusters +
dirty_clusters
))
in ext4_has_free_clusters()
647
if (free_clusters >= (nclusters +
dirty_clusters
+
in ext4_has_free_clusters()
653
if (free_clusters >= (nclusters +
dirty_clusters
))
in ext4_has_free_clusters()
H
A
D
inode.c
2829
s64 free_clusters,
dirty_clusters
;
in ext4_nonda_switch()
local
2842
dirty_clusters
=
in ext4_nonda_switch()
2847
if (
dirty_clusters
&& (free_clusters < 2 *
dirty_clusters
))
in ext4_nonda_switch()
2850
if (2 * free_clusters < 3 *
dirty_clusters
||
in ext4_nonda_switch()
2851
free_clusters < (
dirty_clusters
+ EXT4_FREECLUSTERS_WATERMARK)) {
in ext4_nonda_switch()
Completed in 16 milliseconds