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:SMB2_FLUSH_HE
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb2ops.c
185
[
SMB2_FLUSH_HE
] = { .proc = smb2_flush},
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.h
50
#define
SMB2_FLUSH_HE
0x0007 /* trivial resp */
macro
71
#define SMB2_FLUSH cpu_to_le16(
SMB2_FLUSH_HE
)
H
A
D
smb2ops.c
1373
atomic_read(&sent[
SMB2_FLUSH_HE
]),
in smb2_print_stats()
1374
atomic_read(&failed[
SMB2_FLUSH_HE
]));
in smb2_print_stats()
H
A
D
smb2pdu.c
3815
cifs_stats_fail_inc(tcon,
SMB2_FLUSH_HE
);
in SMB2_flush()
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
25
#define
SMB2_FLUSH_HE
0x0007 /* trivial resp */
macro
46
#define SMB2_FLUSH cpu_to_le16(
SMB2_FLUSH_HE
)
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2ops.c
1346
atomic_read(&sent[
SMB2_FLUSH_HE
]),
in smb2_print_stats()
1347
atomic_read(&failed[
SMB2_FLUSH_HE
]));
in smb2_print_stats()
H
A
D
smb2pdu.c
4202
cifs_stats_fail_inc(tcon,
SMB2_FLUSH_HE
);
in SMB2_flush()
Completed in 36 milliseconds