Searched refs:dlm_mhandle (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/dlm/ |
D | midcomms.c | 198 struct dlm_mhandle { struct 229 return KMEM_CACHE(dlm_mhandle, 0); in dlm_midcomms_cache_create() argument 288 struct dlm_mhandle *mh = container_of(rcu, struct dlm_mhandle, rcu); in dlm_mhandle_release() 295 struct dlm_mhandle *mh) in dlm_mhandle_delete() 304 struct dlm_mhandle *mh; in dlm_send_queue_flush() 427 struct dlm_mhandle *mh; in dlm_send_fin() 452 struct dlm_mhandle *mh; in dlm_receive_ack() 921 struct dlm_mhandle *mh; in dlm_midcomms_unack_msg_resend() 966 struct dlm_mhandle *mh = data; in midcomms_new_msg_cb() 977 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 | rcom.c | 51 struct dlm_rcom **rc_ret, struct dlm_mhandle **mh_ret, in create_rcom() 55 struct dlm_mhandle *mh; in create_rcom() 90 static void send_rcom(struct dlm_mhandle *mh, struct dlm_rcom *rc) in send_rcom() 310 struct dlm_mhandle *mh; in dlm_rcom_names() 339 struct dlm_mhandle *mh; in receive_rcom_names() 363 struct dlm_mhandle *mh; in dlm_send_rcom_lookup() 383 struct dlm_mhandle *mh; in receive_rcom_lookup() 451 struct dlm_mhandle *mh; in dlm_send_rcom_lock() 479 struct dlm_mhandle *mh; in receive_rcom_lock() 508 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, char **ppc); 20 void dlm_midcomms_commit_mhandle(struct dlm_mhandle *mh, const void *name,
|
D | memory.c | 139 struct dlm_mhandle *dlm_allocate_mhandle(void) in dlm_allocate_mhandle() 144 void dlm_free_mhandle(struct dlm_mhandle *mhandle) in dlm_free_mhandle()
|
D | lock.c | 3495 struct dlm_mhandle **mh_ret) in _create_message() 3498 struct dlm_mhandle *mh; in _create_message() 3527 struct dlm_mhandle **mh_ret) in create_message() 3554 static int send_message(struct dlm_mhandle *mh, struct dlm_message *ms, in send_message() 3608 struct dlm_mhandle *mh; in send_common() 3672 struct dlm_mhandle *mh; in send_grant() 3693 struct dlm_mhandle *mh; in send_bast() 3714 struct dlm_mhandle *mh; in send_lookup() 3742 struct dlm_mhandle *mh; in send_remove() 3763 struct dlm_mhandle *mh; in send_common_reply() [all …]
|
D | dlm_internal.h | 55 struct dlm_mhandle;
|