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:NameLength
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
oplock.c
1471
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_lease_buf()
1488
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_lease_buf()
1577
name_len = le16_to_cpu(cc->
NameLength
);
in smb2_find_context_vals()
1617
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_durable_rsp_buf()
1641
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_durable_v2_rsp_buf()
1667
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_mxac_rsp_buf()
1689
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_disk_id_rsp_buf()
1724
buf->ccontext.
NameLength
= cpu_to_le16(POSIX_CTXT_DATA_LEN);
in create_posix_rsp_buf()
H
A
D
smb2misc.c
112
le16_to_cpu(((struct smb2_create_req *)hdr)->
NameLength
);
in smb2_get_data_area_len()
H
A
D
smb2pdu.c
2262
name = smb_strndup_from_utf16(req->Buffer, le16_to_cpu(req->
NameLength
),
in create_smb2_pipe()
2699
if (req->
NameLength
) {
in smb2_open()
2708
le16_to_cpu(req->
NameLength
),
in smb2_open()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.c
727
buf->ccontext.
NameLength
= cpu_to_le16(16);
in create_posix_buf()
1915
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_durable_buf()
1938
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_reconnect_durable_buf()
2023
if (le16_to_cpu(cc->
NameLength
) == 4 &&
in smb2_parse_contexts()
2027
else if (buf && (le16_to_cpu(cc->
NameLength
) == 4) &&
in smb2_parse_contexts()
2030
else if ((le16_to_cpu(cc->
NameLength
) == 16)) {
in smb2_parse_contexts()
2037
le16_to_cpu(cc->
NameLength
));
in smb2_parse_contexts()
2091
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_durable_v2_buf()
2131
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_reconnect_durable_v2_buf()
2238
buf->ccontext.
NameLength
in create_twarp_buf()
[all...]
H
A
D
smb2pdu.h
800
__le16
NameLength
;
member
837
__le16
NameLength
;
member
H
A
D
cifspdu.h
902
__le16
NameLength
;
member
H
A
D
smb2ops.c
4085
buf->ccontext.
NameLength
= cpu_to_le16(4);
in smb2_create_lease_buf()
4111
buf->ccontext.
NameLength
= cpu_to_le16(4);
in smb3_create_lease_buf()
H
A
D
cifssmb.c
1356
req->
NameLength
= cpu_to_le16(name_len);
in CIFS_open()
1362
req->
NameLength
= cpu_to_le16(name_len);
in CIFS_open()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.c
963
buf->ccontext.
NameLength
= cpu_to_le16(16);
in create_posix_buf()
2213
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_durable_buf()
2236
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_reconnect_durable_buf()
2330
nlen = le16_to_cpu(cc->
NameLength
);
in smb2_parse_contexts()
2403
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_durable_v2_buf()
2443
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_reconnect_durable_v2_buf()
2531
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_twarp_buf()
2618
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_sd_buf()
2697
buf->ccontext.
NameLength
= cpu_to_le16(4);
in create_query_id_buf()
2844
req->
NameLength
in smb311_posix_mkdir()
[all...]
H
A
D
cifspdu.h
853
__le16
NameLength
;
member
H
A
D
smb2ops.c
4144
buf->ccontext.
NameLength
= cpu_to_le16(4);
in smb2_create_lease_buf()
4170
buf->ccontext.
NameLength
= cpu_to_le16(4);
in smb3_create_lease_buf()
H
A
D
cifssmb.c
1176
req->
NameLength
= cpu_to_le16(name_len);
in CIFS_open()
1182
req->
NameLength
= cpu_to_le16(name_len);
in CIFS_open()
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
1145
__le16
NameLength
;
member
1166
__le16
NameLength
;
member
Completed in 88 milliseconds