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:clone_src_i_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
send.c
5323
u64
clone_src_i_size
= 0;
in clone_range()
local
5353
&
clone_src_i_size
, NULL, NULL, NULL, NULL, NULL);
in clone_range()
5455
if (key.offset >=
clone_src_i_size
)
in clone_range()
5458
if (key.offset + ext_len >
clone_src_i_size
) {
in clone_range()
5459
ext_len =
clone_src_i_size
- key.offset;
in clone_range()
5502
if (src_end ==
clone_src_i_size
&&
in clone_range()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
send.c
5874
u64
clone_src_i_size
= 0;
in clone_range()
local
5907
clone_src_i_size
= info.size;
in clone_range()
6007
if (key.offset >=
clone_src_i_size
)
in clone_range()
6010
if (key.offset + ext_len >
clone_src_i_size
) {
in clone_range()
6011
ext_len =
clone_src_i_size
- key.offset;
in clone_range()
6054
if (src_end ==
clone_src_i_size
&&
in clone_range()
Completed in 24 milliseconds