Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Dlock.c1700 static int msg_reply_type(int mstype) in msg_reply_type() argument
1702 switch (mstype) { in msg_reply_type()
1720 static void add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid) in add_to_waiters() argument
1726 switch (mstype) { in add_to_waiters()
1745 lkb->lkb_id, lkb->lkb_wait_type, mstype, in add_to_waiters()
1755 lkb->lkb_wait_type = mstype; in add_to_waiters()
1768 static int _remove_from_waiters(struct dlm_lkb *lkb, int mstype, in _remove_from_waiters() argument
1774 if (mstype == DLM_MSG_UNLOCK_REPLY && in _remove_from_waiters()
1781 if (mstype == DLM_MSG_CANCEL_REPLY && in _remove_from_waiters()
1791 if ((mstype == DLM_MSG_CANCEL_REPLY) && in _remove_from_waiters()
[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()