Home
last modified time | relevance | path

Searched refs:CERROR (Results 1 – 25 of 126) sorted by relevance

123456

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_ioctl.h155 CERROR("LIBCFS ioctl: ioc_len larger than 1<<30\n"); in libcfs_ioctl_is_invalid()
159 CERROR("LIBCFS ioctl: ioc_inllen1 larger than 1<<30\n"); in libcfs_ioctl_is_invalid()
163 CERROR("LIBCFS ioctl: ioc_inllen2 larger than 1<<30\n"); in libcfs_ioctl_is_invalid()
167 CERROR("LIBCFS ioctl: inlbuf1 pointer but 0 length\n"); in libcfs_ioctl_is_invalid()
171 CERROR("LIBCFS ioctl: inlbuf2 pointer but 0 length\n"); in libcfs_ioctl_is_invalid()
175 CERROR("LIBCFS ioctl: pbuf1 pointer but 0 length\n"); in libcfs_ioctl_is_invalid()
179 CERROR("LIBCFS ioctl: pbuf2 pointer but 0 length\n"); in libcfs_ioctl_is_invalid()
183 CERROR("LIBCFS ioctl: plen1 nonzero but no pbuf1 pointer\n"); in libcfs_ioctl_is_invalid()
187 CERROR("LIBCFS ioctl: plen2 nonzero but no pbuf2 pointer\n"); in libcfs_ioctl_is_invalid()
191 CERROR("LIBCFS ioctl: packlen != ioc_len\n"); in libcfs_ioctl_is_invalid()
[all …]
/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c141 CERROR("No name passed,!\n"); in class_resolve_dev_name()
146 CERROR("Name not nul terminated!\n"); in class_resolve_dev_name()
184 CERROR("OBD ioctl: data error\n"); in class_handle_ioctl()
194 CERROR("No config buffer passed!\n"); in class_handle_ioctl()
216 CERROR("No buffer passed in ioctl\n"); in class_handle_ioctl()
222 CERROR("ioctl buffer too small to hold version\n"); in class_handle_ioctl()
263 CERROR("No UUID passed!\n"); in class_handle_ioctl()
268 CERROR("UUID not NUL terminated!\n"); in class_handle_ioctl()
304 CERROR("No buffer passed in ioctl\n"); in class_handle_ioctl()
309 CERROR("ioctl buffer too small to hold version\n"); in class_handle_ioctl()
[all …]
Dobd_config.c184 CERROR("No type passed!\n"); in class_attach()
190 CERROR("No name passed!\n"); in class_attach()
196 CERROR("No UUID passed!\n"); in class_attach()
209 CERROR("Cannot create device %s of type %s : %d\n", in class_attach()
247 CERROR("uuid must be < %d bytes long\n", in class_attach()
299 CERROR("Device %d not attached\n", obd->obd_minor); in class_setup()
304 CERROR("Device %d already setup (type %s)\n", in class_setup()
313 CERROR("Device %d setup in progress (type %s)\n", in class_setup()
371 CERROR("setup %s failed (%d)\n", obd->obd_name, err); in class_setup()
381 CERROR("OBD device %d still set up\n", obd->obd_minor); in class_detach()
[all …]
/drivers/staging/lustre/lnet/lnet/
Dlib-socket.c68 CERROR("Can't create socket: %d\n", rc); in lnet_sock_ioctl()
96 CERROR("Interface name %s too long\n", name); in lnet_ipif_query()
105 CERROR("Can't get flags for interface %s\n", name); in lnet_ipif_query()
121 CERROR("Can't get IP address for interface %s\n", name); in lnet_ipif_query()
132 CERROR("Can't get netmask for interface %s\n", name); in lnet_ipif_query()
169 CERROR("ENOMEM enumerating up to %d interfaces\n", in lnet_ipif_enumerate()
180 CERROR("Error %d enumerating interfaces\n", rc); in lnet_ipif_enumerate()
209 CERROR("interface name %.*s too long (%d max)\n", in lnet_ipif_enumerate()
282 CERROR("Can't set socket send timeout %ld.%06d: %d\n", in lnet_sock_write()
299 CERROR("Unexpected zero rc\n"); in lnet_sock_write()
[all …]
Dacceptor.c238 CERROR("Error sending magic+version in response to LNET magic from %pI4h: %d\n", in lnet_accept()
258 CERROR("Error %d reading connection request version from %pI4h\n", in lnet_accept()
279 CERROR("Error sending magic+version in response to version %d from %pI4h: %d\n", in lnet_accept()
289 CERROR("Error %d reading connection request from %pI4h\n", in lnet_accept()
380 CERROR("Can't determine new connection's address\n"); in lnet_acceptor()
385 CERROR("Refusing connection from %pI4h: insecure port %d\n", in lnet_acceptor()
393 CERROR("Error %d reading connection request from %pI4h\n", in lnet_acceptor()
461 CERROR("Can't start acceptor thread: %ld\n", rc2); in lnet_acceptor_start()
Dapi-ni.c111 CERROR("Failed to create remote nets hash table\n"); in lnet_create_remote_nets_table()
411 CERROR("%d active elements on exit of %s container\n", in lnet_res_container_cleanup()
450 CERROR("Failed to setup %s resource container\n", in lnet_res_container_setup()
478 CERROR("Failed to allocate %s resource containers\n", in lnet_res_containers_create()
562 CERROR("Failed to allocate counters for LNet\n"); in lnet_prepare()
598 CERROR("Failed to create portals for LNet: %d\n", rc); in lnet_prepare()
988 CERROR("LND %s obsoleted\n", in lnet_startup_lndnis()
1005 CERROR("Can't load LND %s, module %s, rc=%d\n", in lnet_startup_lndnis()
1125CERROR("Can't have %d CPTs for LNet (max allowed is %d), please change setting of CPT-table and re… in lnet_init()
1135 CERROR("Can't create LNet global locks: %d\n", rc); in lnet_init()
[all …]
/drivers/staging/lustre/lustre/lov/
Dlov_ea.c60 CERROR("bad stripe count %d\n", stripe_count); in lsm_lmm_verify_common()
66 CERROR("zero object id\n"); in lsm_lmm_verify_common()
72 CERROR("bad striping pattern\n"); in lsm_lmm_verify_common()
79 CERROR("bad stripe size %u\n", in lsm_lmm_verify_common()
191 CERROR("lov_mds_md_v1 too small: %d, need at least %d\n", in lsm_lmm_verify_v1()
201 CERROR("LOV EA V1 too small: %d, need %d\n", in lsm_lmm_verify_v1()
232 CERROR("OST index %d more than OST count %d\n", in lsm_unpackmd_v1()
238 CERROR("OST index %d missing\n", loi->loi_ost_idx); in lsm_unpackmd_v1()
271 CERROR("lov_mds_md_v3 too small: %d, need at least %d\n", in lsm_lmm_verify_v3()
281 CERROR("LOV EA V3 too small: %d, need %d\n", in lsm_lmm_verify_v3()
[all …]
Dlov_obd.c143 CERROR("Target %s not set up\n", obd_uuid2str(tgt_uuid)); in lov_connect_obd()
167 CERROR("Target %s register_observer error %d\n", in lov_connect_obd()
181 CERROR("Target %s connect error %d\n", in lov_connect_obd()
237 CERROR("%s: lov connect tgt %d failed: %d\n", in lov_connect()
248 CERROR("%s error sending notify %d\n", in lov_connect()
291 CERROR("Target %s disconnect error %d\n", in lov_disconnect_obd()
313 CERROR("disconnect #%d\n", lov->lov_connects); in lov_disconnect()
416 CERROR("Unknown event(%d) for uuid %s", ev, uuid->uuid); in lov_set_osc_active()
444 CERROR("unexpected notification of %s %s!\n", in lov_notify()
457 CERROR("event(%d) of %s failed: %d\n", ev, in lov_notify()
[all …]
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c167 CERROR("incorrect message magic: %08x\n", msg->lm_magic); in lustre_packed_msg_size()
369 CERROR("lustre_pack_reply failed: rc=%d size=%d\n", rc, in lustre_pack_reply_flags()
398 CERROR("msg %p buffer[%d] size %d too small (required %d, opc=%d)\n", in lustre_msg_buf_v2()
508 CERROR("message length %d too small for lustre_msg\n", len); in lustre_unpack_msg_v2()
528 CERROR("message length %d too small for %d buflens\n", in lustre_unpack_msg_v2()
540 CERROR("len: %d, required_len %d\n", len, required_len); in lustre_unpack_msg_v2()
541 CERROR("bufcount: %d\n", m->lm_bufcount); in lustre_unpack_msg_v2()
543 CERROR("buffer %d length %d\n", i, m->lm_buflens[i]); in lustre_unpack_msg_v2()
564 CERROR("message length %d too small for magic/version check\n", in __lustre_unpack_msg()
609 CERROR("error unpacking ptlrpc body\n"); in lustre_unpack_ptlrpc_body_v2()
[all …]
Dsec_plain.c108 CERROR("bulk sec desc has short size %d\n", in plain_unpack_bsd()
115 CERROR("invalid bulk svc %u\n", bsd->bsd_svc); in plain_unpack_bsd()
223 CERROR("unexpected reply buf count %u\n", msg->lm_bufcount); in plain_ctx_verify()
231 CERROR("missing plain header\n"); in plain_ctx_verify()
236 CERROR("Invalid header version\n"); in plain_ctx_verify()
242 CERROR("Unexpected udesc flag in reply\n"); in plain_ctx_verify()
247 CERROR("reply bulk flavor %u != %u\n", phdr->ph_bulk_hash_alg, in plain_ctx_verify()
271 CERROR("%s bulk checksum in reply\n", in plain_ctx_verify()
316 CERROR("bulk write: failed to compute checksum: %d\n", rc); in plain_cli_wrap_bulk()
365 CERROR("bulk read: client verify failed: %d\n", rc); in plain_cli_unwrap_bulk()
[all …]
Dsec_config.c62 CERROR("unknown target %p(%s)\n", obd, type); in sptlrpc_target_sec_part()
131 CERROR("invalid flavor string: %s\n", str); in sptlrpc_parse_flavor()
170 CERROR("invalid param, no '='\n"); in sptlrpc_parse_rule()
183 CERROR("invalid network name: %s\n", param); in sptlrpc_parse_rule()
203 CERROR("invalid rule dir segment: %s\n", dir); in sptlrpc_parse_rule()
560 CERROR("out of memory, can't merge rule!\n"); in sptlrpc_conf_merge_rule()
583 CERROR("missing target name\n"); in __sptlrpc_process_config()
589 CERROR("missing parameter\n"); in __sptlrpc_process_config()
597 CERROR("Invalid sptlrpc parameter: %s\n", param); in __sptlrpc_process_config()
612 CERROR("can't find conf\n"); in __sptlrpc_process_config()
[all …]
/drivers/staging/lustre/lustre/include/
Dlustre_lib.h192 CERROR("OBD ioctl: ioc_len larger than %d\n", in obd_ioctl_is_invalid()
197 CERROR("OBD ioctl: ioc_inllen1 larger than ioc_len\n"); in obd_ioctl_is_invalid()
201 CERROR("OBD ioctl: ioc_inllen2 larger than ioc_len\n"); in obd_ioctl_is_invalid()
205 CERROR("OBD ioctl: ioc_inllen3 larger than ioc_len\n"); in obd_ioctl_is_invalid()
209 CERROR("OBD ioctl: ioc_inllen4 larger than ioc_len\n"); in obd_ioctl_is_invalid()
213 CERROR("OBD ioctl: inlbuf1 pointer but 0 length\n"); in obd_ioctl_is_invalid()
217 CERROR("OBD ioctl: inlbuf2 pointer but 0 length\n"); in obd_ioctl_is_invalid()
221 CERROR("OBD ioctl: inlbuf3 pointer but 0 length\n"); in obd_ioctl_is_invalid()
225 CERROR("OBD ioctl: inlbuf4 pointer but 0 length\n"); in obd_ioctl_is_invalid()
229 CERROR("OBD ioctl: pbuf1 pointer but 0 length\n"); in obd_ioctl_is_invalid()
[all …]
/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-cpu.c585CERROR("No online CPU found in CPU partition %d, did someone do CPU hotplug on system? You might n… in cfs_cpt_bind()
748CERROR("CPU number %d is not multiple of cpu_npartition %d, please try different cpu_npartitions v… in cfs_cpt_table_create()
755 CERROR("Failed to allocate CPU map(%d)\n", ncpt); in cfs_cpt_table_create()
761 CERROR("CPU changed while setting CPU partition\n"); in cfs_cpt_table_create()
767 CERROR("Failed to allocate scratch cpumask\n"); in cfs_cpt_table_create()
798 CERROR("Expect %d(%d) CPU partitions but got %d(%d), CPU hotplug/unplug while setting?\n", in cfs_cpt_table_create()
809CERROR("Failed to setup CPU-partition-table with %d CPU-partitions, online HW nodes: %d, HW cpus: … in cfs_cpt_table_create()
847 CERROR("Invalid pattern %s, or too many partitions %d\n", in cfs_cpt_table_create_pattern()
856 CERROR("Failed to allocate cpu partition table\n"); in cfs_cpt_table_create_pattern()
871 CERROR("Invalid pattern %s\n", str); in cfs_cpt_table_create_pattern()
[all …]
Dlinux-module.c56 CERROR("PORTALS: version mismatch kernel vs application\n"); in libcfs_ioctl_getdata()
61 CERROR("PORTALS: user buffer exceeds kernel buffer\n"); in libcfs_ioctl_getdata()
66 CERROR("PORTALS: user buffer too small for ioctl\n"); in libcfs_ioctl_getdata()
77 CERROR("PORTALS: ioctl not correctly formatted\n"); in libcfs_ioctl_getdata()
/drivers/staging/lustre/lnet/selftest/
Dmodule.c102 CERROR("Failed to create serial WI scheduler for LST\n"); in lnet_selftest_init()
121 CERROR("Failed to create CPT affinity WI scheduler %d for LST\n", in lnet_selftest_init()
129 CERROR("LST can't startup rpc\n"); in lnet_selftest_init()
136 CERROR("LST can't startup framework\n"); in lnet_selftest_init()
143 CERROR("LST can't startup console\n"); in lnet_selftest_init()
Dconsole.c415 CERROR("Out of memory\n"); in lstcon_group_nodes_add()
433 CERROR("Can't create ndlink, out of memory\n"); in lstcon_group_nodes_add()
447 CERROR("Can't create transaction: %d\n", rc); in lstcon_group_nodes_add()
484 CERROR("Out of memory\n"); in lstcon_group_nodes_remove()
503 CERROR("Can't create transaction: %d\n", rc); in lstcon_group_nodes_remove()
538 CERROR("Can't allocate descriptor for group %s\n", name); in lstcon_group_add()
602 CERROR("Can't create transaction: %d\n", rc); in lstcon_group_del()
808 CERROR("Can't allocate ndlist_ent\n"); in lstcon_group_info()
857 CERROR("Can't allocate descriptor for batch %s\n", name); in lstcon_batch_add()
864 CERROR("Can't allocate hash for batch %s\n", name); in lstcon_batch_add()
[all …]
/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c162 CERROR("Bad nfrags: %d, should be 0 < n <= %d\n", in kiblnd_unpack_rd()
171 CERROR("Short %s: %d(%d)\n", in kiblnd_unpack_rd()
221 CERROR("Short message: %d\n", nob); in kiblnd_unpack_msg()
230 CERROR("Bad magic: %08x\n", msg->ibm_magic); in kiblnd_unpack_msg()
237 CERROR("Bad version: %x\n", version); in kiblnd_unpack_msg()
242 CERROR("Short message: %d\n", nob); in kiblnd_unpack_msg()
248 CERROR("Short message: got %d, wanted %d\n", nob, msg_nob); in kiblnd_unpack_msg()
258 CERROR("Bad checksum\n"); in kiblnd_unpack_msg()
277 CERROR("Bad src nid: %s\n", libcfs_nid2str(msg->ibm_srcnid)); in kiblnd_unpack_msg()
282 CERROR("Short %s: %d(%d)\n", kiblnd_msgtype2str(msg->ibm_type), in kiblnd_unpack_msg()
[all …]
Do2iblnd_cb.c189 CERROR("Can't post rx for %s: %d, bad_wrq: %p\n", in kiblnd_post_rx()
289 CERROR("Can't get tx for completion %x for %s\n", in kiblnd_send_completion()
328 CERROR("Bad credits from %s: %d + %d > %d\n", in kiblnd_handle_rx()
351 CERROR("Bad IBLND message type %x from %s\n", in kiblnd_handle_rx()
405 CERROR("Unmatched PUT_ACK from %s\n", in kiblnd_handle_rx()
423 CERROR("Can't setup rdma for PUT to %s: %d\n", in kiblnd_handle_rx()
490 CERROR("Error %d unpacking rx from %s\n", in kiblnd_rx_complete()
499 CERROR("Stale rx from %s\n", in kiblnd_rx_complete()
547 CERROR("find page for address in highmem\n"); in kiblnd_kvaddr_to_page()
586 CERROR("Can't map %d pages: %d\n", npages, rc); in kiblnd_fmr_map_tx()
[all …]
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c162 CERROR("can't remove current connection\n"); in client_import_del_conn()
190 CERROR("connection %s not found\n", uuid->uuid); in client_import_del_conn()
312 CERROR("unknown client OBD type \"%s\", can't setup\n", in client_obd_setup()
318 CERROR("requires a TARGET UUID\n"); in client_obd_setup()
323 CERROR("client UUID must be less than 38 characters\n"); in client_obd_setup()
328 CERROR("setup requires a SERVER UUID\n"); in client_obd_setup()
333 CERROR("target UUID must be less than 38 characters\n"); in client_obd_setup()
410 CERROR("ldlm_get_ref failed: %d\n", rc); in client_obd_setup()
430 CERROR("can't add initial connection\n"); in client_obd_setup()
455 CERROR("Unable to create client namespace - %s\n", in client_obd_setup()
[all …]
/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_proto.c295 CERROR("ksnc_type bad: %u\n", conn->ksnc_type); in ksocknal_match_tx()
329 CERROR("ksnc_type bad: %u\n", conn->ksnc_type); in ksocknal_match_tx_v3()
465 CERROR("Can't allocate lnet_hdr_t\n"); in ksocknal_send_hello_v1()
579 CERROR("Can't allocate lnet_hdr_t\n"); in ksocknal_recv_hello_v1()
587 CERROR("Error %d reading rest of HELLO hdr from %pI4h\n", in ksocknal_recv_hello_v1()
595 CERROR("Expecting a HELLO hdr, but got type %d from %pI4h\n", in ksocknal_recv_hello_v1()
610 CERROR("Bad nips %d from ip %pI4h\n", in ksocknal_recv_hello_v1()
622 CERROR("Error %d reading IPs from ip %pI4h\n", in ksocknal_recv_hello_v1()
632 CERROR("Zero IP[%d] from ip %pI4h\n", in ksocknal_recv_hello_v1()
661 CERROR("Error %d reading HELLO from %pI4h\n", in ksocknal_recv_hello_v2()
[all …]
Dsocklnd_lib.c49 CERROR("Error %d getting sock peer IP\n", rc); in ksocknal_lib_get_conn_addrs()
55 CERROR("Error %d getting sock local IP\n", rc); in ksocknal_lib_get_conn_addrs()
475 CERROR("Can't set SO_LINGER: %d\n", rc); in ksocknal_lib_setup_sock()
483 CERROR("Can't set SO_LINGER2: %d\n", rc); in ksocknal_lib_setup_sock()
493 CERROR("Can't disable nagle: %d\n", rc); in ksocknal_lib_setup_sock()
501 CERROR("Can't set buffer tx %d, rx %d buffers: %d\n", in ksocknal_lib_setup_sock()
520 CERROR("Can't set SO_KEEPALIVE: %d\n", rc); in ksocknal_lib_setup_sock()
530 CERROR("Can't set TCP_KEEPIDLE: %d\n", rc); in ksocknal_lib_setup_sock()
537 CERROR("Can't set TCP_KEEPINTVL: %d\n", rc); in ksocknal_lib_setup_sock()
544 CERROR("Can't set TCP_KEEPCNT: %d\n", rc); in ksocknal_lib_setup_sock()
/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c59 CERROR("name too long: %s\n", name); in mgc_name2resid()
63 CERROR("missing name: %s\n", name); in mgc_name2resid()
239 CERROR("failed processing sptlrpc log: %d\n", rc); in do_config_log_add()
304 CERROR("logname %s is too long\n", logname); in config_log_add()
316 CERROR("can't create sptlrpc log: %s\n", seclogname); in config_log_add()
324 CERROR("%s: can't create params log: rc = %d\n", in config_log_add()
331 CERROR("can't create log: %s\n", logname); in config_log_add()
691 CERROR("failed to cleanup llogging subsystems\n"); in mgc_precleanup()
724 CERROR("failed to setup llogging subsystems\n"); in mgc_setup()
740 CERROR("%s: Cannot start requeue thread (%d),no more log updates!\n", in mgc_setup()
[all …]
/drivers/staging/lustre/lustre/llite/
Dsymlink.c79 CERROR("inode %lu: rc = %d\n", inode->i_ino, rc); in ll_readlink_internal()
86 CERROR("OBD_MD_LINKNAME not set on reply\n"); in ll_readlink_internal()
93 CERROR("inode %lu: symlink length %d not expected %d\n", in ll_readlink_internal()
103 CERROR("inode %lu: symlink not NULL terminated string of length %d\n", in ll_readlink_internal()
Dllite_lib.c160 CERROR("MD %s: not setup or attached\n", md); in client_common_fill_super()
177 CERROR("could not register mount in <debugfs>/lustre/llite\n"); in client_common_fill_super()
239 CERROR("cannot connect to %s: rc = %d\n", md, err); in client_common_fill_super()
248 CERROR("%s: Can't init metadata layer FID infrastructure, rc = %d\n", in client_common_fill_super()
292 CERROR("%s: Get connect data failed: rc = %d\n", in client_common_fill_super()
361 CERROR("DT %s: not setup or attached\n", dt); in client_common_fill_super()
414 CERROR("%s: Cannot connect to %s: rc = %d\n", in client_common_fill_super()
424 CERROR("%s: Can't init data layer FID infrastructure, rc = %d\n", in client_common_fill_super()
438 CERROR("cannot mds_connect: rc = %d\n", err); in client_common_fill_super()
442 CERROR("%s: Invalid root fid "DFID" during mount\n", in client_common_fill_super()
[all …]
/drivers/staging/lustre/lustre/fld/
Dfld_request.c147 CERROR("%s: Can't find target by hash %d (seq %#llx). Targets (%d):\n", in fld_rrb_scan()
157 CERROR(" exp: 0x%p (%s), srv: 0x%p (%s), idx: %llu\n", in fld_rrb_scan()
216 CERROR("%s: Attempt to add target %s (idx %llu) on fly - skip it\n", in fld_client_add_target()
232 CERROR("Target %s exists in FLD and known as %s:#%llu\n", in fld_client_add_target()
290 CERROR("%s: LdebugFS failed in fld-init\n", fld->lcf_name); in fld_client_debugfs_init()
300 CERROR("%s: Can't init FLD debufs, rc %d\n", fld->lcf_name, rc); in fld_client_debugfs_init()
335 CERROR("%s: Wrong hash function %#x\n", in fld_client_init()

123456