Searched refs:dlm_mhandle (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/dlm/ |
D | midcomms.c | 196 struct dlm_mhandle { struct 227 return kmem_cache_create("dlm_mhandle", sizeof(struct dlm_mhandle), in dlm_midcomms_cache_create() argument 287 struct dlm_mhandle *mh = container_of(rcu, struct dlm_mhandle, rcu); in dlm_mhandle_release() 294 struct dlm_mhandle *mh) in dlm_mhandle_delete() 303 struct dlm_mhandle *mh; in dlm_send_queue_flush() 401 struct dlm_mhandle *mh; in dlm_send_fin() 426 struct dlm_mhandle *mh; in dlm_receive_ack() 984 struct dlm_mhandle *mh; in dlm_midcomms_unack_msg_resend() 1029 struct dlm_mhandle *mh = data; in midcomms_new_msg_cb() 1040 static struct dlm_msg *dlm_midcomms_get_msg_3_2(struct dlm_mhandle *mh, int nodeid, in dlm_midcomms_get_msg_3_2() [all …]
|
D | memory.h | 23 struct dlm_mhandle *dlm_allocate_mhandle(void); 24 void dlm_free_mhandle(struct dlm_mhandle *mhandle);
|
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 | 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() 359 struct dlm_mhandle *mh; in dlm_send_rcom_lookup() 378 struct dlm_mhandle *mh; in receive_rcom_lookup() 444 struct dlm_mhandle *mh; in dlm_send_rcom_lock() 468 struct dlm_mhandle *mh; in receive_rcom_lock() 495 struct dlm_mhandle *mh; in dlm_send_ls_not_ready()
|
D | memory.c | 121 struct dlm_mhandle *dlm_allocate_mhandle(void) in dlm_allocate_mhandle() 126 void dlm_free_mhandle(struct dlm_mhandle *mhandle) in dlm_free_mhandle()
|
D | lock.c | 3555 struct dlm_mhandle **mh_ret) in _create_message() 3558 struct dlm_mhandle *mh; in _create_message() 3587 struct dlm_mhandle **mh_ret) in create_message() 3614 static int send_message(struct dlm_mhandle *mh, struct dlm_message *ms) in send_message() 3667 struct dlm_mhandle *mh; in send_common() 3732 struct dlm_mhandle *mh; in send_grant() 3753 struct dlm_mhandle *mh; in send_bast() 3774 struct dlm_mhandle *mh; in send_lookup() 3802 struct dlm_mhandle *mh; in send_remove() 3823 struct dlm_mhandle *mh; in send_common_reply() [all …]
|
D | dlm_internal.h | 53 struct dlm_mhandle;
|