Searched refs:nfs_invalf (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
D | fs_context.c | 326 return nfs_invalf(fc, "NFS: too many sec= flavors"); in nfs_auth_info_add() 383 return nfs_invalf(fc, "NFS: sec=%s option not recognized", p); in nfs_parse_security_flavors() 428 return nfs_invalf(fc, "NFS: Unsupported NFS version"); in nfs_parse_version_string() 454 return nfs_invalf(fc, "NFS: Multiple sources not supported"); in nfs_fs_context_parse_param() 677 return nfs_invalf(fc, "NFS: Unrecognized transport protocol"); in nfs_fs_context_parse_param() 700 return nfs_invalf(fc, "NFS: Unrecognized transport protocol"); in nfs_fs_context_parse_param() 785 return nfs_invalf(fc, "NFS: Bad mount option value specified"); in nfs_fs_context_parse_param() 787 return nfs_invalf(fc, "NFS: Bad IP address specified"); in nfs_fs_context_parse_param() 789 return nfs_invalf(fc, "NFS: Value for '%s' out of range", param->key); in nfs_fs_context_parse_param() 856 return nfs_invalf(fc, "NFS: device name not in host:path format"); in nfs_parse_source() [all …]
|
D | internal.h | 153 #define nfs_invalf(fc, fmt, ...) ((fc)->log.log ? \ macro
|