Searched refs:root_ses (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/fs/cifs/ |
| D | dfs_cache.c | 1544 struct cifs_ses *root_ses = NULL, *ses; in refresh_tcon() local 1574 ses = root_ses = find_root_ses(vi, tcon, npath); in refresh_tcon() 1577 root_ses = NULL; in refresh_tcon() 1592 if (root_ses) in refresh_tcon() 1593 cifs_put_smb_ses(root_ses); in refresh_tcon()
|
| D | connect.c | 4350 struct smb_vol *vol, struct cifs_ses *root_ses, unsigned int *xid, in do_dfs_failover() argument 4381 rc = dfs_cache_update_tgthint(*xid, root_ses ? root_ses : *ses, in do_dfs_failover() 4544 struct cifs_ses **root_ses) in set_root_ses() argument 4553 *root_ses = ses; in set_root_ses() 4638 struct cifs_ses *ses = NULL, *root_ses = NULL; in cifs_mount() local 4679 set_root_ses(cifs_sb, ses, &root_ses); in cifs_mount() 4691 rc = expand_dfs_referral(xid, root_ses, vol, cifs_sb, ref_path + 1); in cifs_mount() 4701 rc = do_dfs_failover(ref_path + 1, full_path, cifs_sb, vol, root_ses, &xid, in cifs_mount() 4710 put_root_ses(root_ses); in cifs_mount() 4711 set_root_ses(cifs_sb, ses, &root_ses); in cifs_mount() [all …]
|