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:io_rsp
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2ops.c
1525
struct smb2_ioctl_rsp *
io_rsp
= NULL;
in smb2_ioctl_query_info()
local
1684
io_rsp
= (struct smb2_ioctl_rsp *)rsp_iov[1].iov_base;
in smb2_ioctl_query_info()
1685
if (le32_to_cpu(
io_rsp
->OutputCount) < qi.input_buffer_length)
in smb2_ioctl_query_info()
1686
qi.input_buffer_length = le32_to_cpu(
io_rsp
->OutputCount);
in smb2_ioctl_query_info()
1688
le32_to_cpu(
io_rsp
->OutputOffset) + qi.input_buffer_length
in smb2_ioctl_query_info()
1702
(const void *)
io_rsp
+ le32_to_cpu(
io_rsp
->OutputOffset),
in smb2_ioctl_query_info()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2ops.c
1494
struct smb2_ioctl_rsp *
io_rsp
= NULL;
in smb2_ioctl_query_info()
local
1653
io_rsp
= (struct smb2_ioctl_rsp *)rsp_iov[1].iov_base;
in smb2_ioctl_query_info()
1654
if (le32_to_cpu(
io_rsp
->OutputCount) < qi.input_buffer_length)
in smb2_ioctl_query_info()
1655
qi.input_buffer_length = le32_to_cpu(
io_rsp
->OutputCount);
in smb2_ioctl_query_info()
1657
le32_to_cpu(
io_rsp
->OutputOffset) + qi.input_buffer_length
in smb2_ioctl_query_info()
1671
(const void *)
io_rsp
+ le32_to_cpu(
io_rsp
->OutputOffset),
in smb2_ioctl_query_info()
H
A
D
cifssmb.c
2705
TRANSACT_IOCTL_RSP *
io_rsp
= NULL;
in cifs_query_reparse_point()
local
2734
(void **)&io_req, (void **)&
io_rsp
);
in cifs_query_reparse_point()
2758
(struct smb_hdr *)
io_rsp
, &io_rsp_len, 0);
in cifs_query_reparse_point()
2762
data_offset = le32_to_cpu(
io_rsp
->DataOffset);
in cifs_query_reparse_point()
2763
data_count = le32_to_cpu(
io_rsp
->DataCount);
in cifs_query_reparse_point()
2764
if (get_bcc(&
io_rsp
->hdr) < 2 || data_offset > 512 ||
in cifs_query_reparse_point()
2770
end = 2 + get_bcc(&
io_rsp
->hdr) + (__u8 *)&
io_rsp
->ByteCount;
in cifs_query_reparse_point()
2771
start = (__u8 *)&
io_rsp
->hdr.Protocol + data_offset;
in cifs_query_reparse_point()
2778
rsp->iov_base =
io_rsp
;
in cifs_query_reparse_point()
[all...]
Completed in 21 milliseconds