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_fllast
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader_repair.c
209
agf->
agf_fllast
= old_agf->
agf_fllast
;
in xrep_agf_init_header()
631
agf->
agf_fllast
= cpu_to_be32(flcount - 1);
in xrep_agfl_update_agf()
633
agf->
agf_fllast
= cpu_to_be32(xfs_agfl_size(sc->mp) - 1);
in xrep_agfl_update_agf()
H
A
D
agheader.c
597
agfl_last = be32_to_cpu(agf->
agf_fllast
);
in xchk_agf()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_alloc.c
2371
uint32_t l = be32_to_cpu(agf->
agf_fllast
);
in xfs_agfl_needs_reset()
2432
agf->
agf_fllast
= cpu_to_be32(xfs_agfl_size(mp) - 1);
in xfs_agfl_reset()
2727
offsetof(xfs_agf_t,
agf_fllast
),
in xfs_alloc_log_agf()
2792
be32_add_cpu(&agf->
agf_fllast
, 1);
in xfs_alloc_put_freelist()
2793
if (be32_to_cpu(agf->
agf_fllast
) == xfs_agfl_size(mp))
in xfs_alloc_put_freelist()
2794
agf->
agf_fllast
= 0;
in xfs_alloc_put_freelist()
2814
blockp = &agfl_bno[be32_to_cpu(agf->
agf_fllast
)];
in xfs_alloc_put_freelist()
2846
be32_to_cpu(agf->
agf_fllast
) < xfs_agfl_size(mp) &&
in xfs_agf_verify()
3428
if (i == be32_to_cpu(agf->
agf_fllast
))
in xfs_agfl_walk()
H
A
D
xfs_ag.c
265
agf->
agf_fllast
= 0;
in xfs_agfblock_init()
H
A
D
xfs_format.h
672
__be32
agf_fllast
; /* last freelist block's index */
member
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader_repair.c
193
agf->
agf_fllast
= old_agf->
agf_fllast
;
in xrep_agf_init_header()
557
agf->
agf_fllast
= cpu_to_be32(flcount - 1);
in xrep_agfl_update_agf()
H
A
D
agheader.c
574
agfl_last = be32_to_cpu(agf->
agf_fllast
);
in xchk_agf()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_alloc.c
2413
uint32_t l = be32_to_cpu(agf->
agf_fllast
);
in xfs_agfl_needs_reset()
2470
agf->
agf_fllast
= cpu_to_be32(xfs_agfl_size(mp) - 1);
in xfs_agfl_reset()
2899
offsetof(xfs_agf_t,
agf_fllast
),
in xfs_alloc_log_agf()
2948
be32_add_cpu(&agf->
agf_fllast
, 1);
in xfs_alloc_put_freelist()
2949
if (be32_to_cpu(agf->
agf_fllast
) == xfs_agfl_size(mp))
in xfs_alloc_put_freelist()
2950
agf->
agf_fllast
= 0;
in xfs_alloc_put_freelist()
2968
blockp = &agfl_bno[be32_to_cpu(agf->
agf_fllast
)];
in xfs_alloc_put_freelist()
3067
if (be32_to_cpu(agf->
agf_fllast
) >= xfs_agfl_size(mp))
in xfs_agf_verify()
3941
if (i == be32_to_cpu(agf->
agf_fllast
))
in xfs_agfl_walk()
H
A
D
xfs_ag.c
673
agf->
agf_fllast
= 0;
in xfs_agfblock_init()
H
A
D
xfs_format.h
506
__be32
agf_fllast
; /* last freelist block's index */
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trace.h
1580
__entry->fllast = be32_to_cpu(agf->
agf_fllast
),
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trace.h
1717
__entry->fllast = be32_to_cpu(agf->
agf_fllast
),
Completed in 32 milliseconds