Home
last modified time | relevance | path

Searched refs:root_ses (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Ddfs.c77 struct dfs_root_ses *root_ses; in add_root_smb_session() local
81 root_ses = kmalloc(sizeof(*root_ses), GFP_KERNEL); in add_root_smb_session()
82 if (!root_ses) in add_root_smb_session()
85 INIT_LIST_HEAD(&root_ses->list); in add_root_smb_session()
90 root_ses->ses = ses; in add_root_smb_session()
91 list_add_tail(&root_ses->list, &mnt_ctx->dfs_ses_list); in add_root_smb_session()
452 struct cifs_ses *root_ses = CIFS_DFS_ROOT_SES(tcon->ses); in __tree_connect_dfs_target() local
502 if (dfs_cache_find(xid, root_ses, cifs_sb->local_nls, cifs_remap(cifs_sb), target, in __tree_connect_dfs_target()
/kernel/linux/linux-5.10/fs/cifs/
H A Ddfs_cache.c1545 struct cifs_ses *root_ses = NULL, *ses; in refresh_tcon() local
1575 ses = root_ses = find_root_ses(vi, tcon, npath); in refresh_tcon()
1578 root_ses = NULL; in refresh_tcon()
1593 if (root_ses) in refresh_tcon()
1594 cifs_put_smb_ses(root_ses); in refresh_tcon()
H A Dconnect.c4370 struct smb_vol *vol, struct cifs_ses *root_ses, unsigned int *xid, in do_dfs_failover()
4401 rc = dfs_cache_update_tgthint(*xid, root_ses ? root_ses : *ses, in do_dfs_failover()
4564 struct cifs_ses **root_ses) in set_root_ses()
4573 *root_ses = ses; in set_root_ses()
4658 struct cifs_ses *ses = NULL, *root_ses = NULL; in cifs_mount() local
4699 set_root_ses(cifs_sb, ses, &root_ses); in cifs_mount()
4711 rc = expand_dfs_referral(xid, root_ses, vol, cifs_sb, ref_path + 1); in cifs_mount()
4721 rc = do_dfs_failover(ref_path + 1, full_path, cifs_sb, vol, root_ses, &xid, in cifs_mount()
4730 put_root_ses(root_ses); in cifs_mount()
4369 do_dfs_failover(const char *path, const char *full_path, struct cifs_sb_info *cifs_sb, struct smb_vol *vol, struct cifs_ses *root_ses, unsigned int *xid, struct TCP_Server_Info **server, struct cifs_ses **ses, struct cifs_tcon **tcon) do_dfs_failover() argument
4563 set_root_ses(struct cifs_sb_info *cifs_sb, struct cifs_ses *ses, struct cifs_ses **root_ses) set_root_ses() argument
[all...]

Completed in 8 milliseconds