Home
last modified time | relevance | path

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

/fs/dlm/
Dlowcomms.h20 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc);
Drcom.c41 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, ls->ls_allocation, &mb); in create_rcom()
397 mh = dlm_lowcomms_get_buffer(nodeid, mb_len, GFP_NOFS, &mb); in dlm_send_ls_not_ready()
Dlowcomms.c1180 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc) in dlm_lowcomms_get_buffer() function
Dlock.c2648 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, ls->ls_allocation, &mb); in _create_message()