Home
last modified time | relevance | path

Searched refs:dfs_cache_get_next_tgt (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Ddfs_cache.h56 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl, in dfs_cache_get_next_tgt() function
H A Dconnect.c353 *tgt_it = dfs_cache_get_next_tgt(tgt_list, *tgt_it); in reconn_set_next_dfs_target()
4288 *tgt_it = dfs_cache_get_next_tgt(tgt_list, *tgt_it); in get_next_dfs_tgt()
5386 for (it = dfs_cache_get_tgt_iterator(&tl); it; it = dfs_cache_get_next_tgt(&tl, it)) { in cifs_tree_connect()
/kernel/linux/linux-6.6/fs/smb/client/
H A Ddfs_cache.h55 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl, in dfs_cache_get_next_tgt() function
H A Ddfs.h93 tit = dfs_cache_get_next_tgt(&ref->tl, ref->tit); in ref_walk_next_tgt()
H A Ddfs_cache.c1143 oit = dfs_cache_get_next_tgt(old_tl, oit)) { in mark_for_reconnect_if_needed()
1145 nit = dfs_cache_get_next_tgt(new_tl, nit)) { in mark_for_reconnect_if_needed()
H A Ddfs.c464 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in __tree_connect_dfs_target()
H A Dconnect.c475 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in reconnect_target_unlocked()

Completed in 13 milliseconds