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:rtlen
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
rtsummary.c
123
xfs_filblks_t
rtlen
;
in xchk_rtsum_record_free()
local
138
rtlen
= rec->ar_extcount * mp->m_sb.sb_rextsize;
in xchk_rtsum_record_free()
140
if (!xfs_verify_rtext(mp, rtbno,
rtlen
)) {
in xchk_rtsum_record_free()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_rtbitmap.c
1009
* Free some blocks in the realtime subvolume. rtbno and
rtlen
are in units of
1010
* rt blocks, not rt extents; must be aligned to the rt extent size; and
rtlen
1017
xfs_filblks_t
rtlen
)
in xfs_rtfree_blocks()
1024
ASSERT(
rtlen
<= XFS_MAX_BMBT_EXTLEN);
in xfs_rtfree_blocks()
1026
len = div_u64_rem(
rtlen
, mp->m_sb.sb_rextsize, &mod);
in xfs_rtfree_blocks()
1014
xfs_rtfree_blocks( struct xfs_trans *tp, xfs_fsblock_t rtbno, xfs_filblks_t
rtlen
)
xfs_rtfree_blocks()
argument
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_rtalloc.h
63
xfs_filblks_t
rtlen
);
Completed in 3 milliseconds