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:dfs_root_ses
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
dfs.h
117
struct
dfs_root_ses
{
struct
137
return dfs_cache_find(mnt_ctx->xid, ctx->
dfs_root_ses
, cifs_sb->local_nls,
in dfs_get_referral()
143
struct
dfs_root_ses
*root, *tmp;
in dfs_put_root_smb_sessions()
H
A
D
dfs.c
77
struct
dfs_root_ses
*root_ses;
in add_root_smb_session()
94
ctx->
dfs_root_ses
= ses;
in add_root_smb_session()
301
ctx->
dfs_root_ses
= mnt_ctx->ses;
in dfs_mount_share()
H
A
D
fs_context.h
270
struct cifs_ses *
dfs_root_ses
;
member
H
A
D
cifsproto.h
719
/* Put references of @ses and @ses->
dfs_root_ses
*/
722
struct cifs_ses *rses = ses->
dfs_root_ses
;
in cifs_put_smb_ses()
729
/* Get an active reference of @ses and @ses->
dfs_root_ses
.
732
* @ses to ensure that any DFS root session attached to it (@ses->
dfs_root_ses
)
742
if (ses->
dfs_root_ses
)
in cifs_smb_ses_inc_refcount()
743
ses->
dfs_root_ses
->ses_count++;
in cifs_smb_ses_inc_refcount()
H
A
D
namespace.c
222
tmp.
dfs_root_ses
= NULL;
in cifs_do_automount()
H
A
D
cifs_debug.c
511
if (ses->
dfs_root_ses
) {
in cifs_debug_data_proc_show()
513
ses->
dfs_root_ses
->Suid);
in cifs_debug_data_proc_show()
H
A
D
connect.c
2368
ses->
dfs_root_ses
= ctx->
dfs_root_ses
;
in cifs_get_smb_ses()
2369
if (ses->
dfs_root_ses
)
in cifs_get_smb_ses()
2370
ses->
dfs_root_ses
->ses_count++;
in cifs_get_smb_ses()
H
A
D
cifsglob.h
107
#define CIFS_DFS_ROOT_SES(ses) ((ses)->
dfs_root_ses
?: (ses))
1113
struct cifs_ses *
dfs_root_ses
;
member
H
A
D
dfs_cache.c
1281
struct
dfs_root_ses
*rses;
in dfs_cache_refresh()
Completed in 17 milliseconds