Searched refs:dlm_lowcomms_get_buffer (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/dlm/ | 
| D | lowcomms.h | 19 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc);
 | 
| D | rcom.c | 38 	mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb);  in create_rcom()462 	mh = dlm_lowcomms_get_buffer(nodeid, mb_len, GFP_NOFS, &mb);  in dlm_send_ls_not_ready()
 
 | 
| D | lowcomms.c | 1423 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc)  in dlm_lowcomms_get_buffer()  function
 | 
| D | lock.c | 3540 	mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb);  in _create_message()
 |