Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Ddfs_cache.h52 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl, in dfs_cache_get_next_tgt() function
Dconnect.c478 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in reconnect_target_unlocked()
3705 tit; tit = dfs_cache_get_next_tgt(root_tl, tit)) { in connect_dfs_root()
3754 tit; tit = dfs_cache_get_next_tgt(&tl, tit)) { in __follow_dfs_link()
4539 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in __tree_connect_dfs_target()
Ddfs_cache.c1363 for (it = dfs_cache_get_tgt_iterator(tl); it; it = dfs_cache_get_next_tgt(tl, it)) { in mark_for_reconnect_if_needed()