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_count
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader.c
792
/* Check
agi_count
/agi_freecount */
808
if (be32_to_cpu(agi->
agi_count
) != icount ||
in xchk_agi_xref_icounts()
922
icount = be32_to_cpu(agi->
agi_count
);
in xchk_agi()
947
if (pag->pagi_count != be32_to_cpu(agi->
agi_count
))
in xchk_agi()
H
A
D
agheader_repair.c
922
agi->
agi_count
= cpu_to_be32(count);
in xrep_agi_calc_from_btrees()
961
pag->pagi_count = be32_to_cpu(agi->
agi_count
);
in xrep_agi_commit_new()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_ag.c
322
agi->
agi_count
= 0;
in xfs_agiblock_init()
579
ageo->ag_icount = be32_to_cpu(agi->
agi_count
);
in xfs_ag_get_geometry()
H
A
D
xfs_ialloc.c
889
be32_add_cpu(&agi->
agi_count
, newlen);
in xfs_ialloc_ag_alloc()
2011
be32_add_cpu(&agi->
agi_count
, -ilen);
in xfs_difree_inobt()
2467
offsetof(xfs_agi_t,
agi_count
),
in xfs_ialloc_log_agi()
2655
pag->pagi_count = be32_to_cpu(agi->
agi_count
);
in xfs_ialloc_read_agi()
H
A
D
xfs_format.h
766
__be32
agi_count
; /* count of allocated inodes */
member
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader.c
763
/* Check
agi_count
/agi_freecount */
779
if (be32_to_cpu(agi->
agi_count
) != icount ||
in xchk_agi_xref_icounts()
895
icount = be32_to_cpu(agi->
agi_count
);
in xchk_agi()
921
if (pag->pagi_count != be32_to_cpu(agi->
agi_count
))
in xchk_agi()
H
A
D
agheader_repair.c
823
agi->
agi_count
= cpu_to_be32(count);
in xrep_agi_calc_from_btrees()
865
pag->pagi_count = be32_to_cpu(agi->
agi_count
);
in xrep_agi_commit_new()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_ialloc.c
903
be32_add_cpu(&agi->
agi_count
, newlen);
in xfs_ialloc_ag_alloc()
1998
be32_add_cpu(&agi->
agi_count
, -ilen);
in xfs_difree_inobt()
2446
offsetof(xfs_agi_t,
agi_count
),
in xfs_ialloc_log_agi()
2633
pag->pagi_count = be32_to_cpu(agi->
agi_count
);
in xfs_ialloc_read_agi()
H
A
D
xfs_ag.c
730
agi->
agi_count
= 0;
in xfs_agiblock_init()
1109
ageo->ag_icount = be32_to_cpu(agi->
agi_count
);
in xfs_ag_get_geometry()
H
A
D
xfs_format.h
600
__be32
agi_count
; /* count of allocated inodes */
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_recover.c
3547
itotal += be32_to_cpu(agi->
agi_count
);
in xlog_recover_check_summary()
Completed in 24 milliseconds