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:send_max_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
send.c
141
u32
send_max_size
;
member
663
int left = sctx->
send_max_size
- sctx->send_size;
in tlv_put()
5226
return sctx->
send_max_size
- SZ_16K;
in max_send_read_size()
5239
if (sctx->
send_max_size
- sctx->send_size < sizeof(__le16) + len)
in put_data_header()
5246
if (sctx->
send_max_size
- sctx->send_size < sizeof(*hdr) + len)
in put_data_header()
5652
if (data_offset > sctx->
send_max_size
||
in send_encoded_extent()
5653
sctx->
send_max_size
- data_offset < disk_num_bytes) {
in send_encoded_extent()
8190
sctx->
send_max_size
= BTRFS_SEND_BUF_SIZE_V2;
in btrfs_ioctl_send()
8191
sctx->send_buf = vmalloc(sctx->
send_max_size
);
in btrfs_ioctl_send()
8196
send_buf_num_pages = sctx->
send_max_size
>> PAGE_SHIF
in btrfs_ioctl_send()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
send.c
83
u32
send_max_size
;
member
575
int left = sctx->
send_max_size
- sctx->send_size;
in tlv_put()
4940
return sctx->
send_max_size
- SZ_16K;
in max_send_read_size()
4947
if (sctx->
send_max_size
- sctx->send_size < sizeof(*hdr) + len)
in put_data_header()
7323
sctx->
send_max_size
= BTRFS_SEND_BUF_SIZE;
in btrfs_ioctl_send()
7324
sctx->send_buf = kvmalloc(sctx->
send_max_size
, GFP_KERNEL);
in btrfs_ioctl_send()
Completed in 18 milliseconds