Lines Matching refs:ppc
373 char *ppc; in dlm_send_ack() local
375 msg = dlm_lowcomms_new_msg(nodeid, mb_len, GFP_ATOMIC, &ppc, in dlm_send_ack()
380 m_header = (struct dlm_header *)ppc; in dlm_send_ack()
422 char *ppc; in dlm_send_fin() local
424 mh = dlm_midcomms_get_mhandle(node->nodeid, mb_len, GFP_ATOMIC, &ppc); in dlm_send_fin()
431 m_header = (struct dlm_header *)ppc; in dlm_send_fin()
972 int len, gfp_t allocation, char **ppc) in dlm_midcomms_get_msg_3_2() argument
978 allocation, ppc, midcomms_new_msg_cb, mh); in dlm_midcomms_get_msg_3_2()
982 opts = (struct dlm_opts *)*ppc; in dlm_midcomms_get_msg_3_2()
988 *ppc += sizeof(*opts); in dlm_midcomms_get_msg_3_2()
989 mh->inner_p = (const union dlm_packet *)*ppc; in dlm_midcomms_get_msg_3_2()
998 gfp_t allocation, char **ppc) in dlm_midcomms_get_mhandle() argument
1024 msg = dlm_lowcomms_new_msg(nodeid, len, allocation, ppc, in dlm_midcomms_get_mhandle()
1034 ppc); in dlm_midcomms_get_mhandle()