Searched refs:mstype (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/dlm/ |
| H A D | lock.c | 1704 switch (mstype) { in msg_reply_type() 1728 switch (mstype) { in add_to_waiters() 1757 lkb->lkb_wait_type = mstype; in add_to_waiters() 3530 int to_nodeid, int mstype, in create_message() argument 3536 switch (mstype) { in create_message() 3759 int mstype, int rv) in send_common_reply() argument 4395 int error, mstype, result; in receive_request_reply() local 4410 mstype = lkb->lkb_wait_type; in receive_request_reply() 5243 mstype = lkb->lkb_wait_type; in dlm_recover_waiters_post() 5292 switch (mstype) { in dlm_recover_waiters_post() [all …]
|
| H A D | lock.h | 65 int mstype, int to_nodeid);
|
| H A D | debug_fs.c | 632 int mstype, to_nodeid; in waiters_write() local 641 n = sscanf(buf, "%x %d %d", &lkb_id, &mstype, &to_nodeid); in waiters_write() 649 error = dlm_debug_add_lkb_to_waiters(ls, lkb_id, mstype, to_nodeid); in waiters_write()
|