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:OutputCount
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb2misc.c
280
le32_to_cpu(h->
OutputCount
);
in smb2_ioctl_req_len()
H
A
D
smb2pdu.c
7959
rsp->
OutputCount
= cpu_to_le32(nbytes);
in smb2_ioctl()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.h
1199
__le32
OutputCount
;
member
1216
__le32
OutputCount
;
member
H
A
D
smb2misc.c
365
((struct smb2_ioctl_rsp *)shdr)->
OutputCount
);
in smb2_get_data_area_len()
H
A
D
smb2ops.c
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()
3008
plen = le32_to_cpu(ioctl_rsp->
OutputCount
);
in smb2_query_symlink()
3182
count = le32_to_cpu(ioctl_rsp->
OutputCount
);
in smb2_query_reparse_tag()
H
A
D
smb2pdu.c
2984
req->
OutputCount
= 0; /* MBZ */
in SMB2_ioctl_init()
3110
*plen = le32_to_cpu(rsp->
OutputCount
);
in SMB2_ioctl()
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
1311
__le32
OutputCount
;
member
1328
__le32
OutputCount
;
member
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2misc.c
373
((struct smb2_ioctl_rsp *)shdr)->
OutputCount
);
in smb2_get_data_area_len()
H
A
D
smb2ops.c
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()
2989
u32 plen = le32_to_cpu(io->
OutputCount
);
in smb2_parse_reparse_point()
3098
count = le32_to_cpu(ioctl_rsp->
OutputCount
);
in smb2_query_reparse_point()
H
A
D
smb2pdu.c
3265
req->
OutputCount
= 0; /* MBZ */
in SMB2_ioctl_init()
3402
*plen = le32_to_cpu(rsp->
OutputCount
);
in SMB2_ioctl()
Completed in 46 milliseconds