Searched refs:log_print (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/dlm/ |
| A D | midcomms.c | 464 log_print("%s: unexpected state: %d\n", in dlm_pas_fin_ack_rcv() 521 log_print("%s: unexpected state: %d\n", in dlm_midcomms_receive_buffer() 598 log_print("reset node %d because shutdown stuck", in dlm_midcomms_recv_node_lookup() 653 log_print("version 0x%08x for node %d detected", DLM_VERSION_3_2, in dlm_midcomms_version_check_3_2() 685 log_print("fin too small: %d, will skip this message from node %d", in dlm_opts_check_msglen() 693 log_print("msg too small: %d, will skip this message from node %d", in dlm_opts_check_msglen() 822 log_print("version 0x%08x for node %d detected", DLM_VERSION_3_1, in dlm_midcomms_version_check_3_1() 857 log_print("msg too small: %u, will skip this message from node %d", in dlm_midcomms_receive_buffer_3_1() 1184 log_print("%s: unexpected state: %d\n", in dlm_act_fin_ack_rcv() 1224 log_print("reset node %d because shutdown stuck", in dlm_midcomms_add_member() [all …]
|
| A D | lowcomms.c | 962 log_print("connection %p got EOF from %d", in receive_from_sock() 1017 log_print("connect from non cluster node"); in accept_from_sock() 1024 log_print("got connection from %d", nodeid); in accept_from_sock() 1048 log_print("failed to allocate incoming socket"); in accept_from_sock() 1483 log_print("closing connection to node %d", nodeid); in dlm_lowcomms_close() 1634 log_print("can't start dlm_recv"); in work_start() 1640 log_print("can't start dlm_send"); in work_start() 1768 log_print("Using %s for communications", in dlm_listen_for_all() 1919 log_print("SCTP is not enabled by this kernel"); in dlm_sctp_listen_validate() 1962 log_print("no local IP address has been set"); in dlm_lowcomms_start() [all …]
|
| A D | user.c | 570 log_print("no locking on control device"); in device_write() 578 log_print("no locking on control device"); in device_write() 586 log_print("no locking on control device"); in device_write() 594 log_print("create/remove only on control device"); in device_write() 602 log_print("create/remove only on control device"); in device_write() 610 log_print("no locking on control device"); in device_write() 617 log_print("Unknown command passed to DLM device : %d\n", in device_write() 792 log_print("non-version read from control device %zu", count); in device_read() 848 log_print("dlm_rem_lkb_callback empty %x", lkb->lkb_id); in device_read() 994 log_print("misc_register failed for control device"); in dlm_user_init() [all …]
|
| A D | plock.c | 48 log_print("plock device version mismatch: " in check_version() 196 log_print("dlm_plock_callback: op on list %llx", in dlm_plock_callback() 224 log_print("dlm_plock_callback: vfs lock error %llx file %p fl %p", in dlm_plock_callback() 231 log_print("dlm_plock_callback: lock granted after lock request " in dlm_plock_callback() 458 log_print("dev_write no op %x %llx", info.fsid, in dev_write() 503 log_print("dlm_plock_init: misc_register failed %d", rv); in dlm_plock_init()
|
| A D | ast.c | 24 log_print("last_bast %x %llu flags %x mode %d sb %d %x", in dlm_dump_lkb_callbacks() 32 log_print("last_cast %x %llu flags %x mode %d sb %d %x", in dlm_dump_lkb_callbacks() 41 log_print("cb %x %llu flags %x mode %d sb %d %x", in dlm_dump_lkb_callbacks() 273 log_print("can't start dlm_callback workqueue"); in dlm_callback_start()
|
| A D | lockspace.c | 389 log_print("cannot start dlm_scand thread %d", error); in threads_start() 396 log_print("cannot start dlm lowcomms %d", error); in threads_start() 428 log_print("dlm user daemon not available"); in new_lockspace() 441 log_print("dlm cluster name '%s' is being used without an application provided cluster name", in new_lockspace() 446 log_print("dlm cluster name '%s' does not match " in new_lockspace() 919 log_print("dlm user daemon left %d lockspaces", count); in dlm_stop_lockspaces()
|
| A D | requestqueue.c | 39 log_print("dlm_add_requestqueue: out of memory len %d", length); in dlm_add_requestqueue()
|
| A D | recoverd.c | 282 log_print("dlm_recoverd: no lockspace %p", arg); in dlm_recoverd()
|
| A D | rcom.c | 61 log_print("%s to %d type %d len %d ENOBUFS", in create_rcom() 82 log_print("create_rcom to %d type %d len %d ENOBUFS", in create_rcom_stateless()
|
| A D | lock.c | 487 log_print("rsb_insert match"); in rsb_insert() 2102 log_print("invalid status for revert %d", lkb->lkb_status); in revert_lock() 2163 log_print("munge_demoted %x invalid modes gr %d rq %d", in munge_demoted() 2175 log_print("munge_altmode %x invalid reply type %d", in munge_altmode() 2469 log_print("can_be_granted deadlock %x now %d", in can_be_granted() 2530 log_print("WARN: pending demoted %x node %d %s", in grant_pending_convert() 2548 log_print("WARN: pending deadlock %x node %d %s", in grant_pending_convert() 3905 log_print("fake_bastfn should not be called"); in fake_bastfn() 3910 log_print("fake_astfn should not be called"); in fake_astfn() 5035 log_print("invalid h_cmd %d from %u", hd->h_cmd, nodeid); in dlm_receive_buffer() [all …]
|
| A D | dlm_internal.h | 62 #define log_print(fmt, args...) \ macro
|
Completed in 35 milliseconds