Lines Matching defs:prefix
549 * Find a DFS cache entry in hash table and optionally check prefix path against normalized @path.
576 * Handle paths that have more than two path components and are a complete prefix of the DFS
1018 /* Extract share from DFS target and return a pointer to prefix path or NULL */
1048 * @prefix: prefix path.
1053 char **prefix)
1062 if (!it || !path || !share || !prefix || strlen(path) < it->it_path_consumed)
1073 /* point to prefix in DFS referral path */
1080 /* merge prefix paths from DFS referral path and target node */
1094 *prefix = ppath;
1269 * Force the use of prefix path to support failover on DFS paths that resolve to targets
1270 * that have different prefix paths.