Searched refs:log_print (Results 1 – 11 of 11) sorted by relevance
/fs/dlm/ |
D | midcomms.c | 464 log_print("%s: unexpected state: %d\n", in dlm_pas_fin_ack_rcv() 523 log_print("%s: unexpected state: %d\n", in dlm_midcomms_receive_buffer() 559 log_print("rcom msg too small: %u, will skip this message from node %d", in dlm_midcomms_recv_node_lookup() 592 log_print("reset node %d because shutdown stuck", in dlm_midcomms_recv_node_lookup() 618 log_print("opts msg too small: %u, will skip this message from node %d", in dlm_midcomms_recv_node_lookup() 647 log_print("version 0x%08x for node %d detected", DLM_VERSION_3_2, in dlm_midcomms_version_check_3_2() 679 log_print("fin too small: %d, will skip this message from node %d", in dlm_opts_check_msglen() 687 log_print("msg too small: %d, will skip this message from node %d", in dlm_opts_check_msglen() 695 log_print("rcom msg too small: %d, will skip this message from node %d", in dlm_opts_check_msglen() 702 log_print("unsupported o_nextcmd received: %u, will skip this message from node %d", in dlm_opts_check_msglen() [all …]
|
D | lowcomms.c | 514 log_print("successful connected to node %d", con->nodeid); in lowcomms_write_space() 783 log_print("canceled swork for node %d", con->nodeid); in close_connection() 787 log_print("canceled rwork for node %d", con->nodeid); in close_connection() 847 log_print("Connection %p failed to shutdown: %d will force close", in shutdown_connection() 855 log_print("Connection %p shutdown timed out, will force close", in shutdown_connection() 962 log_print("connection %p got EOF from %d", in receive_from_sock() 1017 log_print("connect from non cluster node"); in accept_from_sock() 1024 log_print("got connection from %d", nodeid); in accept_from_sock() 1048 log_print("failed to allocate incoming socket"); in accept_from_sock() 1105 log_print("error accepting connection from node: %d", result); in accept_from_sock() [all …]
|
D | user.c | 570 log_print("no locking on control device"); in device_write() 578 log_print("no locking on control device"); in device_write() 586 log_print("no locking on control device"); in device_write() 594 log_print("create/remove only on control device"); in device_write() 602 log_print("create/remove only on control device"); in device_write() 610 log_print("no locking on control device"); in device_write() 617 log_print("Unknown command passed to DLM device : %d\n", in device_write() 792 log_print("non-version read from control device %zu", count); in device_read() 848 log_print("dlm_rem_lkb_callback empty %x", lkb->lkb_id); in device_read() 994 log_print("misc_register failed for control device"); in dlm_user_init() [all …]
|
D | plock.c | 48 log_print("plock device version mismatch: " in check_version() 206 log_print("dlm_plock_callback: op on list %llx", in dlm_plock_callback() 234 log_print("dlm_plock_callback: vfs lock error %llx file %p fl %p", in dlm_plock_callback() 241 log_print("dlm_plock_callback: lock granted after lock request " in dlm_plock_callback() 501 log_print("%s: no op %x %llx", __func__, in dev_write() 546 log_print("dlm_plock_init: misc_register failed %d", rv); in dlm_plock_init()
|
D | ast.c | 24 log_print("last_bast %x %llu flags %x mode %d sb %d %x", in dlm_dump_lkb_callbacks() 32 log_print("last_cast %x %llu flags %x mode %d sb %d %x", in dlm_dump_lkb_callbacks() 41 log_print("cb %x %llu flags %x mode %d sb %d %x", in dlm_dump_lkb_callbacks() 273 log_print("can't start dlm_callback workqueue"); in dlm_callback_start()
|
D | lockspace.c | 389 log_print("cannot start dlm midcomms %d", error); in threads_start() 395 log_print("cannot start dlm_scand thread %d", error); in threads_start() 427 log_print("dlm user daemon not available"); in new_lockspace() 440 log_print("dlm cluster name '%s' is being used without an application provided cluster name", in new_lockspace() 445 log_print("dlm cluster name '%s' does not match " in new_lockspace() 918 log_print("dlm user daemon left %d lockspaces", count); in dlm_stop_lockspaces()
|
D | requestqueue.c | 39 log_print("dlm_add_requestqueue: out of memory len %d", length); in dlm_add_requestqueue()
|
D | rcom.c | 61 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()
|
D | recoverd.c | 282 log_print("dlm_recoverd: no lockspace %p", arg); in dlm_recoverd()
|
D | lock.c | 487 log_print("rsb_insert match"); in rsb_insert() 2105 log_print("invalid status for revert %d", lkb->lkb_status); in revert_lock() 2166 log_print("munge_demoted %x invalid modes gr %d rq %d", in munge_demoted() 2178 log_print("munge_altmode %x invalid reply type %d", in munge_altmode() 2188 log_print("munge_altmode invalid exflags %x", lkb->lkb_exflags); in munge_altmode() 2472 log_print("can_be_granted deadlock %x now %d", in can_be_granted() 2533 log_print("WARN: pending demoted %x node %d %s", in grant_pending_convert() 2551 log_print("WARN: pending deadlock %x node %d %s", in grant_pending_convert() 2621 log_print("grant_pending_locks r nodeid %d", r->res_nodeid); in grant_pending_locks() 3908 log_print("fake_bastfn should not be called"); in fake_bastfn() [all …]
|
D | dlm_internal.h | 62 #define log_print(fmt, args...) \ macro
|