Home
last modified time | relevance | path

Searched refs:mstype (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/dlm/
H A Dlock.c1704 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 Dlock.h65 int mstype, int to_nodeid);
H A Ddebug_fs.c632 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()