Searched refs:cifs_errorf (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | fs_context.c | 216 cifs_errorf(fc, "sec=krb5p is not supported. Use sec=krb5,seal instead\n"); in cifs_parse_security_flavors() 242 cifs_errorf(fc, "bad security option: %s\n", value); in cifs_parse_security_flavors() 295 cifs_errorf(fc, "bad cache= option: %s\n", value); in cifs_parse_cache_flavor() 324 cifs_errorf(fc, "bad reparse= option: %s\n", value); in parse_reparse_flavor() 383 cifs_errorf(fc, "mount with legacy dialect disabled\n"); in cifs_parse_smb_version() 387 cifs_errorf(fc, "vers=1.0 (cifs) not permitted when mounting with smb3\n"); in cifs_parse_smb_version() 390 …cifs_errorf(fc, "Use of the less secure dialect vers=1.0 is not recommended unless required for ac… in cifs_parse_smb_version() 396 cifs_errorf(fc, "mount with legacy dialect disabled\n"); in cifs_parse_smb_version() 400 cifs_errorf(fc, "vers=2.0 not permitted when mounting with smb3\n"); in cifs_parse_smb_version() 408 cifs_errorf(fc, "vers=1.0 (cifs) mount not permitted when legacy dialects disabled\n"); in cifs_parse_smb_version() [all …]
|
H A D | fs_context.h | 17 #define cifs_errorf(fc, fmt, ...) \ macro
|