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:pagi_count
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
repair.c
274
icount = pag->
pagi_count
;
in xrep_calc_ag_resblks()
279
icount = pag->
pagi_count
;
in xrep_calc_ag_resblks()
H
A
D
fscounters.c
324
fsc->icount += pag->
pagi_count
;
in xchk_fscount_aggregate_agcounts()
H
A
D
agheader_repair.c
961
pag->
pagi_count
= be32_to_cpu(agi->agi_count);
in xrep_agi_commit_new()
H
A
D
agheader.c
947
if (pag->
pagi_count
!= be32_to_cpu(agi->agi_count))
in xchk_agi()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
fscounters.c
180
fsc->icount += pag->
pagi_count
;
in xchk_fscount_aggregate_agcounts()
H
A
D
repair.c
198
icount = pag->
pagi_count
;
in xrep_calc_ag_resblks()
203
icount = pag->
pagi_count
;
in xrep_calc_ag_resblks()
H
A
D
agheader_repair.c
865
pag->
pagi_count
= be32_to_cpu(agi->agi_count);
in xrep_agi_commit_new()
H
A
D
agheader.c
921
if (pag->
pagi_count
!= be32_to_cpu(agi->agi_count))
in xchk_agi()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_mount.h
328
xfs_agino_t
pagi_count
; /* number of allocated inodes */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_ag.h
46
xfs_agino_t
pagi_count
; /* number of allocated inodes */
member
H
A
D
xfs_ialloc.c
906
pag->
pagi_count
+= newlen;
in xfs_ialloc_ag_alloc()
2002
pag->
pagi_count
-= ilen;
in xfs_difree_inobt()
2633
pag->
pagi_count
= be32_to_cpu(agi->agi_count);
in xfs_ialloc_read_agi()
H
A
D
xfs_ag.c
204
ialloc += pag->
pagi_count
;
in xfs_initialize_perag_data()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_ialloc.c
893
pag->
pagi_count
+= newlen;
in xfs_ialloc_ag_alloc()
2015
pag->
pagi_count
-= ilen;
in xfs_difree_inobt()
2655
pag->
pagi_count
= be32_to_cpu(agi->agi_count);
in xfs_ialloc_read_agi()
H
A
D
xfs_sb.c
913
ialloc += pag->
pagi_count
;
in xfs_initialize_perag_data()
Completed in 20 milliseconds