Lines Matching refs:ppc
375 char *ppc; in dlm_send_ack() local
377 msg = dlm_lowcomms_new_msg(nodeid, mb_len, GFP_NOFS, &ppc, in dlm_send_ack()
382 m_header = (struct dlm_header *)ppc; in dlm_send_ack()
402 char *ppc; in dlm_send_fin() local
404 mh = dlm_midcomms_get_mhandle(node->nodeid, mb_len, GFP_NOFS, &ppc); in dlm_send_fin()
410 m_header = (struct dlm_header *)ppc; in dlm_send_fin()
1041 int len, gfp_t allocation, char **ppc) in dlm_midcomms_get_msg_3_2() argument
1047 allocation, ppc, midcomms_new_msg_cb, mh); in dlm_midcomms_get_msg_3_2()
1051 opts = (struct dlm_opts *)*ppc; in dlm_midcomms_get_msg_3_2()
1057 *ppc += sizeof(*opts); in dlm_midcomms_get_msg_3_2()
1058 mh->inner_hd = (const struct dlm_header *)*ppc; in dlm_midcomms_get_msg_3_2()
1067 gfp_t allocation, char **ppc) in dlm_midcomms_get_mhandle() argument
1095 msg = dlm_lowcomms_new_msg(nodeid, len, allocation, ppc, in dlm_midcomms_get_mhandle()
1105 ppc); in dlm_midcomms_get_mhandle()