Searched refs:select_sectype (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsproto.h | 164 extern enum securityEnum select_sectype(struct TCP_Server_Info *server,
|
H A D | cifs_debug.c | 380 get_security_type_str(server->ops->select_sectype(server, ses->sectype))); in cifs_debug_data_proc_show()
|
H A D | smb2ops.c | 5208 .select_sectype = smb2_select_sectype, 5310 .select_sectype = smb2_select_sectype, 5423 .select_sectype = smb2_select_sectype, 5536 .select_sectype = smb2_select_sectype,
|
H A D | smb1ops.c | 1221 .select_sectype = cifs_select_sectype,
|
H A D | cifsglob.h | 486 enum securityEnum (*select_sectype)(struct TCP_Server_Info *, member
|
H A D | connect.c | 2396 * The select_sectype function should either return the vol->sectype in match_security() 2400 if (server->ops->select_sectype(server, vol->sectype) in match_security()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsproto.h | 174 extern enum securityEnum select_sectype(struct TCP_Server_Info *server,
|
H A D | smb2ops.c | 5284 .select_sectype = smb2_select_sectype, 5388 .select_sectype = smb2_select_sectype, 5502 .select_sectype = smb2_select_sectype, 5616 .select_sectype = smb2_select_sectype,
|
H A D | cifs_debug.c | 494 get_security_type_str(server->ops->select_sectype(server, ses->sectype))); in cifs_debug_data_proc_show()
|
H A D | smb1ops.c | 1229 .select_sectype = cifs_select_sectype,
|
H A D | cifsglob.h | 547 enum securityEnum (*select_sectype)(struct TCP_Server_Info *, member
|
H A D | connect.c | 1470 * The select_sectype function should either return the ctx->sectype in match_security() 1474 if (server->ops->select_sectype(server, ctx->sectype) in match_security()
|
Completed in 42 milliseconds