Lines Matching refs:tcon
439 smb2_tcon_has_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp, in smb2_tcon_has_lease() argument
446 struct TCP_Server_Info *server = tcon->ses->server; in smb2_tcon_has_lease()
454 list_for_each(tmp, &tcon->openFileList) { in smb2_tcon_has_lease()
479 list_for_each_entry(open, &tcon->pending_opens, olist) { in smb2_tcon_has_lease()
508 struct cifs_tcon *tcon; in smb2_is_valid_lease_break() local
530 tcon = list_entry(tmp2, struct cifs_tcon, in smb2_is_valid_lease_break()
533 &tcon->stats.cifs_stats.num_oplock_brks); in smb2_is_valid_lease_break()
534 if (smb2_tcon_has_lease(tcon, rsp, lw)) { in smb2_is_valid_lease_break()
555 struct cifs_tcon *tcon; in smb2_is_valid_oplock_break() local
579 tcon = list_entry(tmp1, struct cifs_tcon, tcon_list); in smb2_is_valid_oplock_break()
581 cifs_stats_inc(&tcon->stats.cifs_stats.num_oplock_brks); in smb2_is_valid_oplock_break()
583 list_for_each(tmp2, &tcon->openFileList) { in smb2_is_valid_oplock_break()