Searched refs:log_print (Results 1 – 11 of 11) sorted by relevance
/fs/dlm/ |
D | lowcomms.c | 376 log_print("send EOF to node failed: %d", ret); in sctp_send_shutdown() 429 log_print("COMM_UP for invalid assoc ID %d", in process_sctp_notification() 444 log_print("getsockopt/sctp_primary_addr on " in process_sctp_notification() 459 log_print("reject connect from unknown addr"); in process_sctp_notification() 477 log_print("Can't peel off a socket for " in process_sctp_notification() 487 log_print("got new/restarted association %d nodeid %d", in process_sctp_notification() 517 log_print("Can't start SCTP association - retrying"); in process_sctp_notification() 523 log_print("unexpected SCTP assoc change id=%d state=%d", in process_sctp_notification() 611 log_print("lowcomms: addr=%p, base=%u, len=%u, " in receive_from_sock() 690 log_print("connect from non cluster node"); in tcp_accept_from_sock() [all …]
|
D | plock.c | 50 log_print("plock device version mismatch: " in check_version() 158 log_print("dlm_plock_callback: op on list %llx", in dlm_plock_callback() 186 log_print("dlm_plock_callback: vfs lock error %llx file %p fl %p", in dlm_plock_callback() 193 log_print("dlm_plock_callback: lock granted after lock request " in dlm_plock_callback() 388 log_print("dev_write no op %x %llx", info.fsid, in dev_write() 432 log_print("dlm_plock_init: misc_register failed %d", rv); in dlm_plock_init() 439 log_print("dlm_plock_exit: misc_deregister failed"); in dlm_plock_exit()
|
D | user.c | 573 log_print("no locking on control device"); in device_write() 581 log_print("no locking on control device"); in device_write() 589 log_print("no locking on control device"); in device_write() 597 log_print("create/remove only on control device"); in device_write() 605 log_print("create/remove only on control device"); in device_write() 613 log_print("no locking on control device"); in device_write() 620 log_print("Unknown command passed to DLM device : %d\n", in device_write() 803 log_print("non-version read from control device %zu", count); in device_read() 979 log_print("misc_register failed for control device"); in dlm_user_init() 985 log_print("misc_register failed for monitor device"); in dlm_user_init()
|
D | midcomms.c | 96 log_print("message size %d from %d too big, buf len %d", in dlm_process_incoming_buffer()
|
D | requestqueue.c | 40 log_print("dlm_add_requestqueue: out of memory len %d", length); in dlm_add_requestqueue()
|
D | lockspace.c | 353 log_print("cannot start dlm_astd thread %d", error); in threads_start() 359 log_print("cannot start dlm_scand thread %d", error); in threads_start() 366 log_print("cannot start dlm lowcomms %d", error); in threads_start()
|
D | lock.c | 1294 log_print("invalid status for revert %d", lkb->lkb_status); in revert_lock() 1355 log_print("munge_demoted %x invalid reply type %d", in munge_demoted() 1361 log_print("munge_demoted %x invalid modes gr %d rq %d", in munge_demoted() 1373 log_print("munge_altmode %x invalid reply type %d", in munge_altmode() 1383 log_print("munge_altmode invalid exflags %x", lkb->lkb_exflags); in munge_altmode() 1635 log_print("can_be_granted deadlock %x now %d", in can_be_granted() 1700 log_print("WARN: pending demoted %x node %d %s", in grant_pending_convert() 1707 log_print("WARN: pending deadlock %x node %d %s", in grant_pending_convert() 3012 log_print("fake_bastfn should not be called"); in fake_bastfn() 3017 log_print("fake_astfn should not be called"); in fake_astfn() [all …]
|
D | recoverd.c | 271 log_print("dlm_recoverd: no lockspace %p", arg); in dlm_recoverd()
|
D | dlm_internal.h | 65 #define log_print(fmt, args...) \ macro
|
D | rcom.c | 43 log_print("create_rcom to %d type %d len %d ENOBUFS", in create_rcom()
|
/fs/gfs2/locking/dlm/ |
D | lock_dlm.h | 127 #define log_print(lev, fmt, arg...) printk(lev "lock_dlm: " fmt "\n" , ## arg) macro 128 #define log_info(fmt, arg...) log_print(KERN_INFO , fmt , ## arg) 129 #define log_error(fmt, arg...) log_print(KERN_ERR , fmt , ## arg) 131 #define log_debug(fmt, arg...) log_print(KERN_DEBUG , fmt , ## arg)
|