Searched refs:dlm_mhandle (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/dlm/ |
| H A 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() 1006 struct dlm_mhandle *mh; in dlm_midcomms_get_mhandle() [all …]
|
| H A D | memory.h | 23 struct dlm_mhandle *dlm_allocate_mhandle(void); 24 void dlm_free_mhandle(struct dlm_mhandle *mhandle);
|
| H A 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()
|
| H A 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,
|
| H A 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()
|
| H A D | lock.c | 3500 struct dlm_mhandle **mh_ret) in _create_message() 3503 struct dlm_mhandle *mh; in _create_message() 3532 struct dlm_mhandle **mh_ret) in create_message() 3613 struct dlm_mhandle *mh; in send_common() 3674 struct dlm_mhandle *mh; in send_grant() 3695 struct dlm_mhandle *mh; in send_bast() 3716 struct dlm_mhandle *mh; in send_lookup() 3741 struct dlm_mhandle *mh; in send_remove() 3762 struct dlm_mhandle *mh; in send_common_reply() 3806 struct dlm_mhandle *mh; in send_lookup_reply() [all …]
|
| H A D | dlm_internal.h | 55 struct dlm_mhandle;
|