Searched refs:log_print (Results 1 – 11 of 11) sorted by relevance
| /fs/dlm/ |
| A D | midcomms.c | 495 log_print("%s: unexpected state: %d", in dlm_pas_fin_ack_rcv() 579 log_print("%s: unexpected state: %d", in dlm_midcomms_receive_buffer() 626 log_print("fin too small: %d, will skip this message from node %d", in dlm_opts_check_msglen() 634 log_print("msg too small: %d, will skip this message from node %d", in dlm_opts_check_msglen() 642 log_print("rcom msg too small: %d, will skip this message from node %d", in dlm_opts_check_msglen() 673 log_print("version 0x%08x for node %d detected", DLM_VERSION_3_2, in dlm_midcomms_receive_buffer_3_2() 802 log_print("version 0x%08x for node %d detected", DLM_VERSION_3_1, in dlm_midcomms_receive_buffer_3_1() 821 log_print("msg too small: %u, will skip this message from node %d", in dlm_midcomms_receive_buffer_3_1() 1206 log_print("%s: unexpected state: %d", in dlm_act_fin_ack_rcv() 1243 log_print("reset node %d because shutdown stuck", in dlm_midcomms_add_member() [all …]
|
| A D | lowcomms.c | 1025 log_print("invalid family from non cluster node"); in accept_from_sock() 1033 log_print("got connection from %d", nodeid); in accept_from_sock() 1057 log_print("failed to allocate incoming socket"); in accept_from_sock() 1449 log_print("closing connection to node %d", nodeid); in dlm_lowcomms_close() 1639 log_print("connect to node %d try %d error %d", in process_send_sockets() 1702 log_print("can't start dlm_io"); in work_start() 1708 log_print("can't start dlm_process"); in work_start() 1758 log_print("Using %s for communications", in dlm_listen_for_all() 1878 log_print("SCTP is not enabled by this kernel"); in dlm_sctp_listen_validate() 1917 log_print("no local IP address has been set"); in dlm_lowcomms_start() [all …]
|
| A D | user.c | 579 log_print("no locking on control device"); in device_write() 587 log_print("no locking on control device"); in device_write() 595 log_print("no locking on control device"); in device_write() 603 log_print("create/remove only on control device"); in device_write() 611 log_print("create/remove only on control device"); in device_write() 619 log_print("no locking on control device"); in device_write() 626 log_print("Unknown command passed to DLM device : %d\n", in device_write() 799 log_print("non-version read from control device %zu", count); in device_read() 971 log_print("misc_register failed for control device"); in dlm_user_init() 977 log_print("misc_register failed for monitor device"); in dlm_user_init()
|
| A D | lockspace.c | 313 log_print("cannot start dlm midcomms %d", error); in threads_start() 375 log_print("dlm user daemon not available"); in new_lockspace() 388 log_print("dlm cluster name '%s' is being used without an application provided cluster name", in new_lockspace() 393 log_print("dlm cluster name '%s' does not match " in new_lockspace() 834 log_print("dlm user daemon left %d lockspaces", count); in dlm_stop_lockspaces()
|
| A D | plock.c | 72 log_print("plock device version mismatch: " in check_version() 271 log_print("dlm_plock_callback: vfs lock error %llx file %p fl %p", in dlm_plock_callback() 278 log_print("%s: lock granted after lock request failed; dangling lock!", in dlm_plock_callback() 620 log_print("dlm_plock_init: misc_register failed %d", rv); in dlm_plock_init()
|
| A D | requestqueue.c | 42 log_print("dlm_add_requestqueue: out of memory len %d", length); in dlm_add_requestqueue()
|
| A D | lock.c | 2050 log_print("invalid status for revert %d", lkb->lkb_status); in revert_lock() 2111 log_print("munge_demoted %x invalid modes gr %d rq %d", in munge_demoted() 2123 log_print("munge_altmode %x invalid reply type %d", in munge_altmode() 2417 log_print("can_be_granted deadlock %x now %d", in can_be_granted() 2478 log_print("WARN: pending demoted %x node %d %s", in grant_pending_convert() 2496 log_print("WARN: pending deadlock %x node %d %s", in grant_pending_convert() 2566 log_print("grant_pending_locks r nodeid %d", r->res_nodeid); in grant_pending_locks() 3870 log_print("fake_bastfn should not be called"); in fake_bastfn() 3875 log_print("fake_astfn should not be called"); in fake_astfn() 4973 log_print("invalid h_cmd %d from %u", hd->h_cmd, nodeid); in dlm_receive_buffer() [all …]
|
| A D | rcom.c | 60 log_print("%s to %d type %d len %d ENOBUFS", in create_rcom() 80 log_print("create_rcom to %d type %d len %d ENOBUFS", in create_rcom_stateless()
|
| A D | ast.c | 211 log_print("can't start dlm_callback workqueue"); in dlm_callback_start()
|
| A D | recoverd.c | 396 log_print("dlm_recoverd: no lockspace %p", arg); in dlm_recoverd()
|
| A D | dlm_internal.h | 58 #define log_print(fmt, args...) \ macro
|
Completed in 41 milliseconds