Lines Matching refs:dlm_msg
125 struct dlm_msg { struct
127 struct dlm_msg *orig_msg; argument
741 struct dlm_msg *msg = container_of(kref, struct dlm_msg, ref); in dlm_msg_release()
749 struct dlm_msg *msg, *tmp; in free_entry()
1248 static struct dlm_msg *dlm_lowcomms_new_msg_con(struct connection *con, int len, in dlm_lowcomms_new_msg_con()
1254 struct dlm_msg *msg; in dlm_lowcomms_new_msg_con()
1293 struct dlm_msg *dlm_lowcomms_new_msg(int nodeid, int len, gfp_t allocation, in dlm_lowcomms_new_msg()
1298 struct dlm_msg *msg; in dlm_lowcomms_new_msg()
1327 static void _dlm_lowcomms_commit_msg(struct dlm_msg *msg) in _dlm_lowcomms_commit_msg()
1352 void dlm_lowcomms_commit_msg(struct dlm_msg *msg) in dlm_lowcomms_commit_msg()
1358 void dlm_lowcomms_put_msg(struct dlm_msg *msg) in dlm_lowcomms_put_msg()
1364 int dlm_lowcomms_resend_msg(struct dlm_msg *msg) in dlm_lowcomms_resend_msg()
1366 struct dlm_msg *msg_resend; in dlm_lowcomms_resend_msg()