Home
last modified time | relevance | path

Searched refs:log_print (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/fs/dlm/
Dmidcomms.c497 log_print("%s: unexpected state: %d", in dlm_pas_fin_ack_rcv()
581 log_print("%s: unexpected state: %d", in dlm_midcomms_receive_buffer()
628 log_print("fin too small: %d, will skip this message from node %d", in dlm_opts_check_msglen()
636 log_print("msg too small: %d, will skip this message from node %d", in dlm_opts_check_msglen()
644 log_print("rcom msg too small: %d, will skip this message from node %d", in dlm_opts_check_msglen()
651 log_print("unsupported o_nextcmd received: %u, will skip this message from node %d", in dlm_opts_check_msglen()
675 log_print("version 0x%08x for node %d detected", DLM_VERSION_3_2, in dlm_midcomms_receive_buffer_3_2()
717 log_print("unsupported rcom type received: %u, will skip this message from node %d", in dlm_midcomms_receive_buffer_3_2()
730 log_print("opts msg too small: %u, will skip this message from node %d", in dlm_midcomms_receive_buffer_3_2()
743 log_print("inner rcom msg too small: %u, will skip this message from node %d", in dlm_midcomms_receive_buffer_3_2()
[all …]
Dlowcomms.c813 log_print("Connection %p failed to shutdown: %d will force close", in shutdown_connection()
820 log_print("Connection %p shutdown timed out, will force close", in shutdown_connection()
1005 log_print("connect from non cluster IPv4 node %pI4", in accept_from_sock()
1013 log_print("connect from non cluster IPv6 node %pI6c", in accept_from_sock()
1019 log_print("invalid family from non cluster node"); in accept_from_sock()
1027 log_print("got connection from %d", nodeid); in accept_from_sock()
1051 log_print("failed to allocate incoming socket"); in accept_from_sock()
1136 log_print("Can't bind to %d addr number %d, %d.\n", in sctp_bind_addrs()
1266 log_print("failed to allocate a buffer of size %d", len); in dlm_lowcomms_new_msg()
1445 log_print("closing connection to node %d", nodeid); in dlm_lowcomms_close()
[all …]
Duser.c596 log_print("no locking on control device"); in device_write()
604 log_print("no locking on control device"); in device_write()
612 log_print("no locking on control device"); in device_write()
620 log_print("create/remove only on control device"); in device_write()
628 log_print("create/remove only on control device"); in device_write()
636 log_print("no locking on control device"); in device_write()
643 log_print("Unknown command passed to DLM device : %d\n", in device_write()
818 log_print("non-version read from control device %zu", count); in device_read()
876 log_print("dlm_rem_lkb_callback empty %x", lkb->lkb_id); in device_read()
1028 log_print("misc_register failed for control device"); in dlm_user_init()
[all …]
Dlockspace.c386 log_print("cannot start dlm midcomms %d", error); in threads_start()
392 log_print("cannot start dlm_scand thread %d", error); in threads_start()
424 log_print("dlm user daemon not available"); in new_lockspace()
437 log_print("dlm cluster name '%s' is being used without an application provided cluster name", in new_lockspace()
442 log_print("dlm cluster name '%s' does not match " in new_lockspace()
935 log_print("dlm user daemon left %d lockspaces", count); in dlm_stop_lockspaces()
Dplock.c72 log_print("plock device version mismatch: " in check_version()
275 log_print("dlm_plock_callback: vfs lock error %llx file %p fl %p", in dlm_plock_callback()
282 log_print("%s: lock granted after lock request failed; dangling lock!", in dlm_plock_callback()
630 log_print("dlm_plock_init: misc_register failed %d", rv); in dlm_plock_init()
Drequestqueue.c42 log_print("dlm_add_requestqueue: out of memory len %d", length); in dlm_add_requestqueue()
Drecoverd.c306 log_print("dlm_recoverd: no lockspace %p", arg); in dlm_recoverd()
Dast.c213 log_print("can't start dlm_callback workqueue"); in dlm_callback_start()
Drcom.c60 log_print("%s to %d type %d len %d ENOBUFS", in create_rcom()
81 log_print("create_rcom to %d type %d len %d ENOBUFS", in create_rcom_stateless()
Dlock.c482 log_print("rsb_insert match"); in rsb_insert()
1879 log_print("invalid status for revert %d", lkb->lkb_status); in revert_lock()
1940 log_print("munge_demoted %x invalid modes gr %d rq %d", in munge_demoted()
1952 log_print("munge_altmode %x invalid reply type %d", in munge_altmode()
1962 log_print("munge_altmode invalid exflags %x", lkb->lkb_exflags); in munge_altmode()
2246 log_print("can_be_granted deadlock %x now %d", in can_be_granted()
2307 log_print("WARN: pending demoted %x node %d %s", in grant_pending_convert()
2325 log_print("WARN: pending deadlock %x node %d %s", in grant_pending_convert()
2395 log_print("grant_pending_locks r nodeid %d", r->res_nodeid); in grant_pending_locks()
3715 log_print("fake_bastfn should not be called"); in fake_bastfn()
[all …]
Ddlm_internal.h56 #define log_print(fmt, args...) \ macro
/linux-6.6.21/scripts/
DKbuild.include135 log_print = echo '$(pound) $(call escsq,$(or $(quiet_cmd_$1),cmd_$1 $@)$(why))'; \
160 cmd = @$(if $(cmd_$(1)),set -e; $($(quiet)log_print) $(delete-on-interrupt) $(cmd_$(1)),:)