Lines Matching refs:tgt_list
342 struct dfs_cache_tgt_list *tgt_list,
351 *tgt_it = dfs_cache_get_tgt_iterator(tgt_list);
353 *tgt_it = dfs_cache_get_next_tgt(tgt_list, *tgt_it);
355 *tgt_it = dfs_cache_get_tgt_iterator(tgt_list);
401 struct dfs_cache_tgt_list tgt_list = {0};
417 rc = reconn_setup_dfs_targets(cifs_sb, &tgt_list);
425 server->nr_targets = dfs_cache_get_nr_tgts(&tgt_list);
437 dfs_cache_free_tgts(&tgt_list);
526 reconn_set_next_dfs_target(server, cifs_sb, &tgt_list, &tgt_it);
566 dfs_cache_free_tgts(&tgt_list);
4282 struct dfs_cache_tgt_list *tgt_list,
4286 *tgt_it = dfs_cache_get_tgt_iterator(tgt_list);
4288 *tgt_it = dfs_cache_get_next_tgt(tgt_list, *tgt_it);
4375 struct dfs_cache_tgt_list tgt_list;
4381 rc = dfs_cache_noreq_find(path, NULL, &tgt_list);
4387 rc = get_next_dfs_tgt(path, &tgt_list, &tgt_it);
4406 dfs_cache_free_tgts(&tgt_list);