Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Ddfs.h25 struct dfs_cache_tgt_iterator *tit; member
39 #define ref_walk_tit(w) (ref_walk_cur(w)->tit)
100 struct dfs_cache_tgt_iterator *tit; in ref_walk_next_tgt() local
102 if (IS_ERR(ref->tit)) in ref_walk_next_tgt()
105 if (!ref->tit) in ref_walk_next_tgt()
106 tit = dfs_cache_get_tgt_iterator(&ref->tl); in ref_walk_next_tgt()
108 tit = dfs_cache_get_next_tgt(&ref->tl, ref->tit); in ref_walk_next_tgt()
110 if (!tit) { in ref_walk_next_tgt()
111 ref->tit = ERR_PTR(-ENOENT); in ref_walk_next_tgt()
114 ref->tit = tit; in ref_walk_next_tgt()
[all …]
H A Ddfs.c344 struct dfs_cache_tgt_iterator *tit; in tree_connect_dfs_target() local
350 for (tit = dfs_cache_get_tgt_iterator(tl); in tree_connect_dfs_target()
351 tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in tree_connect_dfs_target()
357 rc = dfs_cache_get_tgt_share(server->leaf_fullpath + 1, tit, &share, &prefix); in tree_connect_dfs_target()
371 dfs_cache_noreq_update_tgthint(server->leaf_fullpath + 1, tit); in tree_connect_dfs_target()
H A Dconnect.c480 struct dfs_cache_tgt_iterator *tit; in reconnect_target_locked() local
486 tit = dfs_cache_get_tgt_iterator(tl); in reconnect_target_locked()
487 if (!tit) in reconnect_target_locked()
492 const char *target = dfs_cache_get_tgt_name(tit); in reconnect_target_locked()
502 *target_hint = tit; in reconnect_target_locked()
505 } while ((tit = dfs_cache_get_next_tgt(tl, tit))); in reconnect_target_locked()