Lines Matching refs:nfs_invalf
325 return nfs_invalf(fc, "NFS: Unsupported transport protocol udp"); in nfs_validate_transport_protocol()
365 return nfs_invalf(fc, "NFS: too many sec= flavors"); in nfs_auth_info_add()
422 return nfs_invalf(fc, "NFS: sec=%s option not recognized", p); in nfs_parse_security_flavors()
467 return nfs_invalf(fc, "NFS: Unsupported NFS version"); in nfs_parse_version_string()
496 return nfs_invalf(fc, "NFS: Multiple sources not supported"); in nfs_fs_context_parse_param()
869 return nfs_invalf(fc, "NFS: Bad mount option value specified"); in nfs_fs_context_parse_param()
871 return nfs_invalf(fc, "NFS: Bad IP address specified"); in nfs_fs_context_parse_param()
873 return nfs_invalf(fc, "NFS: Value for '%s' out of range", param->key); in nfs_fs_context_parse_param()
875 return nfs_invalf(fc, "NFS: Unrecognized transport protocol"); in nfs_fs_context_parse_param()
940 return nfs_invalf(fc, "NFS: device name not in host:path format"); in nfs_parse_source()
1121 return nfs_invalf(fc, "NFS: mount program didn't pass any mount data"); in nfs23_parse_monolithic()
1124 return nfs_invalf(fc, "NFS: nfs_mount_data version does not support v3"); in nfs23_parse_monolithic()
1127 return nfs_invalf(fc, "NFS: nfs_mount_data version supports only AUTH_SYS"); in nfs23_parse_monolithic()
1133 return nfs_invalf(fc, "NFS: mount program didn't pass remote address"); in nfs23_parse_monolithic()
1136 return nfs_invalf(fc, "NFS: invalid root filehandle"); in nfs23_parse_monolithic()
1139 return nfs_invalf(fc, "NFS: invalid binary mount data"); in nfs23_parse_monolithic()
1216 return nfs_invalf(fc, in nfs4_parse_monolithic()
1291 return nfs_invalf(fc, "NFS4: Invalid number of RPC auth flavours %d", in nfs4_parse_monolithic()
1295 return nfs_invalf(fc, "NFS4: mount program didn't pass remote address"); in nfs4_parse_monolithic()
1313 return nfs_invalf(fc, "NFS: Unsupported monolithic data version"); in nfs_fs_context_parse_monolithic()
1409 return nfs_invalf(fc, "NFS: Device name not specified"); in nfs_fs_context_validate()
1414 return nfs_invalf(fc, "NFS: mount program didn't pass remote address"); in nfs_fs_context_validate()
1416 return nfs_invalf(fc, "NFS: Mount server address does not match mountproto= option"); in nfs_fs_context_validate()
1418 return nfs_invalf(fc, "NFS: Server address does not match proto= option"); in nfs_fs_context_validate()
1420 return nfs_invalf(fc, "NFS: Mount option vers=%u does not support minorversion=%u", in nfs_fs_context_validate()
1423 return nfs_invalf(fc, "NFS: 'Migration' not supported for this NFS version"); in nfs_fs_context_validate()