Searched refs:ref_path (Results 1 – 1 of 1) sorted by relevance
| /kernel/linux/linux-5.10/fs/cifs/ |
| D | connect.c | 4242 char *ref_path) in expand_dfs_referral() argument 4256 ref_path, &referral, NULL); in expand_dfs_referral() 4661 char *ref_path = NULL, *full_path = NULL; in cifs_mount() local 4692 ref_path = build_unc_path_to_root(vol, cifs_sb, false); in cifs_mount() 4693 if (IS_ERR(ref_path)) { in cifs_mount() 4694 rc = PTR_ERR(ref_path); in cifs_mount() 4695 ref_path = NULL; 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() 4734 rc = check_dfs_prepath(cifs_sb, vol, xid, server, tcon, &ref_path); in cifs_mount() [all …]
|