Home
last modified time | relevance | path

Searched refs:dlm_mhandle (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/dlm/
H A Dmemory.h23 struct dlm_mhandle *dlm_allocate_mhandle(gfp_t allocation);
24 void dlm_free_mhandle(struct dlm_mhandle *mhandle);
H A Dmidcomms.h19 struct dlm_mhandle *dlm_midcomms_get_mhandle(int nodeid, int len,
21 void dlm_midcomms_commit_mhandle(struct dlm_mhandle *mh, const void *name,
H A Dmidcomms.c198 struct dlm_mhandle { struct
289 struct dlm_mhandle *mh = container_of(rcu, struct dlm_mhandle, rcu); in dlm_mhandle_release()
296 struct dlm_mhandle *mh) in dlm_mhandle_delete()
305 struct dlm_mhandle *mh; in dlm_send_queue_flush()
429 struct dlm_mhandle *mh; in dlm_send_fin()
454 struct dlm_mhandle *mh; in dlm_receive_ack()
923 struct dlm_mhandle *mh; in dlm_midcomms_unack_msg_resend()
968 struct dlm_mhandle *mh = data; in midcomms_new_msg_cb()
1009 struct dlm_mhandle *mh; in dlm_midcomms_get_mhandle()
1091 static void dlm_midcomms_commit_msg_3_2(struct dlm_mhandle *mh, in dlm_midcomms_commit_msg_3_2()
[all …]
H A Drcom.c51 struct dlm_rcom **rc_ret, struct dlm_mhandle **mh_ret, in create_rcom()
55 struct dlm_mhandle *mh; in create_rcom()
91 static void send_rcom(struct dlm_mhandle *mh, struct dlm_rcom *rc) in send_rcom()
311 struct dlm_mhandle *mh; in dlm_rcom_names()
340 struct dlm_mhandle *mh; in receive_rcom_names()
364 struct dlm_mhandle *mh; in dlm_send_rcom_lookup()
384 struct dlm_mhandle *mh; in receive_rcom_lookup()
452 struct dlm_mhandle *mh; in dlm_send_rcom_lock()
480 struct dlm_mhandle *mh; in receive_rcom_lock()
509 struct dlm_mhandle *mh; in dlm_send_ls_not_ready()
H A Dmemory.c137 struct dlm_mhandle *dlm_allocate_mhandle(gfp_t allocation) in dlm_allocate_mhandle()
142 void dlm_free_mhandle(struct dlm_mhandle *mhandle) in dlm_free_mhandle()
H A Dlock.c3332 struct dlm_mhandle **mh_ret, in _create_message()
3336 struct dlm_mhandle *mh; in _create_message()
3365 struct dlm_mhandle **mh_ret, in create_message()
3447 struct dlm_mhandle *mh; in send_common()
3511 struct dlm_mhandle *mh; in send_grant()
3533 struct dlm_mhandle *mh; in send_bast()
3555 struct dlm_mhandle *mh; in send_lookup()
3584 struct dlm_mhandle *mh; in send_remove()
3606 struct dlm_mhandle *mh; in send_common_reply()
3650 struct dlm_mhandle *mh; in send_lookup_reply()
[all …]
H A Ddlm_internal.h53 struct dlm_mhandle;