Searched refs:smb1_protos (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/smb/server/
H A Dsmb_common.c34 static struct smb_protocol smb1_protos[] = { variable in typeref:struct:smb_protocol
103 int offt = ARRAY_SIZE(smb1_protos) - 1;
107 if (!strncmp(str, smb1_protos[offt].prot, len)) {
109 smb1_protos[offt].prot, offt);
110 return smb1_protos[offt].index;
205 for (i = ARRAY_SIZE(smb1_protos) - 1; i >= 0; i--) {
216 if (!strcmp(dialect, smb1_protos[i].name)) {
217 if (supported_protocol(smb1_protos[i].index)) {
220 smb1_protos[i].name);
221 if (smb1_protos[
[all...]

Completed in 151 milliseconds