Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cifs/
Dconnect.c472 struct dfs_cache_tgt_iterator *tit; in reconnect_target_unlocked() local
477 tit = dfs_cache_get_tgt_iterator(tl); in reconnect_target_unlocked()
478 if (!tit) in reconnect_target_unlocked()
482 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in reconnect_target_unlocked()
483 rc = __reconnect_target_unlocked(server, dfs_cache_get_tgt_name(tit)); in reconnect_target_unlocked()
485 *target_hint = tit; in reconnect_target_unlocked()
3561 const char *ref_path, struct dfs_cache_tgt_iterator *tit) in connect_dfs_target() argument
3569 dfs_cache_get_tgt_name(tit)); in connect_dfs_target()
3571 rc = dfs_cache_get_tgt_referral(ref_path, tit, &ref); in connect_dfs_target()
3588 cifs_remap(cifs_sb), ref_path, tit); in connect_dfs_target()
[all …]