Searched refs:dlm_rcom (Results 1 – 11 of 11) sorted by relevance
| /fs/dlm/ |
| A D | rcom.c | 34 struct dlm_rcom *rc; in _create_rcom() 36 rc = (struct dlm_rcom *) mb; in _create_rcom() 174 struct dlm_rcom *rc; in dlm_rcom_status() 227 struct dlm_rcom *rc; in receive_rcom_status() 311 struct dlm_rcom *rc; in dlm_rcom_names() 340 struct dlm_rcom *rc; in receive_rcom_names() 362 struct dlm_rcom *rc; in dlm_send_rcom_lookup() 382 struct dlm_rcom *rc; in receive_rcom_lookup() 450 struct dlm_rcom *rc; in dlm_send_rcom_lock() 478 struct dlm_rcom *rc; in receive_rcom_lock() [all …]
|
| A D | rcom.h | 21 void dlm_receive_rcom(struct dlm_ls *ls, const struct dlm_rcom *rc, 23 int dlm_send_ls_not_ready(int nodeid, const struct dlm_rcom *rc_in);
|
| A D | member.h | 22 void dlm_slot_save(struct dlm_ls *ls, struct dlm_rcom *rc, 24 void dlm_slots_copy_out(struct dlm_ls *ls, struct dlm_rcom *rc);
|
| A D | lock.h | 42 int dlm_recover_master_copy(struct dlm_ls *ls, const struct dlm_rcom *rc, 44 int dlm_recover_process_copy(struct dlm_ls *ls, const struct dlm_rcom *rc,
|
| A D | dlm_internal.h | 54 struct dlm_rcom; 477 struct dlm_rcom { struct 508 struct dlm_rcom rcom; 642 struct dlm_rcom *ls_recover_buf;
|
| A D | member.c | 28 void dlm_slot_save(struct dlm_ls *ls, struct dlm_rcom *rc, in dlm_slot_save() 40 void dlm_slots_copy_out(struct dlm_ls *ls, struct dlm_rcom *rc) in dlm_slots_copy_out() 100 struct dlm_rcom *rc = ls->ls_recover_buf; in dlm_slots_copy_in() 269 max_slots = (DLM_MAX_APP_BUFSIZE - sizeof(struct dlm_rcom) - in dlm_slots_assign()
|
| A D | recover.h | 24 int dlm_recover_master_reply(struct dlm_ls *ls, const struct dlm_rcom *rc);
|
| A D | recover.c | 98 struct dlm_rcom *rc = ls->ls_recover_buf; in wait_status_all() 131 struct dlm_rcom *rc = ls->ls_recover_buf; in wait_status_low() 567 int dlm_recover_master_reply(struct dlm_ls *ls, const struct dlm_rcom *rc) in dlm_recover_master_reply()
|
| A D | dir.c | 103 left -= sizeof(struct dlm_rcom); in dlm_recover_directory()
|
| A D | midcomms.c | 641 if (len < sizeof(struct dlm_rcom)) { in dlm_opts_check_msglen() 740 if (msglen < sizeof(struct dlm_rcom)) { in dlm_midcomms_receive_buffer_3_2()
|
| A D | lock.c | 5544 struct dlm_rsb *r, const struct dlm_rcom *rc) in receive_rcom_lock_args() 5564 sizeof(struct dlm_rcom) - sizeof(struct rcom_lock); in receive_rcom_lock_args() 5595 int dlm_recover_master_copy(struct dlm_ls *ls, const struct dlm_rcom *rc, in dlm_recover_master_copy() 5679 int dlm_recover_process_copy(struct dlm_ls *ls, const struct dlm_rcom *rc, in dlm_recover_process_copy()
|
Completed in 33 milliseconds