Lines Matching refs:ses
145 if (tcon->ses->capabilities & tcon->ses->server->vals->cap_large_files) in cifs_read_super()
209 struct TCP_Server_Info *server = tcon->ses->server; in cifs_statfs()
239 struct TCP_Server_Info *server = tcon->ses->server; in cifs_fallocate()
352 cifs_show_security(struct seq_file *s, struct cifs_ses *ses) in cifs_show_security() argument
354 if (ses->sectype == Unspecified) { in cifs_show_security()
355 if (ses->user_name == NULL) in cifs_show_security()
362 switch (ses->sectype) { in cifs_show_security()
384 if (ses->sign) in cifs_show_security()
424 srcaddr = (struct sockaddr *)&tcon->ses->server->srcaddr; in cifs_show_options()
426 seq_show_option(s, "vers", tcon->ses->server->vals->version_string); in cifs_show_options()
427 cifs_show_security(s, tcon->ses); in cifs_show_options()
432 else if (tcon->ses->user_name) in cifs_show_options()
433 seq_show_option(s, "username", tcon->ses->user_name); in cifs_show_options()
435 if (tcon->ses->domainName && tcon->ses->domainName[0] != 0) in cifs_show_options()
436 seq_show_option(s, "domain", tcon->ses->domainName); in cifs_show_options()
468 cifs_show_address(s, tcon->ses->server); in cifs_show_options()
545 tcon->ses->server->echo_interval / HZ); in cifs_show_options()
577 if (tcon->ses && tcon->ses->server) { in cifs_umount_begin()
579 wake_up_all(&tcon->ses->server->request_q); in cifs_umount_begin()
580 wake_up_all(&tcon->ses->server->response_q); in cifs_umount_begin()
583 wake_up_all(&tcon->ses->server->response_q); in cifs_umount_begin()
1014 if (target_tcon->ses->server->ops->duplicate_extents) in cifs_clone_file_range()
1015 rc = target_tcon->ses->server->ops->duplicate_extents(xid, in cifs_clone_file_range()
1063 if (src_tcon->ses != target_tcon->ses) { in cifs_file_copychunk_range()
1079 if (target_tcon->ses->server->ops->copychunk_range) in cifs_file_copychunk_range()
1080 rc = target_tcon->ses->server->ops->copychunk_range(xid, in cifs_file_copychunk_range()