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:CIFS_OP_MASK
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
transport.c
537
optype = flags &
CIFS_OP_MASK
;
in wait_for_free_credits()
654
credits = server->ops->get_credits_field(server, flags &
CIFS_OP_MASK
);
in wait_for_compound_request()
787
optype = flags &
CIFS_OP_MASK
;
in cifs_call_async()
1044
optype = flags &
CIFS_OP_MASK
;
in compound_send_recv()
H
A
D
cifsglob.h
1795
#define
CIFS_OP_MASK
0x0780 /* mask request type */
macro
H
A
D
smb2ops.c
73
if (((optype &
CIFS_OP_MASK
) == CIFS_NEG_OP) && (*val != 0))
in smb2_add_credits()
86
if (server->in_flight == 0 && (optype &
CIFS_OP_MASK
) != CIFS_NEG_OP)
in smb2_add_credits()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
transport.c
501
optype = flags &
CIFS_OP_MASK
;
in wait_for_free_credits()
654
credits = server->ops->get_credits_field(server, flags &
CIFS_OP_MASK
);
in wait_for_compound_request()
794
optype = flags &
CIFS_OP_MASK
;
in cifs_call_async()
1080
optype = flags &
CIFS_OP_MASK
;
in compound_send_recv()
H
A
D
smb2ops.c
81
if (((optype &
CIFS_OP_MASK
) == CIFS_NEG_OP) && (*val != 0))
in smb2_add_credits()
99
((optype &
CIFS_OP_MASK
) != CIFS_NEG_OP) &&
in smb2_add_credits()
100
((optype &
CIFS_OP_MASK
) != CIFS_SESS_OP))
in smb2_add_credits()
113
((optype &
CIFS_OP_MASK
) == CIFS_OBREAK_OP))
in smb2_add_credits()
H
A
D
cifsglob.h
1875
#define
CIFS_OP_MASK
0x2780 /* mask request type */
macro
Completed in 50 milliseconds