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:global_rsv_size
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
space-info.c
840
const u64
global_rsv_size
= btrfs_block_rsv_reserved(&fs_info->global_block_rsv);
in need_preemptive_reclaim()
local
851
global_rsv_size
) >= thresh)
in need_preemptive_reclaim()
857
if (
global_rsv_size
>= used)
in need_preemptive_reclaim()
865
if (used -
global_rsv_size
<= SZ_128M)
in need_preemptive_reclaim()
907
space_info->bytes_readonly +
global_rsv_size
;
in need_preemptive_reclaim()
943
used += space_info->bytes_may_use -
global_rsv_size
;
in need_preemptive_reclaim()
1156
const u64
global_rsv_size
= btrfs_block_rsv_reserved(global_rsv);
in btrfs_preempt_reclaim_metadata_space()
local
1167
block_rsv_size =
global_rsv_size
+
in btrfs_preempt_reclaim_metadata_space()
1179
block_rsv_size -=
global_rsv_size
;
in btrfs_preempt_reclaim_metadata_space()
H
A
D
sysfs.c
657
BTRFS_ATTR(allocation,
global_rsv_size
, global_rsv_size_show);
965
BTRFS_ATTR_PTR(allocation,
global_rsv_size
),
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
sysfs.c
553
BTRFS_ATTR(allocation,
global_rsv_size
, global_rsv_size_show);
671
BTRFS_ATTR_PTR(allocation,
global_rsv_size
),
Completed in 8 milliseconds