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:mfsymlinks
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
fs_context.h
230
bool
mfsymlinks
:1; /* use Minshall+French Symlinks */
member
H
A
D
fs_context.c
115
fsparam_flag("
mfsymlinks
", Opt_mfsymlinks),
1515
ctx->
mfsymlinks
= true;
in smb3_fs_context_parse_param()
1833
if (ctx->
mfsymlinks
)
in smb3_update_mnt_flags()
1837
if (ctx->
mfsymlinks
) {
in smb3_update_mnt_flags()
1843
* style mknod and FIFOs though). When "
mfsymlinks
" and
in smb3_update_mnt_flags()
1846
* them with
mfsymlinks
format. This allows better
in smb3_update_mnt_flags()
1850
cifs_dbg(VFS, "mount options
mfsymlinks
and sfu both enabled\n");
in smb3_update_mnt_flags()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsglob.h
593
bool
mfsymlinks
:1; /* use Minshall+French Symlinks */
member
H
A
D
connect.c
198
{ Opt_mfsymlinks, "
mfsymlinks
" },
1720
vol->
mfsymlinks
= true;
in cifs_parse_mount_options()
4009
if (pvolume_info->
mfsymlinks
) {
in cifs_setup_cifs_sb()
4015
* style mknod and FIFOs though). When "
mfsymlinks
" and
in cifs_setup_cifs_sb()
4018
* them with
mfsymlinks
format. This allows better
in cifs_setup_cifs_sb()
4022
cifs_dbg(VFS, "mount options
mfsymlinks
and sfu both enabled\n");
in cifs_setup_cifs_sb()
Completed in 13 milliseconds