Lines Matching refs:ses
128 if (tcon->ses->capabilities & tcon->ses->server->vals->cap_large_files) in cifs_read_super()
186 struct TCP_Server_Info *server = tcon->ses->server; in cifs_statfs()
214 struct TCP_Server_Info *server = tcon->ses->server; in cifs_fallocate()
326 cifs_show_security(struct seq_file *s, struct cifs_ses *ses) in cifs_show_security() argument
328 if (ses->sectype == Unspecified) in cifs_show_security()
333 switch (ses->sectype) { in cifs_show_security()
355 if (ses->sign) in cifs_show_security()
395 srcaddr = (struct sockaddr *)&tcon->ses->server->srcaddr; in cifs_show_options()
397 seq_show_option(s, "vers", tcon->ses->server->vals->version_string); in cifs_show_options()
398 cifs_show_security(s, tcon->ses); in cifs_show_options()
403 else if (tcon->ses->user_name) in cifs_show_options()
404 seq_show_option(s, "username", tcon->ses->user_name); in cifs_show_options()
406 if (tcon->ses->domainName) in cifs_show_options()
407 seq_show_option(s, "domain", tcon->ses->domainName); in cifs_show_options()
439 cifs_show_address(s, tcon->ses->server); in cifs_show_options()
532 if (tcon->ses && tcon->ses->server) { in cifs_umount_begin()
534 wake_up_all(&tcon->ses->server->request_q); in cifs_umount_begin()
535 wake_up_all(&tcon->ses->server->response_q); in cifs_umount_begin()
538 wake_up_all(&tcon->ses->server->response_q); in cifs_umount_begin()