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:MID_DELETED
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
transport.c
184
if (!(mid->mid_flags &
MID_DELETED
)) {
in cifs_delete_mid()
186
mid->mid_flags |=
MID_DELETED
;
in cifs_delete_mid()
901
if (!(mid->mid_flags &
MID_DELETED
)) {
in cifs_sync_mid_result()
903
mid->mid_flags |=
MID_DELETED
;
in cifs_sync_mid_result()
H
A
D
connect.c
497
mid_entry->mid_flags |=
MID_DELETED
;
in cifs_reconnect()
839
if (mid->mid_flags &
MID_DELETED
)
in dequeue_mid()
843
mid->mid_flags |=
MID_DELETED
;
in dequeue_mid()
934
mid_entry->mid_flags |=
MID_DELETED
;
in clean_demultiplex_info()
H
A
D
cifsglob.h
1774
#define
MID_DELETED
2 /* Mid has been dequeued/deleted */
macro
H
A
D
smb2ops.c
286
mid->mid_flags |=
MID_DELETED
;
in __smb2_find_mid()
4764
mid->mid_flags &= ~(
MID_DELETED
);
in smb2_decrypt_offload()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
transport.c
163
if (!(mid->mid_flags &
MID_DELETED
)) {
in delete_mid()
165
mid->mid_flags |=
MID_DELETED
;
in delete_mid()
908
if (!(mid->mid_flags &
MID_DELETED
)) {
in cifs_sync_mid_result()
910
mid->mid_flags |=
MID_DELETED
;
in cifs_sync_mid_result()
H
A
D
connect.c
323
mid->mid_flags |=
MID_DELETED
;
in cifs_abort_connection()
854
if (mid->mid_flags &
MID_DELETED
) {
in dequeue_mid()
859
mid->mid_flags |=
MID_DELETED
;
in dequeue_mid()
997
mid_entry->mid_flags |=
MID_DELETED
;
in clean_demultiplex_info()
H
A
D
cifsglob.h
1852
#define
MID_DELETED
2 /* Mid has been dequeued/deleted */
macro
H
A
D
smb2ops.c
375
mid->mid_flags |=
MID_DELETED
;
in __smb2_find_mid()
4819
mid->mid_flags &= ~(
MID_DELETED
);
in smb2_decrypt_offload()
Completed in 40 milliseconds