Home
last modified time | relevance | path

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

/linux-6.1.9/fs/dlm/
Dmidcomms.c469 log_print("%s: unexpected state: %d\n", in dlm_pas_fin_ack_rcv()
526 log_print("%s: unexpected state: %d\n", in dlm_midcomms_receive_buffer()
570 log_print("rcom msg too small: %u, will skip this message from node %d", in dlm_midcomms_recv_node_lookup()
603 log_print("reset node %d because shutdown stuck", in dlm_midcomms_recv_node_lookup()
629 log_print("opts msg too small: %u, will skip this message from node %d", in dlm_midcomms_recv_node_lookup()
658 log_print("version 0x%08x for node %d detected", DLM_VERSION_3_2, in dlm_midcomms_version_check_3_2()
690 log_print("fin too small: %d, will skip this message from node %d", in dlm_opts_check_msglen()
698 log_print("msg too small: %d, will skip this message from node %d", in dlm_opts_check_msglen()
706 log_print("rcom msg too small: %d, will skip this message from node %d", in dlm_opts_check_msglen()
713 log_print("unsupported o_nextcmd received: %u, will skip this message from node %d", in dlm_opts_check_msglen()
[all …]
Dlowcomms.c532 log_print("connected to node %d", con->nodeid); in lowcomms_write_space()
797 log_print("canceled swork for node %d", con->nodeid); in close_connection()
801 log_print("canceled rwork for node %d", con->nodeid); in close_connection()
861 log_print("Connection %p failed to shutdown: %d will force close", in shutdown_connection()
869 log_print("Connection %p shutdown timed out, will force close", in shutdown_connection()
977 log_print("connection %p got EOF from %d", in receive_from_sock()
1035 log_print("connect from non cluster IPv4 node %pI4", in accept_from_sock()
1043 log_print("connect from non cluster IPv6 node %pI6c", in accept_from_sock()
1049 log_print("invalid family from non cluster node"); in accept_from_sock()
1057 log_print("got connection from %d", nodeid); in accept_from_sock()
[all …]
Duser.c591 log_print("no locking on control device"); in device_write()
599 log_print("no locking on control device"); in device_write()
607 log_print("no locking on control device"); in device_write()
615 log_print("create/remove only on control device"); in device_write()
623 log_print("create/remove only on control device"); in device_write()
631 log_print("no locking on control device"); in device_write()
638 log_print("Unknown command passed to DLM device : %d\n", in device_write()
813 log_print("non-version read from control device %zu", count); in device_read()
869 log_print("dlm_rem_lkb_callback empty %x", lkb->lkb_id); in device_read()
1018 log_print("misc_register failed for control device"); in dlm_user_init()
[all …]
Dast.c26 log_print("last_bast %x %llu flags %x mode %d sb %d %x", in dlm_dump_lkb_callbacks()
34 log_print("last_cast %x %llu flags %x mode %d sb %d %x", in dlm_dump_lkb_callbacks()
43 log_print("cb %x %llu flags %x mode %d sb %d %x", in dlm_dump_lkb_callbacks()
277 log_print("can't start dlm_callback workqueue"); in dlm_callback_start()
Dplock.c50 log_print("plock device version mismatch: " in check_version()
231 log_print("dlm_plock_callback: vfs lock error %llx file %p fl %p", in dlm_plock_callback()
238 log_print("dlm_plock_callback: lock granted after lock request " in dlm_plock_callback()
465 log_print("%s: no op %x %llx", __func__, in dev_write()
504 log_print("dlm_plock_init: misc_register failed %d", rv); in dlm_plock_init()
Dlockspace.c387 log_print("cannot start dlm_scand thread %d", error); in threads_start()
394 log_print("cannot start dlm lowcomms %d", error); in threads_start()
426 log_print("dlm user daemon not available"); in new_lockspace()
439 log_print("dlm cluster name '%s' is being used without an application provided cluster name", in new_lockspace()
444 log_print("dlm cluster name '%s' does not match " in new_lockspace()
959 log_print("dlm user daemon left %d lockspaces", count); in dlm_stop_lockspaces()
Drequestqueue.c41 log_print("dlm_add_requestqueue: out of memory len %d", length); in dlm_add_requestqueue()
Drecoverd.c308 log_print("dlm_recoverd: no lockspace %p", arg); in dlm_recoverd()
Drcom.c61 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()
Dlock.c494 log_print("rsb_insert match"); in rsb_insert()
2072 log_print("invalid status for revert %d", lkb->lkb_status); in revert_lock()
2133 log_print("munge_demoted %x invalid modes gr %d rq %d", in munge_demoted()
2145 log_print("munge_altmode %x invalid reply type %d", in munge_altmode()
2155 log_print("munge_altmode invalid exflags %x", lkb->lkb_exflags); in munge_altmode()
2439 log_print("can_be_granted deadlock %x now %d", in can_be_granted()
2500 log_print("WARN: pending demoted %x node %d %s", in grant_pending_convert()
2518 log_print("WARN: pending deadlock %x node %d %s", in grant_pending_convert()
2588 log_print("grant_pending_locks r nodeid %d", r->res_nodeid); in grant_pending_locks()
3930 log_print("fake_bastfn should not be called"); in fake_bastfn()
[all …]
Ddlm_internal.h56 #define log_print(fmt, args...) \ macro