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:nosharesock
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
fs_context.h
233
bool
nosharesock
:1;
member
H
A
D
connect.c
1498
if (ctx->
nosharesock
)
in match_server()
1502
if (server->
nosharesock
)
in match_server()
1693
if (ctx->
nosharesock
)
in cifs_get_tcp_session()
1694
tcp_ses->
nosharesock
= true;
in cifs_get_tcp_session()
H
A
D
cifs_debug.c
436
if (server->
nosharesock
)
in cifs_debug_data_proc_show()
437
seq_printf(m, "
nosharesock
");
in cifs_debug_data_proc_show()
H
A
D
fs_context.c
118
fsparam_flag("
nosharesock
", Opt_nosharesock),
1524
ctx->
nosharesock
= true;
in smb3_fs_context_parse_param()
H
A
D
cifsglob.h
674
bool
nosharesock
;
member
H
A
D
cifsfs.c
695
if (tcon->ses->server->
nosharesock
)
in cifs_show_options()
696
seq_puts(s, ",
nosharesock
");
in cifs_show_options()
H
A
D
sess.c
564
ctx->
nosharesock
= true;
in cifs_ses_add_channel()
H
A
D
smb2pdu.c
2126
server->
nosharesock
= true;
in SMB2_tcon()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsglob.h
596
bool
nosharesock
:1;
member
H
A
D
sess.c
209
vol.
nosharesock
= true;
in cifs_ses_add_channel()
H
A
D
connect.c
201
{ Opt_nosharesock, "
nosharesock
" },
1729
vol->
nosharesock
= true;
in cifs_parse_mount_options()
2419
if (vol->
nosharesock
)
in match_server()
Completed in 36 milliseconds