Lines Matching defs:tcon
393 struct cifs_tcon *tcon;
409 tcon = tlink_tcon(tlink);
412 tcon = tlink_tcon(cifsFile->tlink);
415 server = tcon->ses->server;
430 /* if (cap_unix(tcon->ses) { */
431 if (tcon->unix_ext)
433 else if (tcon->posix_extensions)
435 else if ((tcon->ses->capabilities &
436 tcon->ses->server->vals->cap_nt_find) == 0) {
448 rc = server->ops->query_dir_first(xid, tcon, full_path, cifs_sb,
705 find_cifs_entry(const unsigned int xid, struct cifs_tcon *tcon, loff_t pos,
716 struct TCP_Server_Info *server = tcon->ses->server;
747 server->ops->close_dir(xid, tcon, &cfile->fid);
778 rc = server->ops->query_dir_next(xid, tcon, &cfile->fid,
937 struct cifs_tcon *tcon;
982 tcon->ses->server->close(xid, tcon, &cifsFile->fid);
985 tcon = tlink_tcon(cifsFile->tlink);
986 rc = find_cifs_entry(xid, tcon, ctx->pos, file, full_path,
999 max_len = tcon->ses->server->ops->calc_smb_size(
1001 tcon->ses->server);