Searched refs:select_sectype (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifs_debug.c | 635 get_security_type_str(server->ops->select_sectype(server, ses->sectype))); in cifs_debug_data_proc_show()
|
| H A D | connect.c | 1586 if (server->ops->select_sectype(server, ctx->sectype) in match_security() 1944 ctx_sec = server->ops->select_sectype(server, ctx->sectype); in match_session() 1945 ses_sec = server->ops->select_sectype(server, ses->sectype); in match_session()
|
| H A D | smb2ops.c | 5420 .select_sectype = smb2_select_sectype, 5525 .select_sectype = smb2_select_sectype, 5641 .select_sectype = smb2_select_sectype, 5757 .select_sectype = smb2_select_sectype,
|
| H A D | smb1ops.c | 1516 .select_sectype = cifs_select_sectype,
|
| H A D | cifsglob.h | 600 enum securityEnum (*select_sectype)(struct TCP_Server_Info *, member
|