Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dfs_context.c212 cifs_errorf(fc, "sec=krb5p is not supported!\n"); in cifs_parse_security_flavors()
236 cifs_errorf(fc, "bad security option: %s\n", value); in cifs_parse_security_flavors()
289 cifs_errorf(fc, "bad cache= option: %s\n", value); in cifs_parse_cache_flavor()
346 cifs_errorf(fc, "mount with legacy dialect disabled\n"); in cifs_parse_smb_version()
350 cifs_errorf(fc, "vers=1.0 (cifs) not permitted when mounting with smb3\n"); in cifs_parse_smb_version()
353cifs_errorf(fc, "Use of the less secure dialect vers=1.0 is not recommended unless required for ac… in cifs_parse_smb_version()
359 cifs_errorf(fc, "mount with legacy dialect disabled\n"); in cifs_parse_smb_version()
363 cifs_errorf(fc, "vers=2.0 not permitted when mounting with smb3\n"); in cifs_parse_smb_version()
371 cifs_errorf(fc, "vers=1.0 (cifs) mount not permitted when legacy dialects disabled\n"); in cifs_parse_smb_version()
374 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