Lines Matching defs:tcon
186 struct cifs_tcon *tcon;
188 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) {
189 if (tcon->tid != tid)
191 ++tcon->tc_count;
192 return tcon;
199 * Obtain tcon corresponding to the tid in the given
207 struct cifs_tcon *tcon;
215 tcon = smb2_find_smb_sess_tcon_unlocked(ses, tid);
216 if (!tcon) {
222 /* tcon already has a ref to ses, so we don't need ses anymore */
225 return tcon;