Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Dlock.c1702 static int msg_reply_type(int mstype) in msg_reply_type() argument
1704 switch (mstype) { in msg_reply_type()
1722 static void add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid) in add_to_waiters() argument
1728 switch (mstype) { in add_to_waiters()
1747 lkb->lkb_id, lkb->lkb_wait_type, mstype, in add_to_waiters()
1757 lkb->lkb_wait_type = mstype; in add_to_waiters()
1770 static int _remove_from_waiters(struct dlm_lkb *lkb, int mstype, in _remove_from_waiters() argument
1776 if (mstype == DLM_MSG_UNLOCK_REPLY && in _remove_from_waiters()
1783 if (mstype == DLM_MSG_CANCEL_REPLY && in _remove_from_waiters()
1793 if ((mstype in _remove_from_waiters()
1856 remove_from_waiters(struct dlm_lkb * lkb,int mstype) remove_from_waiters() argument
3498 _create_message(struct dlm_ls * ls,int mb_len,int to_nodeid,int mstype,struct dlm_message ** ms_ret,struct dlm_mhandle ** mh_ret) _create_message() argument
3530 create_message(struct dlm_rsb * r,struct dlm_lkb * lkb,int to_nodeid,int mstype,struct dlm_message ** ms_ret,struct dlm_mhandle ** mh_ret) create_message() argument
3610 send_common(struct dlm_rsb * r,struct dlm_lkb * lkb,int mstype) send_common() argument
3759 send_common_reply(struct dlm_rsb * r,struct dlm_lkb * lkb,int mstype,int rv) send_common_reply() argument
4395 int error, mstype, result; receive_request_reply() local
5216 int error = 0, mstype, err, oc, ou; dlm_recover_waiters_post() local
6341 dlm_debug_add_lkb_to_waiters(struct dlm_ls * ls,uint32_t lkb_id,int mstype,int to_nodeid) dlm_debug_add_lkb_to_waiters() argument
[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()