Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Ddfs.c120 const struct dfs_cache_tgt_iterator *tit) in get_dfs_conn() argument
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()
[all …]
A Dconnect.c421 struct dfs_cache_tgt_iterator *tit; in reconnect_target_unlocked() local
426 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