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:use_persistent
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
connect.c
2624
tcon->
use_persistent
= false;
in cifs_get_tcon()
2634
tcon->
use_persistent
= true;
in cifs_get_tcon()
2645
tcon->
use_persistent
= true;
in cifs_get_tcon()
3998
ctx->persistent = master_tcon->
use_persistent
;
in cifs_construct_tcon()
H
A
D
smb2pdu.c
389
if (tcon->
use_persistent
)
in smb2_reconnect()
2491
struct cifs_open_parms *oparms, bool
use_persistent
)
in add_durable_context()
2495
if (
use_persistent
) {
in add_durable_context()
3026
tcon->
use_persistent
);
in SMB2_open_init()
2490
add_durable_context(struct kvec *iov, unsigned int *num_iovec, struct cifs_open_parms *oparms, bool
use_persistent
)
add_durable_context()
argument
H
A
D
cifsglob.h
1228
bool
use_persistent
:1; /* use persistent instead of durable handles */
member
H
A
D
cifsfs.c
615
if (tcon->
use_persistent
)
in cifs_show_options()
H
A
D
file.c
1131
if (!tcon->
use_persistent
|| !tcon->need_reopen_files)
in cifs_reopen_persistent_handles()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.c
301
if (tcon->
use_persistent
)
in smb2_reconnect()
2192
struct cifs_open_parms *oparms, bool
use_persistent
)
in add_durable_context()
2197
if (
use_persistent
) {
in add_durable_context()
2747
tcon->
use_persistent
);
in SMB2_open_init()
2191
add_durable_context(struct kvec *iov, unsigned int *num_iovec, struct cifs_open_parms *oparms, bool
use_persistent
)
add_durable_context()
argument
H
A
D
connect.c
3349
tcon->
use_persistent
= false;
in cifs_get_tcon()
3359
tcon->
use_persistent
= true;
in cifs_get_tcon()
3370
tcon->
use_persistent
= true;
in cifs_get_tcon()
5123
vol_info->persistent = master_tcon->
use_persistent
;
in cifs_construct_tcon()
H
A
D
cifsglob.h
1157
bool
use_persistent
:1; /* use persistent instead of durable handles */
member
H
A
D
cifsfs.c
553
if (tcon->
use_persistent
)
in cifs_show_options()
H
A
D
file.c
859
if (!tcon->
use_persistent
|| !tcon->need_reopen_files)
in cifs_reopen_persistent_handles()
Completed in 51 milliseconds