Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dconnect.c3135 struct smb3_fs_context *ctx, struct cifs_ses *root_ses, in do_dfs_failover() argument
3218 rc = dfs_cache_update_tgthint(*xid, root_ses ? root_ses : *ses, cifs_sb->local_nls, in do_dfs_failover()
3376 struct cifs_ses **root_ses) in set_root_ses() argument
3384 *root_ses = ses; in set_root_ses()
3471 struct cifs_ses *ses = NULL, *root_ses = NULL; in cifs_mount() local
3516 set_root_ses(cifs_sb, &mount_id, ses, &root_ses); in cifs_mount()
3528 rc = expand_dfs_referral(xid, root_ses, ctx, cifs_sb, ref_path + 1); in cifs_mount()
3538 rc = do_dfs_failover(ref_path + 1, full_path, cifs_sb, ctx, root_ses, &xid, in cifs_mount()
3551 set_root_ses(cifs_sb, &mount_id, ses, &root_ses); in cifs_mount()