Home
last modified time | relevance | path

Searched refs:dlm_midcomms_get_mhandle (Results 1 – 4 of 4) sorted by relevance

/linux/fs/dlm/
H A Dmidcomms.h19 struct dlm_mhandle *dlm_midcomms_get_mhandle(int nodeid, int len, char **ppc);
H A Drcom.c58 mh = dlm_midcomms_get_mhandle(to_nodeid, mb_len, &mb); in create_rcom()
512 mh = dlm_midcomms_get_mhandle(nodeid, mb_len, &mb); in dlm_send_ls_not_ready()
H A Dmidcomms.c430 mh = dlm_midcomms_get_mhandle(node->nodeid, mb_len, &ppc); in dlm_send_fin()
1003 struct dlm_mhandle *dlm_midcomms_get_mhandle(int nodeid, int len, char **ppc) in dlm_midcomms_get_mhandle() function
H A Dlock.c3508 mh = dlm_midcomms_get_mhandle(to_nodeid, mb_len, &mb); in _create_message()