Home
last modified time | relevance | path

Searched refs:select_sectype (Results 1 – 5 of 5) sorted by relevance

/linux/fs/smb/client/
H A Dcifsproto.h176 extern enum securityEnum select_sectype(struct TCP_Server_Info *server,
H A Dsmb1ops.c1147 .select_sectype = cifs_select_sectype,
H A Dcifs_debug.c523 get_security_type_str(server->ops->select_sectype(server, ses->sectype))); in cifs_debug_data_proc_show()
H A Dsmb2ops.c5335 .select_sectype = smb2_select_sectype,
5440 .select_sectype = smb2_select_sectype,
5556 .select_sectype = smb2_select_sectype,
5672 .select_sectype = smb2_select_sectype,
H A Dcifsglob.h601 enum securityEnum (*select_sectype)(struct TCP_Server_Info *, member