Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Ddfs.h23 struct dfs_cache_tgt_iterator *tit; member
36 #define ref_walk_tit(w) (ref_walk_cur(w)->tit)
89 struct dfs_cache_tgt_iterator *tit; in ref_walk_next_tgt() local
92 if (!ref->tit) in ref_walk_next_tgt()
93 tit = dfs_cache_get_tgt_iterator(&ref->tl); in ref_walk_next_tgt()
95 tit = dfs_cache_get_next_tgt(&ref->tl, ref->tit); in ref_walk_next_tgt()
96 ref->tit = tit; in ref_walk_next_tgt()
97 return tit; in ref_walk_next_tgt()
H A Ddfs.c359 struct dfs_cache_tgt_iterator *tit; in tree_connect_dfs_target() local
365 for (tit = dfs_cache_get_tgt_iterator(tl); in tree_connect_dfs_target()
366 tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in tree_connect_dfs_target()
372 rc = dfs_cache_get_tgt_share(server->leaf_fullpath + 1, tit, &share, &prefix); in tree_connect_dfs_target()
386 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, tit); in tree_connect_dfs_target()
H A 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()