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_flfirst
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_alloc.c
2370
uint32_t f = be32_to_cpu(agf->
agf_flfirst
);
in xfs_agfl_needs_reset()
2431
agf->
agf_flfirst
= 0;
in xfs_agfl_reset()
2683
bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->
agf_flfirst
)]);
in xfs_alloc_get_freelist()
2684
be32_add_cpu(&agf->
agf_flfirst
, 1);
in xfs_alloc_get_freelist()
2686
if (be32_to_cpu(agf->
agf_flfirst
) == xfs_agfl_size(mp))
in xfs_alloc_get_freelist()
2687
agf->
agf_flfirst
= 0;
in xfs_alloc_get_freelist()
2726
offsetof(xfs_agf_t,
agf_flfirst
),
in xfs_alloc_log_agf()
2845
be32_to_cpu(agf->
agf_flfirst
) < xfs_agfl_size(mp) &&
in xfs_agf_verify()
3417
i = be32_to_cpu(agf->
agf_flfirst
);
in xfs_agfl_walk()
H
A
D
xfs_ag.c
264
agf->
agf_flfirst
= cpu_to_be32(1);
in xfs_agfblock_init()
H
A
D
xfs_format.h
671
__be32
agf_flfirst
; /* first freelist block's index */
member
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader_repair.c
192
agf->
agf_flfirst
= old_agf->
agf_flfirst
;
in xrep_agf_init_header()
555
agf->
agf_flfirst
= cpu_to_be32(0);
in xrep_agfl_update_agf()
H
A
D
agheader.c
573
agfl_first = be32_to_cpu(agf->
agf_flfirst
);
in xchk_agf()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader_repair.c
208
agf->
agf_flfirst
= old_agf->
agf_flfirst
;
in xrep_agf_init_header()
628
agf->
agf_flfirst
= cpu_to_be32(0);
in xrep_agfl_update_agf()
H
A
D
agheader.c
596
agfl_first = be32_to_cpu(agf->
agf_flfirst
);
in xchk_agf()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_alloc.c
2412
uint32_t f = be32_to_cpu(agf->
agf_flfirst
);
in xfs_agfl_needs_reset()
2469
agf->
agf_flfirst
= 0;
in xfs_agfl_reset()
2854
bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->
agf_flfirst
)]);
in xfs_alloc_get_freelist()
2858
be32_add_cpu(&agf->
agf_flfirst
, 1);
in xfs_alloc_get_freelist()
2860
if (be32_to_cpu(agf->
agf_flfirst
) == xfs_agfl_size(mp))
in xfs_alloc_get_freelist()
2861
agf->
agf_flfirst
= 0;
in xfs_alloc_get_freelist()
2898
offsetof(xfs_agf_t,
agf_flfirst
),
in xfs_alloc_log_agf()
3065
if (be32_to_cpu(agf->
agf_flfirst
) >= xfs_agfl_size(mp))
in xfs_agf_verify()
3930
i = be32_to_cpu(agf->
agf_flfirst
);
in xfs_agfl_walk()
H
A
D
xfs_ag.c
672
agf->
agf_flfirst
= cpu_to_be32(1);
in xfs_agfblock_init()
H
A
D
xfs_format.h
505
__be32
agf_flfirst
; /* first freelist block's index */
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trace.h
1579
__entry->flfirst = be32_to_cpu(agf->
agf_flfirst
),
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trace.h
1716
__entry->flfirst = be32_to_cpu(agf->
agf_flfirst
),
Completed in 31 milliseconds