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:oplocks
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb1ops.c
123
server->
oplocks
= val > 1 ? enable_oplocks : false;
in cifs_set_credits()
1104
if (tcon->ses->server->
oplocks
)
in cifs_make_node()
H
A
D
dir.c
243
if (tcon->ses->server->
oplocks
)
in cifs_do_create()
H
A
D
smb2ops.c
39
server->
oplocks
= false;
in change_conf()
43
server->
oplocks
= false;
in change_conf()
49
server->
oplocks
= true;
in change_conf()
52
server->
oplocks
= false;
in change_conf()
93
server->
oplocks
) {
in smb2_add_credits()
118
cifs_server_dbg(VFS, "disabling echoes and
oplocks
\n");
in smb2_add_credits()
121
cifs_dbg(FYI, "disabling
oplocks
\n");
in smb2_add_credits()
5083
if (tcon->ses->server->
oplocks
)
in smb2_make_node()
H
A
D
cifsglob.h
710
bool
oplocks
:1; /* enable
oplocks
*/
member
1951
extern bool enable_oplocks; /* enable or disable
oplocks
*/
H
A
D
file.c
560
if (server->
oplocks
)
in cifs_open()
723
if (tcon->ses->server->
oplocks
)
in cifs_reopen_file()
H
A
D
inode.c
485
if (tcon->ses->server->
oplocks
)
H
A
D
smb2pdu.c
1216
/* enough to enable echos and
oplocks
and one max size write */
in SMB2_sess_alloc_buffer()
2721
if ((!server->
oplocks
) || (tcon->no_lease))
in SMB2_open_init()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb1ops.c
125
server->
oplocks
= val > 1 ? enable_oplocks : false;
in cifs_set_credits()
1110
if (tcon->ses->server->
oplocks
)
in cifs_make_node()
H
A
D
dir.c
194
if (tcon->ses->server->
oplocks
)
H
A
D
smb2ops.c
45
server->
oplocks
= false;
in change_conf()
49
server->
oplocks
= false;
in change_conf()
55
server->
oplocks
= true;
in change_conf()
58
server->
oplocks
= false;
in change_conf()
107
server->
oplocks
) {
in smb2_add_credits()
153
cifs_server_dbg(VFS, "disabling echoes and
oplocks
\n");
in smb2_add_credits()
156
cifs_dbg(FYI, "disabling
oplocks
\n");
in smb2_add_credits()
5152
if (tcon->ses->server->
oplocks
)
in smb2_make_node()
H
A
D
cifsglob.h
695
bool
oplocks
:1; /* enable
oplocks
*/
member
2046
extern bool enable_oplocks; /* enable or disable
oplocks
*/
H
A
D
file.c
756
if (server->
oplocks
)
in cifs_open()
938
if (tcon->ses->server->
oplocks
)
in cifs_reopen_file()
H
A
D
inode.c
549
if (tcon->ses->server->
oplocks
)
in cifs_sfu_type()
H
A
D
smb2pdu.c
1466
/* enough to enable echos and
oplocks
and one max size write */
in SMB2_sess_alloc_buffer()
3008
if ((!server->
oplocks
) || (tcon->no_lease))
in SMB2_open_init()
Completed in 59 milliseconds