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:need_reconnect
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
dfs.c
430
tcon->
need_reconnect
= false;
in __tree_connect_ipc()
570
if (tcon->
need_reconnect
)
in cifs_tree_connect()
633
tcon->
need_reconnect
= false;
in cifs_tree_connect()
H
A
D
smb2pdu.c
291
if (!cifs_chan_needs_reconnect(ses, server) && !tcon->
need_reconnect
) {
in smb2_reconnect()
298
tcon->
need_reconnect
);
in smb2_reconnect()
344
if (tcon->
need_reconnect
)
in smb2_reconnect()
384
if (!tcon->
need_reconnect
) {
in smb2_reconnect()
2085
tcon->
need_reconnect
= true;
in SMB2_tcon()
2159
if ((tcon->
need_reconnect
) ||
in SMB2_tdis()
3169
tcon->
need_reconnect
= true;
in SMB2_open()
4013
if (tcon->
need_reconnect
|| tcon->need_reopen_files) {
in smb2_reconnect_server()
4023
if (ses->tcon_ipc && ses->tcon_ipc->
need_reconnect
) {
in smb2_reconnect_server()
4072
tcon->
need_reconnect
in smb2_reconnect_server()
[all...]
H
A
D
cifs_debug.c
125
if (tcon->
need_reconnect
)
in cifs_debug_tcon()
738
if (tcon->
need_reconnect
)
in cifs_stats_proc_show()
H
A
D
cached_dir.c
276
tcon->
need_reconnect
= true;
in open_cached_dir()
H
A
D
connect.c
269
tcon->
need_reconnect
= true;
in cifs_mark_tcp_ses_conns_for_reconnect()
277
ses->tcon_ipc->
need_reconnect
= true;
in cifs_mark_tcp_ses_conns_for_reconnect()
4237
if (tcon->
need_reconnect
)
in cifs_tree_connect()
4264
tcon->
need_reconnect
= false;
in cifs_tree_connect()
H
A
D
smb2inode.c
404
tcon->
need_reconnect
= true;
in smb2_compound_op()
H
A
D
dfs_cache.c
1169
!tcon->
need_reconnect
;
in is_ses_good()
H
A
D
cifssmb.c
108
if (!cifs_chan_needs_reconnect(ses, server) && !tcon->
need_reconnect
) {
in cifs_reconnect_tcon()
146
if (tcon->
need_reconnect
)
in cifs_reconnect_tcon()
160
if (rc || !tcon->
need_reconnect
) {
in cifs_reconnect_tcon()
306
tcon->
need_reconnect
) {
in smb_init_no_reconnect()
528
if ((tcon->
need_reconnect
) || CIFS_ALL_CHANS_NEED_RECONNECT(tcon->ses)) {
in CIFSSMBTDis()
H
A
D
cifsglob.h
1225
bool
need_reconnect
:1; /* connection reset, tid now invalid */
member
H
A
D
file.c
178
if (tcon->
need_reconnect
)
in cifs_mark_open_files_invalid()
667
if (!tcon->
need_reconnect
&& !cifs_file->invalidHandle) {
in _cifsFileInfo_put()
H
A
D
smb2ops.c
2435
tcon->
need_reconnect
= true;
in smb2_is_network_name_deleted()
2649
tcon->
need_reconnect
= true;
in smb2_query_info_compound()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.c
245
if (!tcon->ses->
need_reconnect
&& !tcon->
need_reconnect
)
in smb2_reconnect()
276
if (!rc && tcon->ses->
need_reconnect
) {
in smb2_reconnect()
295
if (rc || !tcon->
need_reconnect
) {
in smb2_reconnect()
1311
ses->
need_reconnect
= false;
in SMB2_sess_establish_session()
1657
if (ses->
need_reconnect
)
in SMB2_logoff()
1795
tcon->
need_reconnect
= true;
in SMB2_tcon()
1822
tcon->
need_reconnect
= false;
in SMB2_tcon()
1868
if ((tcon->
need_reconnect
) || (tcon->ses->
need_reconnect
))
in SMB2_tdis()
[all...]
H
A
D
cifs_debug.c
119
if (tcon->
need_reconnect
)
in cifs_debug_tcon()
600
if (tcon->
need_reconnect
)
in cifs_stats_proc_show()
H
A
D
dfs_cache.c
1401
if (!tcon->
need_reconnect
&& !tcon->need_reopen_files &&
in get_tcons()
1407
if (ses->tcon_ipc && !ses->tcon_ipc->
need_reconnect
&&
in get_tcons()
H
A
D
cifsglob.h
1003
bool
need_reconnect
:1; /* connection reset, uid now invalid */
member
1154
bool
need_reconnect
:1; /* connection reset, tid now invalid */
member
H
A
D
cifssmb.c
198
if (!ses->
need_reconnect
&& !tcon->
need_reconnect
)
in cifs_reconnect_tcon()
221
if (rc == 0 && ses->
need_reconnect
)
in cifs_reconnect_tcon()
225
if (rc || !tcon->
need_reconnect
) {
in cifs_reconnect_tcon()
369
if (tcon->ses->
need_reconnect
|| tcon->
need_reconnect
)
in smb_init_no_reconnect()
720
if ((tcon->
need_reconnect
) || (tcon->ses->
need_reconnect
))
in CIFSSMBTDis()
816
if (ses->
need_reconnect
)
in CIFSSMBLogoff()
H
A
D
smb2inode.c
408
tcon->
need_reconnect
= true;
in smb2_compound_op()
H
A
D
connect.c
458
ses->
need_reconnect
= true;
in cifs_reconnect()
461
tcon->
need_reconnect
= true;
in cifs_reconnect()
464
ses->tcon_ipc->
need_reconnect
= true;
in cifs_reconnect()
3063
if (ses->
need_reconnect
) {
in cifs_get_smb_ses()
4941
tcon->
need_reconnect
= false;
in CIFSTCon()
H
A
D
sess.c
934
ses->
need_reconnect
= false;
in sess_establish_session()
H
A
D
smb2ops.c
796
tcon->
need_reconnect
= true;
in open_shroot()
2579
tcon->
need_reconnect
= true;
in smb2_query_info_compound()
H
A
D
file.c
493
if (!tcon->
need_reconnect
&& !cifs_file->invalidHandle) {
in _cifsFileInfo_put()
Completed in 85 milliseconds