Lines Matching refs:ppc
367 char *ppc; in dlm_send_ack() local
369 msg = dlm_lowcomms_new_msg(nodeid, mb_len, GFP_NOFS, &ppc, in dlm_send_ack()
374 m_header = (struct dlm_header *)ppc; in dlm_send_ack()
395 char *ppc; in dlm_send_fin() local
397 mh = dlm_midcomms_get_mhandle(node->nodeid, mb_len, GFP_NOFS, &ppc); in dlm_send_fin()
403 m_header = (struct dlm_header *)ppc; in dlm_send_fin()
1035 int len, gfp_t allocation, char **ppc) in dlm_midcomms_get_msg_3_2() argument
1041 allocation, ppc, midcomms_new_msg_cb, mh); in dlm_midcomms_get_msg_3_2()
1045 opts = (struct dlm_opts *)*ppc; in dlm_midcomms_get_msg_3_2()
1051 *ppc += sizeof(*opts); in dlm_midcomms_get_msg_3_2()
1052 mh->inner_hd = (const struct dlm_header *)*ppc; in dlm_midcomms_get_msg_3_2()
1057 gfp_t allocation, char **ppc) in dlm_midcomms_get_mhandle() argument
1083 msg = dlm_lowcomms_new_msg(nodeid, len, allocation, ppc, in dlm_midcomms_get_mhandle()
1093 ppc); in dlm_midcomms_get_mhandle()