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:agfl_bno
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_alloc.c
592
__be32 *
agfl_bno
= xfs_buf_to_agfl_bno(bp);
in xfs_agfl_verify()
local
618
if (be32_to_cpu(
agfl_bno
[i]) != NULLAGBLOCK &&
in xfs_agfl_verify()
619
be32_to_cpu(
agfl_bno
[i]) >= mp->m_sb.sb_agblocks)
in xfs_agfl_verify()
2657
__be32 *
agfl_bno
;
in xfs_alloc_get_freelist()
local
2682
agfl_bno
= xfs_buf_to_agfl_bno(agflbp);
in xfs_alloc_get_freelist()
2683
bno = be32_to_cpu(
agfl_bno
[be32_to_cpu(agf->agf_flfirst)]);
in xfs_alloc_get_freelist()
2786
__be32 *
agfl_bno
;
in xfs_alloc_put_freelist()
local
2813
agfl_bno
= xfs_buf_to_agfl_bno(agflbp);
in xfs_alloc_put_freelist()
2814
blockp = &
agfl_bno
[be32_to_cpu(agf->agf_fllast)];
in xfs_alloc_put_freelist()
3412
__be32 *
agfl_bno
;
in xfs_agfl_walk()
local
[all...]
H
A
D
xfs_ag.c
295
__be32 *
agfl_bno
;
in xfs_agflblock_init()
local
304
agfl_bno
= xfs_buf_to_agfl_bno(bp);
in xfs_agflblock_init()
306
agfl_bno
[bucket] = cpu_to_be32(NULLAGBLOCK);
in xfs_agflblock_init()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_alloc.c
656
__be32 *
agfl_bno
= xfs_buf_to_agfl_bno(bp);
in xfs_agfl_verify()
local
676
if (be32_to_cpu(
agfl_bno
[i]) != NULLAGBLOCK &&
in xfs_agfl_verify()
677
be32_to_cpu(
agfl_bno
[i]) >= mp->m_sb.sb_agblocks)
in xfs_agfl_verify()
2830
__be32 *
agfl_bno
;
in xfs_alloc_get_freelist()
local
2853
agfl_bno
= xfs_buf_to_agfl_bno(agflbp);
in xfs_alloc_get_freelist()
2854
bno = be32_to_cpu(
agfl_bno
[be32_to_cpu(agf->agf_flfirst)]);
in xfs_alloc_get_freelist()
2939
__be32 *
agfl_bno
;
in xfs_alloc_put_freelist()
local
2967
agfl_bno
= xfs_buf_to_agfl_bno(agflbp);
in xfs_alloc_put_freelist()
2968
blockp = &
agfl_bno
[be32_to_cpu(agf->agf_fllast)];
in xfs_alloc_put_freelist()
3925
__be32 *
agfl_bno
;
in xfs_agfl_walk()
local
[all...]
H
A
D
xfs_ag.c
703
__be32 *
agfl_bno
;
in xfs_agflblock_init()
local
712
agfl_bno
= xfs_buf_to_agfl_bno(bp);
in xfs_agflblock_init()
714
agfl_bno
[bucket] = cpu_to_be32(NULLAGBLOCK);
in xfs_agflblock_init()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader_repair.c
572
__be32 *
agfl_bno
;
in xrep_agfl_init_header()
local
597
agfl_bno
= xfs_buf_to_agfl_bno(agfl_bp);
in xrep_agfl_init_header()
604
agfl_bno
[fl_off] = cpu_to_be32(agbno);
in xrep_agfl_init_header()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader_repair.c
642
__be32 *
agfl_bno
;
member
662
af->
agfl_bno
[af->fl_off++] = cpu_to_be32(agbno++);
in xrep_agfl_fill()
708
af.
agfl_bno
= xfs_buf_to_agfl_bno(agfl_bp),
in xrep_agfl_init_header()
Completed in 13 milliseconds