• Home
  • Raw
  • Download

Lines Matching refs:nfs_invalf

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()
1032 return nfs_invalf(fc, "NFS: mount program didn't pass any mount data"); in nfs23_parse_monolithic()
1035 return nfs_invalf(fc, "NFS: nfs_mount_data version does not support v3"); in nfs23_parse_monolithic()
1038 return nfs_invalf(fc, "NFS: nfs_mount_data version supports only AUTH_SYS"); in nfs23_parse_monolithic()
1045 return nfs_invalf(fc, "NFS: mount program didn't pass remote address"); in nfs23_parse_monolithic()
1048 return nfs_invalf(fc, "NFS: invalid root filehandle"); in nfs23_parse_monolithic()
1051 return nfs_invalf(fc, "NFS: invalid binary mount data"); in nfs23_parse_monolithic()
1127 return nfs_invalf(fc, in nfs4_parse_monolithic()
1202 return nfs_invalf(fc, "NFS4: Invalid number of RPC auth flavours %d", in nfs4_parse_monolithic()
1206 return nfs_invalf(fc, "NFS4: mount program didn't pass remote address"); in nfs4_parse_monolithic()
1209 return nfs_invalf(fc, "NFS: Unsupported transport protocol udp"); in nfs4_parse_monolithic()
1227 return nfs_invalf(fc, "NFS: Unsupported monolithic data version"); in nfs_fs_context_parse_monolithic()
1326 return nfs_invalf(fc, "NFS: Device name not specified"); in nfs_fs_context_validate()
1331 return nfs_invalf(fc, "NFS: Unsupported transport protocol udp"); in nfs_fs_context_validate()
1333 return nfs_invalf(fc, "NFS: mount program didn't pass remote address"); in nfs_fs_context_validate()
1335 return nfs_invalf(fc, "NFS: Mount server address does not match mountproto= option"); in nfs_fs_context_validate()
1337 return nfs_invalf(fc, "NFS: Server address does not match proto= option"); in nfs_fs_context_validate()
1339 return nfs_invalf(fc, "NFS: Mount option vers=%u does not support minorversion=%u", in nfs_fs_context_validate()
1342 return nfs_invalf(fc, "NFS: 'Migration' not supported for this NFS version"); in nfs_fs_context_validate()