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:pagf_longest
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_alloc.c
2230
if (pag->pagf_freeblks - pag->
pagf_longest
< reserved)
in xfs_alloc_longest_free_extent()
2231
delta += reserved - (pag->pagf_freeblks - pag->
pagf_longest
);
in xfs_alloc_longest_free_extent()
2237
if (pag->
pagf_longest
> delta)
in xfs_alloc_longest_free_extent()
2239
pag->
pagf_longest
- delta);
in xfs_alloc_longest_free_extent()
2242
return pag->pagf_flcount > 0 || pag->
pagf_longest
> 0;
in xfs_alloc_longest_free_extent()
3009
pag->
pagf_longest
= be32_to_cpu(agf->agf_longest);
in xfs_alloc_read_agf()
3025
ASSERT(pag->
pagf_longest
== be32_to_cpu(agf->agf_longest));
in xfs_alloc_read_agf()
H
A
D
xfs_alloc_btree.c
161
pag->
pagf_longest
= be32_to_cpu(len);
in xfs_allocbt_update_lastrec()
H
A
D
xfs_ialloc.c
1015
longest = pag->
pagf_longest
;
in xfs_ialloc_ag_select()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_mount.h
325
xfs_extlen_t
pagf_longest
; /* longest free space */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_ag.h
43
xfs_extlen_t
pagf_longest
; /* longest free space */
member
H
A
D
xfs_alloc.c
2247
if (pag->pagf_freeblks - pag->
pagf_longest
< reserved)
in xfs_alloc_longest_free_extent()
2248
delta += reserved - (pag->pagf_freeblks - pag->
pagf_longest
);
in xfs_alloc_longest_free_extent()
2254
if (pag->
pagf_longest
> delta)
in xfs_alloc_longest_free_extent()
2256
pag->
pagf_longest
- delta);
in xfs_alloc_longest_free_extent()
2259
return pag->pagf_flcount > 0 || pag->
pagf_longest
> 0;
in xfs_alloc_longest_free_extent()
3217
pag->
pagf_longest
= be32_to_cpu(agf->agf_longest);
in xfs_alloc_read_agf()
3251
ASSERT(pag->
pagf_longest
== be32_to_cpu(agf->agf_longest));
in xfs_alloc_read_agf()
H
A
D
xfs_alloc_btree.c
160
pag->
pagf_longest
= be32_to_cpu(len);
in xfs_allocbt_update_lastrec()
H
A
D
xfs_ialloc.c
1664
longest = pag->
pagf_longest
;
in xfs_dialloc_good_ag()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_discard.c
306
.ar_blockcount = pag->
pagf_longest
,
in xfs_trim_extents()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader_repair.c
318
pag->
pagf_longest
= be32_to_cpu(agf->agf_longest);
in xrep_agf_commit_new()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader_repair.c
334
pag->
pagf_longest
= be32_to_cpu(agf->agf_longest);
in xrep_agf_commit_new()
Completed in 22 milliseconds