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:agi_fblocks
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_ialloc_btree.c
83
be32_add_cpu(&agi->
agi_fblocks
, howmuch);
in xfs_inobt_mod_blockcount()
523
agi->
agi_fblocks
= cpu_to_be32(afake->af_blocks);
in xfs_inobt_commit_staged_btree()
724
*tree_blocks = be32_to_cpu(agi->
agi_fblocks
);
in xfs_finobt_read_blocks()
H
A
D
xfs_ag.c
339
agi->
agi_fblocks
= cpu_to_be32(1);
in xfs_agiblock_init()
H
A
D
xfs_format.h
790
__be32
agi_fblocks
; /* finobt blocks used */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_ialloc_btree.c
85
be32_add_cpu(&agi->
agi_fblocks
, howmuch);
in xfs_inobt_mod_blockcount()
539
agi->
agi_fblocks
= cpu_to_be32(afake->af_blocks);
in xfs_inobt_commit_staged_btree()
786
*tree_blocks = be32_to_cpu(agi->
agi_fblocks
);
in xfs_finobt_read_blocks()
H
A
D
xfs_ag.c
747
agi->
agi_fblocks
= cpu_to_be32(1);
in xfs_agiblock_init()
H
A
D
xfs_format.h
624
__be32
agi_fblocks
; /* finobt blocks used */
member
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader_repair.c
838
agi->
agi_fblocks
= cpu_to_be32(blocks);
in xrep_agi_calc_from_btrees()
H
A
D
agheader.c
808
if (blocks != be32_to_cpu(agi->
agi_fblocks
))
in xchk_agi_xref_fiblocks()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader_repair.c
934
agi->
agi_fblocks
= cpu_to_be32(blocks);
in xrep_agi_calc_from_btrees()
H
A
D
agheader.c
837
if (blocks != be32_to_cpu(agi->
agi_fblocks
))
in xchk_agi_xref_fiblocks()
Completed in 17 milliseconds