Searched refs:dlm_lowcomms_get_buffer (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/dlm/ |
D | lowcomms.h | 21 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc);
|
D | rcom.c | 40 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in create_rcom() 464 mh = dlm_lowcomms_get_buffer(nodeid, mb_len, GFP_NOFS, &mb); in dlm_send_ls_not_ready()
|
D | lowcomms.c | 1425 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc) in dlm_lowcomms_get_buffer() function
|
D | lock.c | 3545 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in _create_message()
|