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_root
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_ialloc_btree.c
50
agi->
agi_root
= nptr->s;
in xfs_inobt_set_root()
240
ptr->s = agi->
agi_root
;
in xfs_inobt_init_ptr_from_cur()
510
agi->
agi_root
= cpu_to_be32(afake->af_root);
in xfs_inobt_commit_staged_btree()
H
A
D
xfs_ialloc.c
729
args.agbno = be32_to_cpu(agi->
agi_root
);
in xfs_ialloc_ag_alloc()
750
args.agbno = be32_to_cpu(agi->
agi_root
);
in xfs_ialloc_ag_alloc()
766
args.agbno = be32_to_cpu(agi->
agi_root
);
in xfs_ialloc_ag_alloc()
2468
offsetof(xfs_agi_t,
agi_root
),
in xfs_ialloc_log_agi()
H
A
D
xfs_ag.c
323
agi->
agi_root
= cpu_to_be32(XFS_IBT_BLOCK(mp));
in xfs_agiblock_init()
H
A
D
xfs_format.h
767
__be32
agi_root
; /* root of inode btree */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_ialloc_btree.c
52
agi->
agi_root
= nptr->s;
in xfs_inobt_set_root()
244
ptr->s = agi->
agi_root
;
in xfs_inobt_init_ptr_from_cur()
526
agi->
agi_root
= cpu_to_be32(afake->af_root);
in xfs_inobt_commit_staged_btree()
H
A
D
xfs_ialloc.c
756
be32_to_cpu(agi->
agi_root
)));
in xfs_ialloc_ag_alloc()
769
be32_to_cpu(agi->
agi_root
)));
in xfs_ialloc_ag_alloc()
805
be32_to_cpu(agi->
agi_root
)));
in xfs_ialloc_ag_alloc()
2447
offsetof(xfs_agi_t,
agi_root
),
in xfs_ialloc_log_agi()
H
A
D
xfs_ag.c
731
agi->
agi_root
= cpu_to_be32(XFS_IBT_BLOCK(mp));
in xfs_agiblock_init()
H
A
D
xfs_format.h
601
__be32
agi_root
; /* root of inode btree */
member
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader_repair.c
786
agi->
agi_root
= cpu_to_be32(fab[XREP_AGI_INOBT].root);
in xrep_agi_set_roots()
H
A
D
agheader.c
875
agbno = be32_to_cpu(agi->
agi_root
);
in xchk_agi()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader_repair.c
886
agi->
agi_root
= cpu_to_be32(fab[XREP_AGI_INOBT].root);
in xrep_agi_set_roots()
H
A
D
agheader.c
902
agbno = be32_to_cpu(agi->
agi_root
);
in xchk_agi()
Completed in 22 milliseconds