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:agf_btreeblks
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_alloc.c
2697
be32_add_cpu(&agf->
agf_btreeblks
, 1);
in xfs_alloc_get_freelist()
2731
offsetof(xfs_agf_t,
agf_btreeblks
),
in xfs_alloc_log_agf()
2804
be32_add_cpu(&agf->
agf_btreeblks
, -1);
in xfs_alloc_put_freelist()
2882
be32_to_cpu(agf->
agf_btreeblks
) > be32_to_cpu(agf->agf_length))
in xfs_agf_verify()
3007
pag->pagf_btreeblks = be32_to_cpu(agf->
agf_btreeblks
);
in xfs_alloc_read_agf()
3023
ASSERT(pag->pagf_btreeblks == be32_to_cpu(agf->
agf_btreeblks
));
in xfs_alloc_read_agf()
H
A
D
xfs_format.h
677
__be32
agf_btreeblks
; /* # of blocks held in AGF btrees */
member
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader_repair.c
279
agf->
agf_btreeblks
= cpu_to_be32(btreeblks);
in xrep_agf_calc_from_btrees()
316
pag->pagf_btreeblks = be32_to_cpu(agf->
agf_btreeblks
);
in xrep_agf_commit_new()
H
A
D
agheader.c
419
/* Check agf_rmap_blocks; set up for
agf_btreeblks
check */
in xchk_agf_xref_btreeblks()
439
/* Check
agf_btreeblks
*/
in xchk_agf_xref_btreeblks()
450
if (btreeblks != be32_to_cpu(agf->
agf_btreeblks
))
in xchk_agf_xref_btreeblks()
589
if (pag->pagf_btreeblks != be32_to_cpu(agf->
agf_btreeblks
))
in xchk_agf()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader_repair.c
295
agf->
agf_btreeblks
= cpu_to_be32(btreeblks);
in xrep_agf_calc_from_btrees()
332
pag->pagf_btreeblks = be32_to_cpu(agf->
agf_btreeblks
);
in xrep_agf_commit_new()
H
A
D
agheader.c
441
/*
agf_btreeblks
didn't exist before lazysbcount */
in xchk_agf_xref_btreeblks()
445
/* Check agf_rmap_blocks; set up for
agf_btreeblks
check */
in xchk_agf_xref_btreeblks()
465
/* Check
agf_btreeblks
*/
in xchk_agf_xref_btreeblks()
476
if (btreeblks != be32_to_cpu(agf->
agf_btreeblks
))
in xchk_agf_xref_btreeblks()
612
pag->pagf_btreeblks != be32_to_cpu(agf->
agf_btreeblks
))
in xchk_agf()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_alloc.c
2869
be32_add_cpu(&agf->
agf_btreeblks
, 1);
in xfs_alloc_get_freelist()
2903
offsetof(xfs_agf_t,
agf_btreeblks
),
in xfs_alloc_log_agf()
2958
be32_add_cpu(&agf->
agf_btreeblks
, -1);
in xfs_alloc_put_freelist()
3085
be32_to_cpu(agf->
agf_btreeblks
) > agf_length)
in xfs_agf_verify()
3215
pag->pagf_btreeblks = be32_to_cpu(agf->
agf_btreeblks
);
in xfs_alloc_read_agf()
3249
ASSERT(pag->pagf_btreeblks == be32_to_cpu(agf->
agf_btreeblks
));
in xfs_alloc_read_agf()
H
A
D
xfs_format.h
511
__be32
agf_btreeblks
; /* # of blocks held in AGF btrees */
member
Completed in 21 milliseconds