Lines Matching refs:target
13 * dfs_parse_target_referral - set fs context for dfs target referral
332 const char *target)
335 size_t len = strlen(target);
338 if (unlikely(len < 2 || *target != '\\'))
341 if (target[1] == '\\') {
347 scnprintf(refpath, len, "%s", target);
354 scnprintf(refpath, len, "\\%s", target);
391 cifs_dbg(VFS, "%s: failed to match target ip: %d\n", __func__, rc);
465 const char *target = dfs_cache_get_tgt_name(tit);
475 cifs_dbg(VFS, "%s: failed to parse target share: %d\n", __func__, rc);
497 * If no dfs referrals were returned from link target, then just do a TREE_CONNECT
500 * newly resolved target.
502 if (dfs_cache_find(xid, root_ses, cifs_sb->local_nls, cifs_remap(cifs_sb), target,
511 rc = update_server_fullpath(server, cifs_sb, target);