Searched refs:dlm_mhandle (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/fs/dlm/ |
D | midcomms.c | 198 struct dlm_mhandle { struct 229 return kmem_cache_create("dlm_mhandle", sizeof(struct dlm_mhandle), in dlm_midcomms_cache_create() argument 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() 979 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(gfp_t allocation); 24 void dlm_free_mhandle(struct dlm_mhandle *mhandle);
|
D | rcom.c | 51 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()
|
D | midcomms.h | 19 struct dlm_mhandle *dlm_midcomms_get_mhandle(int nodeid, int len, 21 void dlm_midcomms_commit_mhandle(struct dlm_mhandle *mh, const void *name,
|
D | memory.c | 137 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()
|
D | lock.c | 3332 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() 3393 static int send_message(struct dlm_mhandle *mh, struct dlm_message *ms, in send_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() [all …]
|
D | dlm_internal.h | 53 struct dlm_mhandle;
|