Searched refs:tit (Results 1 – 2 of 2) sorted by relevance
120 const struct dfs_cache_tgt_iterator *tit) in get_dfs_conn() argument166 struct dfs_cache_tgt_iterator *tit; in __dfs_mount_share() local196 tit = dfs_cache_get_tgt_iterator(&tl); in __dfs_mount_share()197 if (!tit) { in __dfs_mount_share()206 rc = get_dfs_conn(mnt_ctx, ref_path, full_path, tit); in __dfs_mount_share()231 } while ((tit = dfs_cache_get_next_tgt(&tl, tit))); in __dfs_mount_share()364 struct dfs_cache_tgt_iterator *tit; in __tree_connect_dfs_target() local367 tit = dfs_cache_get_tgt_iterator(tl); in __tree_connect_dfs_target()368 if (!tit) { in __tree_connect_dfs_target()374 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in __tree_connect_dfs_target()[all …]
421 struct dfs_cache_tgt_iterator *tit; in reconnect_target_unlocked() local426 tit = dfs_cache_get_tgt_iterator(tl); in reconnect_target_unlocked()427 if (!tit) in reconnect_target_unlocked()431 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in reconnect_target_unlocked()432 rc = __reconnect_target_unlocked(server, dfs_cache_get_tgt_name(tit)); in reconnect_target_unlocked()434 *target_hint = tit; in reconnect_target_unlocked()
Completed in 9 milliseconds