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:max_read_size
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb2ops.c
19
.
max_read_size
= SMB21_DEFAULT_IOSIZE,
45
.
max_read_size
= SMB3_DEFAULT_IOSIZE,
72
.
max_read_size
= SMB3_DEFAULT_IOSIZE,
99
.
max_read_size
= SMB3_DEFAULT_IOSIZE,
293
smb21_server_values.
max_read_size
= sz;
in init_smb2_max_read_size()
294
smb30_server_values.
max_read_size
= sz;
in init_smb2_max_read_size()
295
smb302_server_values.
max_read_size
= sz;
in init_smb2_max_read_size()
296
smb311_server_values.
max_read_size
= sz;
in init_smb2_max_read_size()
H
A
D
smb_common.h
351
__u32
max_read_size
;
member
H
A
D
smb2pdu.c
284
rsp->MaxReadSize = cpu_to_le32(conn->vals->
max_read_size
);
in init_smb2_neg_rsp()
1220
rsp->MaxReadSize = cpu_to_le32(conn->vals->
max_read_size
);
in smb2_handle_negotiate()
6266
unsigned int
max_read_size
= conn->vals->
max_read_size
;
in smb2_read()
local
6298
max_read_size
= get_smbd_max_read_write_size();
in smb2_read()
6333
if (length >
max_read_size
) {
in smb2_read()
6335
max_read_size
);
in smb2_read()
/kernel/linux/linux-5.10/block/
H
A
D
sed-opal.c
2008
size_t off = 0,
max_read_size
= OPAL_MAX_READ_TABLE;
in read_table_data()
local
2040
len = min(
max_read_size
, (size_t)(read_size - off));
in read_table_data()
/kernel/linux/linux-6.6/block/
H
A
D
sed-opal.c
2374
size_t off = 0,
max_read_size
= OPAL_MAX_READ_TABLE;
in read_table_data()
local
2406
len = min(
max_read_size
, (size_t)(read_size - off));
in read_table_data()
Completed in 18 milliseconds