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:xfs_agfl_size
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_alloc.c
49
xfs_agfl_size
(
in xfs_agfl_size()
function
617
for (i = 0; i <
xfs_agfl_size
(mp); i++) {
in xfs_agfl_verify()
2373
int agfl_size =
xfs_agfl_size
(mp);
in xfs_agfl_needs_reset()
2432
agf->agf_fllast = cpu_to_be32(
xfs_agfl_size
(mp) - 1);
in xfs_agfl_reset()
2686
if (be32_to_cpu(agf->agf_flfirst) ==
xfs_agfl_size
(mp))
in xfs_alloc_get_freelist()
2793
if (be32_to_cpu(agf->agf_fllast) ==
xfs_agfl_size
(mp))
in xfs_alloc_put_freelist()
2811
ASSERT(be32_to_cpu(agf->agf_flcount) <=
xfs_agfl_size
(mp));
in xfs_alloc_put_freelist()
2845
be32_to_cpu(agf->agf_flfirst) <
xfs_agfl_size
(mp) &&
in xfs_agf_verify()
2846
be32_to_cpu(agf->agf_fllast) <
xfs_agfl_size
(mp) &&
in xfs_agf_verify()
2847
be32_to_cpu(agf->agf_flcount) <=
xfs_agfl_size
(m
in xfs_agf_verify()
[all...]
H
A
D
xfs_alloc.h
17
unsigned int
xfs_agfl_size
(struct xfs_mount *mp);
H
A
D
xfs_ag.c
305
for (bucket = 0; bucket <
xfs_agfl_size
(mp); bucket++)
in xfs_agflblock_init()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader_repair.c
600
xfs_agfl_size
(mp));
in xrep_agfl_collect_blocks()
617
ASSERT(flcount <=
xfs_agfl_size
(sc->mp));
in xrep_agfl_update_agf()
633
agf->agf_fllast = cpu_to_be32(
xfs_agfl_size
(sc->mp) - 1);
in xrep_agfl_update_agf()
690
ASSERT(flcount <=
xfs_agfl_size
(mp));
in xrep_agfl_init_header()
H
A
D
agheader.c
602
fl_count =
xfs_agfl_size
(mp) - agfl_first + agfl_last + 1;
in xchk_agf()
748
if (sai.agflcount >
xfs_agfl_size
(sc->mp)) {
in xchk_agfl()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_alloc.c
45
xfs_agfl_size
(
in xfs_agfl_size()
function
675
for (i = 0; i <
xfs_agfl_size
(mp); i++) {
in xfs_agfl_verify()
2415
int agfl_size =
xfs_agfl_size
(mp);
in xfs_agfl_needs_reset()
2470
agf->agf_fllast = cpu_to_be32(
xfs_agfl_size
(mp) - 1);
in xfs_agfl_reset()
2860
if (be32_to_cpu(agf->agf_flfirst) ==
xfs_agfl_size
(mp))
in xfs_alloc_get_freelist()
2949
if (be32_to_cpu(agf->agf_fllast) ==
xfs_agfl_size
(mp))
in xfs_alloc_put_freelist()
2965
ASSERT(be32_to_cpu(agf->agf_flcount) <=
xfs_agfl_size
(mp));
in xfs_alloc_put_freelist()
3065
if (be32_to_cpu(agf->agf_flfirst) >=
xfs_agfl_size
(mp))
in xfs_agf_verify()
3067
if (be32_to_cpu(agf->agf_fllast) >=
xfs_agfl_size
(mp))
in xfs_agf_verify()
3069
if (be32_to_cpu(agf->agf_flcount) >
xfs_agfl_size
(m
in xfs_agf_verify()
[all...]
H
A
D
xfs_alloc.h
17
unsigned int
xfs_agfl_size
(struct xfs_mount *mp);
H
A
D
xfs_ag.c
713
for (bucket = 0; bucket <
xfs_agfl_size
(mp); bucket++)
in xfs_agflblock_init()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader_repair.c
529
xfs_agfl_size
(mp));
in xrep_agfl_collect_blocks()
547
ASSERT(flcount <=
xfs_agfl_size
(sc->mp));
in xrep_agfl_update_agf()
579
ASSERT(flcount <=
xfs_agfl_size
(mp));
in xrep_agfl_init_header()
H
A
D
agheader.c
579
fl_count =
xfs_agfl_size
(mp) - agfl_first + agfl_last + 1;
in xchk_agf()
716
if (agflcount >
xfs_agfl_size
(sc->mp)) {
in xchk_agfl()
Completed in 15 milliseconds