Lines Matching refs:tit
120 const struct dfs_cache_tgt_iterator *tit) in get_dfs_conn() argument
126 rc = dfs_cache_get_tgt_referral(ref_path + 1, tit, &ref); in get_dfs_conn()
166 struct dfs_cache_tgt_iterator *tit; in __dfs_mount_share() local
196 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() local
367 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()
375 const char *target = dfs_cache_get_tgt_name(tit); in __tree_connect_dfs_target()
383 rc = dfs_cache_get_tgt_share(server->current_fullpath + 1, tit, &share, &prefix); in __tree_connect_dfs_target()
397 dfs_cache_noreq_update_tgthint(server->current_fullpath + 1, tit); in __tree_connect_dfs_target()