Home
last modified time | relevance | path

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

/linux/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 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 Dmisc.c1116 t1->ses->dfs_root_ses == t2->ses->dfs_root_ses) && in tcon_super_cb()
H A Dcifsglob.h112 #define CIFS_DFS_ROOT_SES(ses) ((ses)->dfs_root_ses ?: (ses))
1180 struct cifs_ses *dfs_root_ses; member