Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dconnect.c4222 char *ref_path) in expand_dfs_referral() argument
4236 ref_path, &referral, NULL); in expand_dfs_referral()
4641 char *ref_path = NULL, *full_path = NULL; in cifs_mount() local
4672 ref_path = build_unc_path_to_root(vol, cifs_sb, false); in cifs_mount()
4673 if (IS_ERR(ref_path)) { in cifs_mount()
4674 rc = PTR_ERR(ref_path); in cifs_mount()
4675 ref_path = NULL; 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()
4714 rc = check_dfs_prepath(cifs_sb, vol, xid, server, tcon, &ref_path); in cifs_mount()
[all …]