Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dconnect.c465 struct dfs_cache_tgt_iterator **target_hint) in reconnect_target_unlocked() argument
470 *target_hint = NULL; in reconnect_target_unlocked()
481 *target_hint = tit; in reconnect_target_unlocked()
493 struct dfs_cache_tgt_iterator *target_hint = NULL; in reconnect_dfs_server() local
525 rc = reconnect_target_unlocked(server, &tl, &target_hint); in reconnect_dfs_server()
549 if (target_hint) in reconnect_dfs_server()
550 dfs_cache_noreq_update_tgthint(refpath, target_hint); in reconnect_dfs_server()