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:nohandlecache
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
fs_context.h
219
bool
nohandlecache
:1; /* disable caching dir handles if srvr probs */
member
H
A
D
connect.c
2520
bool
nohandlecache
;
in cifs_get_tcon()
local
2541
nohandlecache
= ctx->
nohandlecache
;
in cifs_get_tcon()
2543
nohandlecache
= true;
in cifs_get_tcon()
2544
tcon = tcon_info_alloc(!
nohandlecache
);
in cifs_get_tcon()
2549
tcon->
nohandlecache
=
nohandlecache
;
in cifs_get_tcon()
3994
ctx->
nohandlecache
= master_tcon->
nohandlecache
;
in cifs_construct_tcon()
H
A
D
fs_context.c
1452
ctx->
nohandlecache
= 1;
in smb3_fs_context_parse_param()
1454
ctx->
nohandlecache
= 0;
in smb3_fs_context_parse_param()
1756
if (ctx->
nohandlecache
)
in smb3_update_mnt_flags()
H
A
D
cached_dir.c
149
if (tcon == NULL || tcon->cfids == NULL || tcon->
nohandlecache
||
in open_cached_dir()
H
A
D
cifsglob.h
1216
bool
nohandlecache
:1; /* if strange server resource prob can turn off */
member
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
connect.c
169
{ Opt_nohandlecache, "
nohandlecache
" },
1626
vol->
nohandlecache
= 1;
in cifs_parse_mount_options()
1629
vol->
nohandlecache
= 0;
in cifs_parse_mount_options()
3407
tcon->
nohandlecache
= volume_info->
nohandlecache
;
in cifs_get_tcon()
3409
tcon->
nohandlecache
= 1;
in cifs_get_tcon()
3964
if (pvolume_info->
nohandlecache
)
in cifs_setup_cifs_sb()
5119
vol_info->
nohandlecache
= master_tcon->
nohandlecache
;
in cifs_construct_tcon()
H
A
D
cifsglob.h
583
bool
nohandlecache
:1; /* disable caching dir handles if srvr probs */
member
1145
bool
nohandlecache
:1; /* if strange server resource prob can turn off */
member
H
A
D
smb2inode.c
530
bool no_cached_open = tcon->
nohandlecache
;
in smb2_query_path_info()
H
A
D
smb2ops.c
859
bool no_cached_open = tcon->
nohandlecache
;
in smb3_qfs_tcon()
Completed in 34 milliseconds