Lines Matching refs:vals
1220 vol->vals = &smb1_values; in cifs_parse_smb_version()
1225 vol->vals = &smb20_values; in cifs_parse_smb_version()
1229 vol->vals = &smb21_values; in cifs_parse_smb_version()
1233 vol->vals = &smb30_values; in cifs_parse_smb_version()
1237 vol->vals = &smb302_values; in cifs_parse_smb_version()
1242 vol->vals = &smb311_values; in cifs_parse_smb_version()
1374 vol->vals = &smb1_values; in cifs_parse_mount_options()
2173 if ((server->vals != vol->vals) || (server->ops != vol->ops)) in match_server()
2278 tcp_ses->vals = volume_info->vals; in cifs_get_tcp_session()
2830 if (ses->server->vals->protocol_id == 0) { in cifs_get_tcon()
2854 if (ses->server->vals->protocol_id == 0) { in cifs_get_tcon()
4155 ses->capabilities &= (~server->vals->cap_unix); in cifs_setup_session()