Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Ddfs_cache.h66 dfs_cache_get_tgt_iterator(struct dfs_cache_tgt_list *tl) in dfs_cache_get_tgt_iterator() function
H A Dconnect.c351 *tgt_it = dfs_cache_get_tgt_iterator(tgt_list); in reconn_set_next_dfs_target()
355 *tgt_it = dfs_cache_get_tgt_iterator(tgt_list); in reconn_set_next_dfs_target()
4286 *tgt_it = dfs_cache_get_tgt_iterator(tgt_list); 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.h65 dfs_cache_get_tgt_iterator(struct dfs_cache_tgt_list *tl) in dfs_cache_get_tgt_iterator() function
H A Ddfs.h91 tit = dfs_cache_get_tgt_iterator(&ref->tl); in ref_walk_next_tgt()
H A Ddfs_cache.c1142 for (oit = dfs_cache_get_tgt_iterator(old_tl); oit; in mark_for_reconnect_if_needed()
1144 for (nit = dfs_cache_get_tgt_iterator(new_tl); nit; in mark_for_reconnect_if_needed()
H A Ddfs.c457 tit = dfs_cache_get_tgt_iterator(tl); in __tree_connect_dfs_target()
H A Dconnect.c470 tit = dfs_cache_get_tgt_iterator(tl); in reconnect_target_unlocked()

Completed in 14 milliseconds