Home
last modified time | relevance | path

Searched refs:dfs_cache_get_tgt_iterator (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/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.h93 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.c454 tit = dfs_cache_get_tgt_iterator(tl); in __tree_connect_dfs_target()
H A Dconnect.c483 tit = dfs_cache_get_tgt_iterator(tl); in reconnect_target_unlocked()