Searched refs:dfs_cache_get_next_tgt (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | dfs_cache.h | 56 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl, in dfs_cache_get_next_tgt() function
|
H A D | connect.c | 353 *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 D | dfs_cache.h | 55 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl, in dfs_cache_get_next_tgt() function
|
H A D | dfs.h | 93 tit = dfs_cache_get_next_tgt(&ref->tl, ref->tit); in ref_walk_next_tgt()
|
H A D | dfs_cache.c | 1143 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 D | dfs.c | 464 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in __tree_connect_dfs_target()
|
H A D | connect.c | 475 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in reconnect_target_unlocked()
|
Completed in 13 milliseconds