Lines Matching defs:prefix
1347 /* make sure we have a valid UNC double delimiter prefix */
4626 /* if @path contains a tree name, skip it in the prefix path */
4670 * Skip prefix path to provide support for DFS referrals from w2k8 servers which don't seem
4671 * to respond with PATH_NOT_COVERED to requests that include the prefix.
4749 * For DFS root mounts, the prefix path (cifs_sb->prepath) is preserved during reconnect so
4751 * links, the prefix path is included in both and may be changed during reconnect. See
4776 * Force the use of prefix path to support failover on DFS paths that
4777 * resolve to targets that have different prefix paths.
5362 char *share = NULL, *prefix = NULL;
5390 kfree(prefix);
5392 prefix = NULL;
5394 rc = dfs_cache_get_tgt_share(tcon->dfs_path + 1, it, &share, &prefix);
5426 /* Only handle prefix paths of DFS link targets */
5428 rc = update_super_prepath(tcon, prefix);
5437 kfree(prefix);