Searched refs:log_print (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/dlm/ |
| H 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() 649 log_print("unsupported o_nextcmd received: %u, 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() 715 log_print("unsupported rcom type received: %u, will skip this message from node %d", in dlm_midcomms_receive_buffer_3_2() 728 log_print("opts msg too small: %u, will skip this message from node %d", in dlm_midcomms_receive_buffer_3_2() 741 log_print("inner rcom msg too small: %u, will skip this message from node %d", in dlm_midcomms_receive_buffer_3_2() [all …]
|
| H A D | lowcomms.c | 817 log_print("Connection %p failed to shutdown: %d will force close", in shutdown_connection() 824 log_print("Connection %p shutdown timed out, will force close", in shutdown_connection() 1011 log_print("connect from non cluster IPv4 node %pI4", in accept_from_sock() 1019 log_print("connect from non cluster IPv6 node %pI6c", in accept_from_sock() 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() 1142 log_print("Can't bind to %d addr number %d, %d.\n", in sctp_bind_addrs() 1270 log_print("failed to allocate a buffer of size %d", len); in dlm_lowcomms_new_msg() 1449 log_print("closing connection to node %d", nodeid); in dlm_lowcomms_close() [all …]
|
| H 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()
|
| H A D | lockspace.c | 318 log_print("cannot start dlm midcomms %d", error); in threads_start() 380 log_print("dlm user daemon not available"); in new_lockspace() 393 log_print("dlm cluster name '%s' is being used without an application provided cluster name", in new_lockspace() 398 log_print("dlm cluster name '%s' does not match " in new_lockspace() 840 log_print("dlm user daemon left %d lockspaces", count); in dlm_stop_lockspaces()
|
| H 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()
|
| H A D | requestqueue.c | 42 log_print("dlm_add_requestqueue: out of memory len %d", length); in dlm_add_requestqueue()
|
| H A D | lock.c | 2051 log_print("invalid status for revert %d", lkb->lkb_status); in revert_lock() 2112 log_print("munge_demoted %x invalid modes gr %d rq %d", in munge_demoted() 2124 log_print("munge_altmode %x invalid reply type %d", in munge_altmode() 2134 log_print("munge_altmode invalid exflags %x", lkb->lkb_exflags); in munge_altmode() 2418 log_print("can_be_granted deadlock %x now %d", in can_be_granted() 2479 log_print("WARN: pending demoted %x node %d %s", in grant_pending_convert() 2497 log_print("WARN: pending deadlock %x node %d %s", in grant_pending_convert() 2567 log_print("grant_pending_locks r nodeid %d", r->res_nodeid); in grant_pending_locks() 3871 log_print("fake_bastfn should not be called"); in fake_bastfn() 3876 log_print("fake_astfn should not be called"); in fake_astfn() [all …]
|
| H 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()
|
| H A D | ast.c | 211 log_print("can't start dlm_callback workqueue"); in dlm_callback_start()
|
| H A D | recoverd.c | 396 log_print("dlm_recoverd: no lockspace %p", arg); in dlm_recoverd()
|
| H A D | dlm_internal.h | 58 #define log_print(fmt, args...) \ macro
|
| /linux/scripts/ |
| H A D | Kbuild.include | 128 log_print = echo '$(pound) $(call escsq,$(or $(quiet_cmd_$1),cmd_$1 $@)$(why))'; \ 153 cmd = @$(if $(cmd_$(1)),set -e; $($(quiet)log_print) $(delete-on-interrupt) $(cmd_$(1)),:)
|