Lines Matching refs:vals
1128 vol->vals = &smb1_values; in cifs_parse_smb_version()
1133 vol->vals = &smb20_values; in cifs_parse_smb_version()
1137 vol->vals = &smb21_values; in cifs_parse_smb_version()
1141 vol->vals = &smb30_values; in cifs_parse_smb_version()
1145 vol->vals = &smb302_values; in cifs_parse_smb_version()
1150 vol->vals = &smb311_values; in cifs_parse_smb_version()
1277 vol->vals = &smb1_values; in cifs_parse_mount_options()
2076 if ((server->vals != vol->vals) || (server->ops != vol->ops)) in match_server()
2168 tcp_ses->vals = volume_info->vals; in cifs_get_tcp_session()
2694 if (ses->server->vals->protocol_id == 0) { in cifs_get_tcon()
2718 if (ses->server->vals->protocol_id == 0) { in cifs_get_tcon()
3964 ses->capabilities &= (~server->vals->cap_unix); in cifs_setup_session()