Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfs_context.c217 cifs_errorf(fc, "sec=krb5p is not supported. Use sec=krb5,seal instead\n"); in cifs_parse_security_flavors()
243 cifs_errorf(fc, "bad security option: %s\n", value); in cifs_parse_security_flavors()
296 cifs_errorf(fc, "bad cache= option: %s\n", value); in cifs_parse_cache_flavor()
325 cifs_errorf(fc, "bad reparse= option: %s\n", value); in parse_reparse_flavor()
384 cifs_errorf(fc, "mount with legacy dialect disabled\n"); in cifs_parse_smb_version()
388 cifs_errorf(fc, "vers=1.0 (cifs) not permitted when mounting with smb3\n"); in cifs_parse_smb_version()
391cifs_errorf(fc, "Use of the less secure dialect vers=1.0 is not recommended unless required for ac… in cifs_parse_smb_version()
397 cifs_errorf(fc, "mount with legacy dialect disabled\n"); in cifs_parse_smb_version()
401 cifs_errorf(fc, "vers=2.0 not permitted when mounting with smb3\n"); in cifs_parse_smb_version()
409 cifs_errorf(fc, "vers=1.0 (cifs) mount not permitted when legacy dialects disabled\n"); in cifs_parse_smb_version()
[all …]
H A Dfs_context.h17 #define cifs_errorf(fc, fmt, ...) \ macro