Home
last modified time | relevance | path

Searched refs:dfs_root_ses (Results 1 – 7 of 7) 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.h170 struct cifs_ses *rses = ctx->dfs_root_ses ?: mnt_ctx->ses; in dfs_get_referral()
H A Dnamespace.c242 tmp.dfs_root_ses = NULL; in cifs_do_automount()
H A Dfs_context.h334 struct cifs_ses *dfs_root_ses; member
H A Dmisc.c905 t1->ses->dfs_root_ses == t2->ses->dfs_root_ses) && in tcon_super_cb()
H A Dconnect.c1937 if (!match_super && ctx->dfs_root_ses != ses->dfs_root_ses) in match_session()
2515 ses->dfs_root_ses = ctx->dfs_root_ses; in cifs_get_smb_ses()
4230 ctx->dfs_root_ses = master_tcon->ses->dfs_root_ses; in cifs_construct_tcon()
H A Dcifsglob.h114 #define CIFS_DFS_ROOT_SES(ses) ((ses)->dfs_root_ses ?: (ses))
1149 struct cifs_ses *dfs_root_ses; member