Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Ddfs.h24 struct dfs_cache_tgt_iterator *tit; member
37 #define ref_walk_tit(w) (ref_walk_cur(w)->tit)
96 struct dfs_cache_tgt_iterator *tit; in ref_walk_next_tgt() local
99 if (!ref->tit) in ref_walk_next_tgt()
100 tit = dfs_cache_get_tgt_iterator(&ref->tl); in ref_walk_next_tgt()
102 tit = dfs_cache_get_next_tgt(&ref->tl, ref->tit); in ref_walk_next_tgt()
103 ref->tit = tit; in ref_walk_next_tgt()
104 return tit; in ref_walk_next_tgt()
Ddfs.c448 struct dfs_cache_tgt_iterator *tit; in __tree_connect_dfs_target() local
451 tit = dfs_cache_get_tgt_iterator(tl); in __tree_connect_dfs_target()
452 if (!tit) { in __tree_connect_dfs_target()
458 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in __tree_connect_dfs_target()
459 const char *target = dfs_cache_get_tgt_name(tit); in __tree_connect_dfs_target()
467 rc = dfs_cache_get_tgt_share(server->leaf_fullpath + 1, tit, &share, &prefix); in __tree_connect_dfs_target()
481 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, tit); in __tree_connect_dfs_target()
Dconnect.c478 struct dfs_cache_tgt_iterator *tit; in reconnect_target_unlocked() local
483 tit = dfs_cache_get_tgt_iterator(tl); in reconnect_target_unlocked()
484 if (!tit) in reconnect_target_unlocked()
488 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in reconnect_target_unlocked()
489 rc = __reconnect_target_unlocked(server, dfs_cache_get_tgt_name(tit)); in reconnect_target_unlocked()
491 *target_hint = tit; in reconnect_target_unlocked()