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:agf_roots
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_rmap_btree.c
71
agf->
agf_roots
[btnum] = ptr->s;
in xfs_rmapbt_set_root()
222
ptr->s = agf->
agf_roots
[cur->bc_btnum];
in xfs_rmapbt_init_ptr_from_cur()
519
agf->
agf_roots
[cur->bc_btnum] = cpu_to_be32(afake->af_root);
in xfs_rmapbt_commit_staged_btree()
H
A
D
xfs_alloc_btree.c
46
agf->
agf_roots
[btnum] = ptr->s;
in xfs_allocbt_set_root()
230
ptr->s = agf->
agf_roots
[cur->bc_btnum];
in xfs_allocbt_init_ptr_from_cur()
563
agf->
agf_roots
[cur->bc_btnum] = cpu_to_be32(afake->af_root);
in xfs_allocbt_commit_staged_btree()
H
A
D
xfs_ag.c
253
agf->
agf_roots
[XFS_BTNUM_BNOi] = cpu_to_be32(XFS_BNO_BLOCK(mp));
in xfs_agfblock_init()
254
agf->
agf_roots
[XFS_BTNUM_CNTi] = cpu_to_be32(XFS_CNT_BLOCK(mp));
in xfs_agfblock_init()
258
agf->
agf_roots
[XFS_BTNUM_RMAPi] =
in xfs_agfblock_init()
H
A
D
xfs_format.h
668
__be32
agf_roots
[XFS_BTNUM_AGF]; /* root blocks */
member
H
A
D
xfs_alloc.c
2724
offsetof(xfs_agf_t,
agf_roots
[0]),
in xfs_alloc_log_agf()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader_repair.c
162
be32_to_cpu(old_agf->
agf_roots
[XFS_BTNUM_RMAPi]))
in xrep_agf_find_btrees()
210
agf->
agf_roots
[XFS_BTNUM_BNOi] =
in xrep_agf_set_roots()
215
agf->
agf_roots
[XFS_BTNUM_CNTi] =
in xrep_agf_set_roots()
220
agf->
agf_roots
[XFS_BTNUM_RMAPi] =
in xrep_agf_set_roots()
H
A
D
agheader.c
536
agbno = be32_to_cpu(agf->
agf_roots
[XFS_BTNUM_BNO]);
in xchk_agf()
540
agbno = be32_to_cpu(agf->
agf_roots
[XFS_BTNUM_CNT]);
in xchk_agf()
553
agbno = be32_to_cpu(agf->
agf_roots
[XFS_BTNUM_RMAP]);
in xchk_agf()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader_repair.c
177
be32_to_cpu(old_agf->
agf_roots
[XFS_BTNUM_RMAPi]))
in xrep_agf_find_btrees()
226
agf->
agf_roots
[XFS_BTNUM_BNOi] =
in xrep_agf_set_roots()
231
agf->
agf_roots
[XFS_BTNUM_CNTi] =
in xrep_agf_set_roots()
236
agf->
agf_roots
[XFS_BTNUM_RMAPi] =
in xrep_agf_set_roots()
H
A
D
agheader.c
559
agbno = be32_to_cpu(agf->
agf_roots
[XFS_BTNUM_BNO]);
in xchk_agf()
563
agbno = be32_to_cpu(agf->
agf_roots
[XFS_BTNUM_CNT]);
in xchk_agf()
576
agbno = be32_to_cpu(agf->
agf_roots
[XFS_BTNUM_RMAP]);
in xchk_agf()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_rmap_btree.c
72
agf->
agf_roots
[btnum] = ptr->s;
in xfs_rmapbt_set_root()
229
ptr->s = agf->
agf_roots
[cur->bc_btnum];
in xfs_rmapbt_init_ptr_from_cur()
566
agf->
agf_roots
[cur->bc_btnum] = cpu_to_be32(afake->af_root);
in xfs_rmapbt_commit_staged_btree()
H
A
D
xfs_alloc_btree.c
45
agf->
agf_roots
[btnum] = ptr->s;
in xfs_allocbt_set_root()
229
ptr->s = agf->
agf_roots
[cur->bc_btnum];
in xfs_allocbt_init_ptr_from_cur()
580
agf->
agf_roots
[cur->bc_btnum] = cpu_to_be32(afake->af_root);
in xfs_allocbt_commit_staged_btree()
H
A
D
xfs_ag.c
661
agf->
agf_roots
[XFS_BTNUM_BNOi] = cpu_to_be32(XFS_BNO_BLOCK(mp));
in xfs_agfblock_init()
662
agf->
agf_roots
[XFS_BTNUM_CNTi] = cpu_to_be32(XFS_CNT_BLOCK(mp));
in xfs_agfblock_init()
666
agf->
agf_roots
[XFS_BTNUM_RMAPi] =
in xfs_agfblock_init()
H
A
D
xfs_format.h
502
__be32
agf_roots
[XFS_BTNUM_AGF]; /* root blocks */
member
H
A
D
xfs_alloc.c
2896
offsetof(xfs_agf_t,
agf_roots
[0]),
in xfs_alloc_log_agf()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trace.h
1573
__entry->bno_root = be32_to_cpu(agf->
agf_roots
[XFS_BTNUM_BNO]),
1574
__entry->cnt_root = be32_to_cpu(agf->
agf_roots
[XFS_BTNUM_CNT]),
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trace.h
1710
__entry->bno_root = be32_to_cpu(agf->
agf_roots
[XFS_BTNUM_BNO]),
1711
__entry->cnt_root = be32_to_cpu(agf->
agf_roots
[XFS_BTNUM_CNT]),
Completed in 36 milliseconds