Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dconnect.c468 struct dfs_cache_tgt_iterator *tit; in reconnect_target_unlocked() local
473 tit = dfs_cache_get_tgt_iterator(tl); in reconnect_target_unlocked()
474 if (!tit) in reconnect_target_unlocked()
478 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in reconnect_target_unlocked()
479 rc = __reconnect_target_unlocked(server, dfs_cache_get_tgt_name(tit)); in reconnect_target_unlocked()
481 *target_hint = tit; in reconnect_target_unlocked()
3640 const char *ref_path, struct dfs_cache_tgt_iterator *tit) in connect_dfs_target() argument
3648 dfs_cache_get_tgt_name(tit)); in connect_dfs_target()
3650 rc = dfs_cache_get_tgt_referral(ref_path, tit, &ref); in connect_dfs_target()
3667 cifs_remap(cifs_sb), ref_path, tit); in connect_dfs_target()
[all …]