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:CIFS_DIR_SEP
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
dir.c
73
full_path[dfsplen] =
CIFS_DIR_SEP
(cifs_sb);
in cifs_build_path_to_root()
75
convert_delimiter(full_path,
CIFS_DIR_SEP
(cifs_sb));
in cifs_build_path_to_root()
104
dirsep =
CIFS_DIR_SEP
(cifs_sb);
in build_path_from_dentry_optional_prefix()
179
full_path[dfsplen+1+i] =
CIFS_DIR_SEP
(cifs_sb);
in build_path_from_dentry_optional_prefix()
H
A
D
misc.c
1197
convert_delimiter(cifs_sb->prepath,
CIFS_DIR_SEP
(cifs_sb));
in update_super_prepath()
H
A
D
connect.c
4217
*pos =
CIFS_DIR_SEP
(cifs_sb);
in build_unc_path_to_root()
4223
convert_delimiter(full_path,
CIFS_DIR_SEP
(cifs_sb));
in build_unc_path_to_root()
4482
sep =
CIFS_DIR_SEP
(cifs_sb);
in cifs_are_all_path_components_accessible()
4588
char sep =
CIFS_DIR_SEP
(cifs_sb), tmp;
in check_dfs_prepath()
H
A
D
cifsglob.h
1514
static inline char
CIFS_DIR_SEP
(const struct cifs_sb_info *cifs_sb)
in CIFS_DIR_SEP()
function
H
A
D
cifsfs.c
747
sep =
CIFS_DIR_SEP
(cifs_sb);
in cifs_get_root()
H
A
D
inode.c
1364
convert_delimiter(path,
CIFS_DIR_SEP
(cifs_sb));
H
A
D
cifssmb.c
4464
pSMB->FileName[name_len] =
CIFS_DIR_SEP
(cifs_sb);
in CIFSFindFirst()
4480
pSMB->FileName[name_len-1] =
CIFS_DIR_SEP
(cifs_sb);
in CIFSFindFirst()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
dir.c
63
full_path[dfsplen] =
CIFS_DIR_SEP
(cifs_sb);
in cifs_build_path_to_root()
65
convert_delimiter(full_path,
CIFS_DIR_SEP
(cifs_sb));
in cifs_build_path_to_root()
88
char dirsep =
CIFS_DIR_SEP
(cifs_sb);
in __build_path_from_dentry_optional_prefix()
H
A
D
cached_dir.c
73
sep =
CIFS_DIR_SEP
(cifs_sb);
in path_to_dentry()
H
A
D
dfs.c
120
full_path = smb3_fs_context_fullpath(ctx,
CIFS_DIR_SEP
(cifs_sb));
in set_ref_paths()
H
A
D
misc.c
1236
convert_delimiter(cifs_sb->prepath,
CIFS_DIR_SEP
(cifs_sb));
in cifs_update_super_prepath()
H
A
D
cifsglob.h
1587
static inline char
CIFS_DIR_SEP
(const struct cifs_sb_info *cifs_sb)
in CIFS_DIR_SEP()
function
H
A
D
cifsfs.c
852
sep =
CIFS_DIR_SEP
(cifs_sb);
in cifs_get_root()
H
A
D
connect.c
3503
sep =
CIFS_DIR_SEP
(cifs_sb);
in cifs_are_all_path_components_accessible()
H
A
D
inode.c
1520
convert_delimiter(path,
CIFS_DIR_SEP
(cifs_sb));
in cifs_root_iget()
H
A
D
cifssmb.c
3951
pSMB->FileName[name_len] =
CIFS_DIR_SEP
(cifs_sb);
in CIFSFindFirst()
3967
pSMB->FileName[name_len-1] =
CIFS_DIR_SEP
(cifs_sb);
in CIFSFindFirst()
Completed in 51 milliseconds