Searched refs:log_print (Results 1 – 9 of 9) 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 | 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 | 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() 2133 log_print("munge_altmode invalid exflags %x", lkb->lkb_exflags); 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() [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 | 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)),:)
|