Home
last modified time | relevance | path

Searched refs:dfs_cache_get_next_tgt (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/cifs/
Ddfs_cache.h56 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl, in dfs_cache_get_next_tgt() function
Dconnect.c353 *tgt_it = dfs_cache_get_next_tgt(tgt_list, *tgt_it); in reconn_set_next_dfs_target()
4268 *tgt_it = dfs_cache_get_next_tgt(tgt_list, *tgt_it); in get_next_dfs_tgt()
5368 for (it = dfs_cache_get_tgt_iterator(&tl); it; it = dfs_cache_get_next_tgt(&tl, it)) { in cifs_tree_connect()