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:pa_free
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.h
112
ext4_grpblk_t
pa_free
; /* how many blocks are free */
member
135
* (512). We store prealloc space into the hash based on the
pa_free
blocks
136
* order value.ie, fls(
pa_free
)-1;
H
A
D
mballoc.c
67
*
pa_free
-> free space available in this prealloc space (in clusters)
76
*
pa_free
.
88
* enough free space (
pa_free
) within the prealloc space.
3770
*
pa_free
in ext4_mb_release_context(), but on failure, we've already
3771
* zeroed out ac->ac_b_ex.fe_len, so group_pa->
pa_free
is not changed.
3800
pa->
pa_free
+= ac->ac_b_ex.fe_len;
in ext4_discard_allocated_blocks()
3827
BUG_ON(pa->
pa_free
< len);
in ext4_mb_use_inode_pa()
3829
pa->
pa_free
-= len;
in ext4_mb_use_inode_pa()
3923
if (pa->pa_deleted == 0 && pa->
pa_free
) {
in ext4_mb_use_preallocated()
3959
pa->
pa_free
>
in ext4_mb_use_preallocated()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.h
134
ext4_grpblk_t
pa_free
; /* how many blocks are free */
member
160
* (512). We store prealloc space into the hash based on the
pa_free
blocks
161
* order value.ie, fls(
pa_free
)-1;
H
A
D
mballoc.c
67
*
pa_free
-> free space available in this prealloc space (in clusters)
76
*
pa_free
.
88
* enough free space (
pa_free
) within the prealloc space.
4635
*
pa_free
in ext4_mb_release_context(), but on failure, we've already
4636
* zeroed out ac->ac_b_ex.fe_len, so group_pa->
pa_free
is not changed.
4665
pa->
pa_free
+= ac->ac_b_ex.fe_len;
in ext4_discard_allocated_blocks()
4694
BUG_ON(pa->
pa_free
< len);
in ext4_mb_use_inode_pa()
4696
pa->
pa_free
-= len;
in ext4_mb_use_inode_pa()
4909
if (tmp_pa->
pa_free
&& likely(ext4_mb_pa_goal_check(ac, tmp_pa))) {
in ext4_mb_use_preallocated()
4922
*
pa_free
>
in ext4_mb_use_preallocated()
[all...]
Completed in 14 milliseconds