Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfs_context.c231 cifs_errorf(fc, "sec=krb5p is not supported. Use sec=krb5,seal instead\n"); in cifs_parse_security_flavors()
257 cifs_errorf(fc, "bad security option: %s\n", value); in cifs_parse_security_flavors()
280 cifs_errorf(fc, "bad upcall target: %s\n", value); in cifs_parse_upcall_target()
333 cifs_errorf(fc, "bad cache= option: %s\n", value); in cifs_parse_cache_flavor()
366 cifs_errorf(fc, "bad reparse= option: %s\n", value); in parse_reparse_flavor()
415 cifs_errorf(fc, "bad symlink= option: %s\n", value); in parse_symlink_flavor()
478 cifs_errorf(fc, "mount with legacy dialect disabled\n"); in cifs_parse_smb_version()
482 cifs_errorf(fc, "vers=1.0 (cifs) not permitted when mounting with smb3\n"); in cifs_parse_smb_version()
485 cifs_errorf(fc, "Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers\n"); in cifs_parse_smb_version()
491 cifs_errorf(f in cifs_parse_smb_version()
[all...]
H A Dfs_context.h17 #define cifs_errorf(fc, fmt, ...) \ macro
27 cifs_errorf(fc, "unaligned %s, making it a multiple of %lu bytes\n", in cifs_io_align()