Lines Matching refs:referral
4229 * expand_dfs_referral - Perform a dfs referral query and update the cifs_sb
4232 * If a referral is found, cifs_sb->mountdata will be (re-)allocated
4245 struct dfs_info3_param referral = {0};
4256 ref_path, &referral, NULL);
4261 full_path + 1, &referral,
4263 free_dfs_info_param(&referral);
4398 * Update DFS target hint in DFS referral cache with the target
4600 * the components is -EREMOTE, then update @dfs_path with the next DFS referral request path
4667 * Unconditionally try to get an DFS referral (even cached) to determine whether it is an
4675 /* No DFS referral was returned. Looks like a regular share. */
4709 /* Chase referral */
4720 /* Failed to connect. Try to connect to other targets in the referral. */
5370 /* If it is not dfs or there was no cached dfs referral, then reconnect to same share */