Lines Matching defs:ref_path
4242 char *ref_path)
4256 ref_path, &referral, NULL);
4661 char *ref_path = NULL, *full_path = NULL;
4692 ref_path = build_unc_path_to_root(vol, cifs_sb, false);
4693 if (IS_ERR(ref_path)) {
4694 rc = PTR_ERR(ref_path);
4695 ref_path = NULL;
4711 rc = expand_dfs_referral(xid, root_ses, vol, cifs_sb, ref_path + 1);
4721 rc = do_dfs_failover(ref_path + 1, full_path, cifs_sb, vol, root_ses, &xid,
4734 rc = check_dfs_prepath(cifs_sb, vol, xid, server, tcon, &ref_path);
4744 kfree(ref_path);
4745 ref_path = NULL;
4790 kfree(ref_path);