Home
last modified time | relevance | path

Searched refs:root_ses (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/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.c4368 struct smb_vol *vol, struct cifs_ses *root_ses, unsigned int *xid, in do_dfs_failover() argument
4399 rc = dfs_cache_update_tgthint(*xid, root_ses ? root_ses : *ses, in do_dfs_failover()
4562 struct cifs_ses **root_ses) in set_root_ses() argument
4571 *root_ses = ses; in set_root_ses()
4656 struct cifs_ses *ses = NULL, *root_ses = NULL; in cifs_mount() local
4697 set_root_ses(cifs_sb, ses, &root_ses); in cifs_mount()
4709 rc = expand_dfs_referral(xid, root_ses, vol, cifs_sb, ref_path + 1); in cifs_mount()
4719 rc = do_dfs_failover(ref_path + 1, full_path, cifs_sb, vol, root_ses, &xid, in cifs_mount()
4728 put_root_ses(root_ses); in cifs_mount()
4729 set_root_ses(cifs_sb, ses, &root_ses); in cifs_mount()
[all …]