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_seqno
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_ialloc.c
181
xfs_agnumber_t agno = be32_to_cpu(agi->
agi_seqno
);
in xfs_inobt_insert()
529
xfs_agnumber_t agno = be32_to_cpu(agi->
agi_seqno
);
in xfs_inobt_insert_sprec()
663
agno = be32_to_cpu(agi->
agi_seqno
);
in xfs_ialloc_ag_alloc()
1133
xfs_agnumber_t agno = be32_to_cpu(agi->
agi_seqno
);
in xfs_dialloc_ag_inobt()
1582
xfs_agnumber_t agno = be32_to_cpu(agi->
agi_seqno
);
in xfs_dialloc_ag()
1937
xfs_agnumber_t agno = be32_to_cpu(agi->
agi_seqno
);
in xfs_difree_inobt()
2070
xfs_agnumber_t agno = be32_to_cpu(agi->
agi_seqno
);
in xfs_difree_finobt()
2465
offsetof(xfs_agi_t,
agi_seqno
),
in xfs_ialloc_log_agi()
2546
if (bp->b_pag && be32_to_cpu(agi->
agi_seqno
) != bp->b_pag->pag_agno)
in xfs_agi_verify()
H
A
D
xfs_ialloc_btree.c
238
ASSERT(cur->bc_ag.agno == be32_to_cpu(agi->
agi_seqno
));
in xfs_inobt_init_ptr_from_cur()
250
ASSERT(cur->bc_ag.agno == be32_to_cpu(agi->
agi_seqno
));
in xfs_finobt_init_ptr_from_cur()
H
A
D
xfs_ag.c
320
agi->
agi_seqno
= cpu_to_be32(id->agno);
in xfs_agiblock_init()
H
A
D
xfs_format.h
759
__be32
agi_seqno
; /* sequence # starting from 0 */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_ialloc_btree.c
242
ASSERT(cur->bc_ag.pag->pag_agno == be32_to_cpu(agi->
agi_seqno
));
in xfs_inobt_init_ptr_from_cur()
254
ASSERT(cur->bc_ag.pag->pag_agno == be32_to_cpu(agi->
agi_seqno
));
in xfs_finobt_init_ptr_from_cur()
H
A
D
xfs_ialloc.c
2444
offsetof(xfs_agi_t,
agi_seqno
),
in xfs_ialloc_log_agi()
2494
uint32_t
agi_seqno
= be32_to_cpu(agi->
agi_seqno
);
in xfs_agi_verify()
local
2513
fa = xfs_validate_ag_length(bp,
agi_seqno
, agi_length);
in xfs_agi_verify()
H
A
D
xfs_ag.c
728
agi->
agi_seqno
= cpu_to_be32(id->agno);
in xfs_agiblock_init()
H
A
D
xfs_format.h
593
__be32
agi_seqno
; /* sequence # starting from 0 */
member
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader_repair.c
763
agi->
agi_seqno
= cpu_to_be32(sc->sa.agno);
in xrep_agi_init_header()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader_repair.c
863
agi->
agi_seqno
= cpu_to_be32(pag->pag_agno);
in xrep_agi_init_header()
Completed in 21 milliseconds