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:ar_extcount
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
rtsummary.c
134
lenlog = XFS_RTBLOCKLOG(rec->
ar_extcount
);
in xchk_rtsum_record_free()
138
rtlen = rec->
ar_extcount
* mp->m_sb.sb_rextsize;
in xchk_rtsum_record_free()
151
trace_xchk_rtsum_record_free(mp, rec->ar_startext, rec->
ar_extcount
,
in xchk_rtsum_record_free()
H
A
D
rtbitmap.c
54
blockcount = rec->
ar_extcount
* mp->m_sb.sb_rextsize;
in xchk_rtbitmap_rec()
H
A
D
fscounters.c
402
fsc->frextents += rec->
ar_extcount
;
in xchk_fscount_add_frextent()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_rtbitmap.c
1049
rec.
ar_extcount
= rtend - rtstart + 1;
in xfs_rtalloc_query_range()
1073
keys[0].
ar_extcount
= keys[1].
ar_extcount
= 0;
in xfs_rtalloc_query_all()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_rtbitmap.c
1082
rec.
ar_extcount
= rtend - rtstart + 1;
in xfs_rtalloc_query_range()
1107
keys[0].
ar_extcount
= keys[1].
ar_extcount
= 0;
in xfs_rtalloc_query_all()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
rtbitmap.c
53
blockcount = rec->
ar_extcount
* tp->t_mountp->m_sb.sb_rextsize;
in xchk_rtbitmap_rec()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_rtalloc.h
21
xfs_rtblock_t
ar_extcount
;
member
H
A
D
xfs_fsmap.c
463
irec.rm_blockcount = rec->
ar_extcount
* mp->m_sb.sb_rextsize;
in xfs_getfsmap_rtdev_rtbitmap_helper()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_rtalloc.h
21
xfs_rtblock_t
ar_extcount
;
member
H
A
D
xfs_fsmap.c
490
rtbno = rec->
ar_extcount
* mp->m_sb.sb_rextsize;
in xfs_getfsmap_rtdev_rtbitmap_helper()
H
A
D
xfs_rtalloc.c
1320
*valp += rec->
ar_extcount
;
in xfs_rtalloc_count_frextent()
Completed in 9 milliseconds