Home
last modified time | relevance | path

Searched refs:dfs_root_ses (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/smb/client/
H A Ddfs.c12 #define DFS_DOM(ctx) (ctx->dfs_root_ses ? ctx->dfs_root_ses->dns_dom : NULL)
85 ctx->dfs_root_ses = ses; in set_root_smb_session()
109 ref_walk_ses(rw) = ctx->dfs_root_ses; in setup_dfs_ref()
142 ctx->dfs_root_ses = ref_walk_ses(rw); in __dfs_referral_walk()
H A Ddfs.h169 struct cifs_ses *rses = ctx->dfs_root_ses ?: mnt_ctx->ses; in dfs_get_referral()
H A Dnamespace.c239 tmp.dfs_root_ses = NULL; in cifs_do_automount()
H A Dfs_context.h332 struct cifs_ses *dfs_root_ses; member
H A Dmisc.c1118 t1->ses->dfs_root_ses == t2->ses->dfs_root_ses) && in tcon_super_cb()
H A Dcifs_debug.c540 if (ses->dfs_root_ses) { in cifs_debug_data_proc_show()
542 ses->dfs_root_ses->Suid); in cifs_debug_data_proc_show()
H A Dconnect.c1921 if (!match_super && ctx->dfs_root_ses != ses->dfs_root_ses) in match_session()
2505 ses->dfs_root_ses = ctx->dfs_root_ses; in cifs_get_smb_ses()
4384 ctx->dfs_root_ses = master_tcon->ses->dfs_root_ses; in cifs_construct_tcon()
H A Dcifsglob.h112 #define CIFS_DFS_ROOT_SES(ses) ((ses)->dfs_root_ses ?: (ses))
1182 struct cifs_ses *dfs_root_ses; member