Searched refs:target_match (Results 1 - 1 of 1) sorted by path

/linux-master/fs/smb/client/
H A Ddfs.c371 bool *target_match)
377 *target_match = true;
386 rc = match_target_ip(server, dfs_host, dfs_host_len, target_match);
452 bool target_match; local
476 rc = target_share_matches_server(server, share, &target_match);
479 if (!target_match) {
370 target_share_matches_server(struct TCP_Server_Info *server, char *share, bool *target_match) argument

Completed in 193 milliseconds