Searched refs:cifs_errorf (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/fs/smb/client/ |
D | fs_context.c | 213 cifs_errorf(fc, "sec=krb5p is not supported!\n"); in cifs_parse_security_flavors() 239 cifs_errorf(fc, "bad security option: %s\n", value); in cifs_parse_security_flavors() 292 cifs_errorf(fc, "bad cache= option: %s\n", value); in cifs_parse_cache_flavor() 349 cifs_errorf(fc, "mount with legacy dialect disabled\n"); in cifs_parse_smb_version() 353 cifs_errorf(fc, "vers=1.0 (cifs) not permitted when mounting with smb3\n"); in cifs_parse_smb_version() 356 …cifs_errorf(fc, "Use of the less secure dialect vers=1.0 is not recommended unless required for ac… in cifs_parse_smb_version() 362 cifs_errorf(fc, "mount with legacy dialect disabled\n"); in cifs_parse_smb_version() 366 cifs_errorf(fc, "vers=2.0 not permitted when mounting with smb3\n"); in cifs_parse_smb_version() 374 cifs_errorf(fc, "vers=1.0 (cifs) mount not permitted when legacy dialects disabled\n"); in cifs_parse_smb_version() 377 cifs_errorf(fc, "vers=2.0 mount not permitted when legacy dialects disabled\n"); in cifs_parse_smb_version() [all …]
|
D | fs_context.h | 17 #define cifs_errorf(fc, fmt, ...) \ macro
|