Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Ddfs.h21 struct dfs_cache_tgt_iterator *tit; member
34 #define ref_walk_tit(w) (ref_walk_cur(w)->tit)
87 struct dfs_cache_tgt_iterator *tit; in ref_walk_next_tgt() local
90 if (!ref->tit) in ref_walk_next_tgt()
91 tit = dfs_cache_get_tgt_iterator(&ref->tl); in ref_walk_next_tgt()
93 tit = dfs_cache_get_next_tgt(&ref->tl, ref->tit); in ref_walk_next_tgt()
94 ref->tit = tit; in ref_walk_next_tgt()
95 return tit; in ref_walk_next_tgt()
Ddfs.c446 struct dfs_cache_tgt_iterator *tit; in __tree_connect_dfs_target() local
449 tit = dfs_cache_get_tgt_iterator(tl); in __tree_connect_dfs_target()
450 if (!tit) { in __tree_connect_dfs_target()
456 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in __tree_connect_dfs_target()
457 const char *target = dfs_cache_get_tgt_name(tit); in __tree_connect_dfs_target()
465 rc = dfs_cache_get_tgt_share(server->leaf_fullpath + 1, tit, &share, &prefix); in __tree_connect_dfs_target()
479 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, tit); in __tree_connect_dfs_target()
Dconnect.c434 struct dfs_cache_tgt_iterator *tit; in reconnect_target_unlocked() local
439 tit = dfs_cache_get_tgt_iterator(tl); in reconnect_target_unlocked()
440 if (!tit) in reconnect_target_unlocked()
444 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in reconnect_target_unlocked()
445 rc = __reconnect_target_unlocked(server, dfs_cache_get_tgt_name(tit)); in reconnect_target_unlocked()
447 *target_hint = tit; in reconnect_target_unlocked()