Lines Matching defs:tcon
1394 struct cifs_tcon *tcon;
1400 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) {
1401 if (!tcon->need_reconnect && !tcon->need_reopen_files &&
1402 tcon->dfs_path) {
1403 tcon->tc_count++;
1404 list_add_tail(&tcon->ulist, head);
1470 struct cifs_tcon *tcon,
1538 /* Refresh DFS cache entry from a given tcon */
1539 static int refresh_tcon(struct vol_info *vi, struct cifs_tcon *tcon)
1551 path = tcon->dfs_path + 1;
1575 ses = root_ses = find_root_ses(vi, tcon, npath);
1582 ses = tcon->ses;
1585 rc = get_dfs_referral(xid, ses, cache_nlsc, tcon->remap, npath, &refs,
1614 struct cifs_tcon *tcon, *ntcon;
1645 list_for_each_entry_safe(tcon, ntcon, &tcons, ulist) {
1651 rc = refresh_tcon(vi, tcon);
1653 list_del_init(&tcon->ulist);
1654 cifs_put_tcon(tcon);