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_iblocks
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_ialloc_btree.c
85
be32_add_cpu(&agi->
agi_iblocks
, howmuch);
in xfs_inobt_mod_blockcount()
513
agi->
agi_iblocks
= cpu_to_be32(afake->af_blocks);
in xfs_inobt_commit_staged_btree()
H
A
D
xfs_ag.c
337
agi->
agi_iblocks
= cpu_to_be32(1);
in xfs_agiblock_init()
H
A
D
xfs_format.h
789
__be32
agi_iblocks
; /* inobt blocks used */
member
H
A
D
xfs_ialloc.c
2476
offsetof(xfs_agi_t,
agi_iblocks
),
in xfs_ialloc_log_agi()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_ialloc_btree.c
87
be32_add_cpu(&agi->
agi_iblocks
, howmuch);
in xfs_inobt_mod_blockcount()
529
agi->
agi_iblocks
= cpu_to_be32(afake->af_blocks);
in xfs_inobt_commit_staged_btree()
H
A
D
xfs_ag.c
745
agi->
agi_iblocks
= cpu_to_be32(1);
in xfs_agiblock_init()
H
A
D
xfs_format.h
623
__be32
agi_iblocks
; /* inobt blocks used */
member
H
A
D
xfs_ialloc.c
2455
offsetof(xfs_agi_t,
agi_iblocks
),
in xfs_ialloc_log_agi()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader_repair.c
819
agi->
agi_iblocks
= cpu_to_be32(blocks);
in xrep_agi_calc_from_btrees()
H
A
D
agheader.c
800
if (blocks != be32_to_cpu(agi->
agi_iblocks
))
in xchk_agi_xref_fiblocks()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader_repair.c
918
agi->
agi_iblocks
= cpu_to_be32(blocks);
in xrep_agi_calc_from_btrees()
H
A
D
agheader.c
829
if (blocks != be32_to_cpu(agi->
agi_iblocks
))
in xchk_agi_xref_fiblocks()
Completed in 23 milliseconds