Home
last modified time | relevance | path

Searched refs:cifs_errorf (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/fs/cifs/
Dfs_context.c207 cifs_errorf(fc, "sec=krb5p is not supported!\n"); in cifs_parse_security_flavors()
231 cifs_errorf(fc, "bad security option: %s\n", value); in cifs_parse_security_flavors()
284 cifs_errorf(fc, "bad cache= option: %s\n", value); in cifs_parse_cache_flavor()
339 cifs_errorf(fc, "mount with legacy dialect disabled\n"); in cifs_parse_smb_version()
343 cifs_errorf(fc, "vers=1.0 (cifs) not permitted when mounting with smb3\n"); in cifs_parse_smb_version()
346cifs_errorf(fc, "Use of the less secure dialect vers=1.0 is not recommended unless required for ac… in cifs_parse_smb_version()
352 cifs_errorf(fc, "mount with legacy dialect disabled\n"); in cifs_parse_smb_version()
356 cifs_errorf(fc, "vers=2.0 not permitted when mounting with smb3\n"); in cifs_parse_smb_version()
364 cifs_errorf(fc, "vers=1.0 (cifs) mount not permitted when legacy dialects disabled\n"); in cifs_parse_smb_version()
367 cifs_errorf(fc, "vers=2.0 mount not permitted when legacy dialects disabled\n"); in cifs_parse_smb_version()
[all …]
Dfs_context.h17 #define cifs_errorf(fc, fmt, ...) \ macro