Searched refs:dlm_mhandle (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/fs/dlm/ |
| D | midcomms.h | 18 struct dlm_mhandle *dlm_midcomms_get_mhandle(int nodeid, int len, 20 void dlm_midcomms_commit_mhandle(struct dlm_mhandle *mh);
|
| D | midcomms.c | 194 struct dlm_mhandle { struct 279 struct dlm_mhandle *mh = container_of(rcu, struct dlm_mhandle, rcu); in dlm_mhandle_release() 286 struct dlm_mhandle *mh) in dlm_mhandle_delete() 295 struct dlm_mhandle *mh; in dlm_send_queue_flush() 394 struct dlm_mhandle *mh; in dlm_send_fin() 421 struct dlm_mhandle *mh; in dlm_receive_ack() 979 struct dlm_mhandle *mh; in dlm_midcomms_unack_msg_resend() 1023 static void midcomms_new_msg_cb(struct dlm_mhandle *mh) in midcomms_new_msg_cb() 1034 static struct dlm_msg *dlm_midcomms_get_msg_3_2(struct dlm_mhandle *mh, int nodeid, in dlm_midcomms_get_msg_3_2() 1056 struct dlm_mhandle *dlm_midcomms_get_mhandle(int nodeid, int len, in dlm_midcomms_get_mhandle() [all …]
|
| D | lowcomms.h | 41 char **ppc, void (*cb)(struct dlm_mhandle *mh), 42 struct dlm_mhandle *mh);
|
| D | rcom.c | 53 struct dlm_rcom **rc_ret, struct dlm_mhandle **mh_ret) in create_rcom() 56 struct dlm_mhandle *mh; in create_rcom() 92 static void send_rcom(struct dlm_mhandle *mh, struct dlm_rcom *rc) in send_rcom() 358 struct dlm_mhandle *mh; in dlm_send_rcom_lookup() 377 struct dlm_mhandle *mh; in receive_rcom_lookup() 442 struct dlm_mhandle *mh; in dlm_send_rcom_lock() 466 struct dlm_mhandle *mh; in receive_rcom_lock() 493 struct dlm_mhandle *mh; in dlm_send_ls_not_ready()
|
| D | lowcomms.c | 1205 void (*cb)(struct dlm_mhandle *mh), in new_wq_entry() 1206 struct dlm_mhandle *mh) in new_wq_entry() 1250 void (*cb)(struct dlm_mhandle *mh), in dlm_lowcomms_new_msg_con() 1251 struct dlm_mhandle *mh) in dlm_lowcomms_new_msg_con() 1294 char **ppc, void (*cb)(struct dlm_mhandle *mh), in dlm_lowcomms_new_msg() 1295 struct dlm_mhandle *mh) in dlm_lowcomms_new_msg()
|
| D | lock.c | 3530 struct dlm_mhandle **mh_ret) in _create_message() 3533 struct dlm_mhandle *mh; in _create_message() 3562 struct dlm_mhandle **mh_ret) in create_message() 3589 static int send_message(struct dlm_mhandle *mh, struct dlm_message *ms) in send_message() 3643 struct dlm_mhandle *mh; in send_common() 3708 struct dlm_mhandle *mh; in send_grant() 3729 struct dlm_mhandle *mh; in send_bast() 3750 struct dlm_mhandle *mh; in send_lookup() 3778 struct dlm_mhandle *mh; in send_remove() 3799 struct dlm_mhandle *mh; in send_common_reply() [all …]
|
| D | dlm_internal.h | 59 struct dlm_mhandle;
|