Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dfs_context.c424 return nfs_invalf(fc, "NFS: too many sec= flavors"); in nfs_auth_info_add()
481 return nfs_invalf(fc, "NFS: sec=%s option not recognized", p); in nfs_parse_security_flavors()
549 return nfs_invalf(fc, "NFS: Unsupported NFS version"); in nfs_parse_version_string()
578 return nfs_invalf(fc, "NFS: Multiple sources not supported"); in nfs_fs_context_parse_param()
1004 return nfs_invalf(fc, "NFS: Bad mount option value specified"); in nfs_fs_context_parse_param()
1006 return nfs_invalf(fc, "NFS: Bad IP address specified"); in nfs_fs_context_parse_param()
1010 return nfs_invalf(fc, "NFS: Unrecognized transport protocol"); in nfs_fs_context_parse_param()
1274 return nfs_invalf(fc, "NFS: invalid root filehandle"); in nfs23_parse_monolithic()
1277 return nfs_invalf(fc, "NFS: invalid binary mount data"); in nfs23_parse_monolithic()
1354 return nfs_invalf(fc, in nfs4_parse_monolithic()
[all …]
H A Dinternal.h173 #define nfs_invalf(fc, fmt, ...) ((fc)->log.log ? \ macro