Lines Matching refs:rc_buf
125 struct rcom_config *rf = (struct rcom_config *) rc->rc_buf; in check_rcom_config()
194 set_rcom_status(ls, (struct rcom_status *)rc->rc_buf, status_flags); in dlm_rcom_status()
242 rs = (struct rcom_status *)rc_in->rc_buf; in receive_rcom_status()
265 set_rcom_config(ls, (struct rcom_config *)rc->rc_buf, num_slots); in receive_rcom_status()
276 set_rcom_config(ls, (struct rcom_config *)rc->rc_buf, 0); in receive_rcom_status()
322 memcpy(rc->rc_buf, last_name, last_len); in dlm_rcom_names()
356 dlm_copy_master_names(ls, rc_in->rc_buf, inlen, rc->rc_buf, outlen, in receive_rcom_names()
372 memcpy(rc->rc_buf, r->res_name, r->res_length); in dlm_send_rcom_lookup()
392 dlm_dump_rsb_name(ls, rc_in->rc_buf, len); in receive_rcom_lookup()
401 error = dlm_master_lookup(ls, nodeid, rc_in->rc_buf, len, in receive_rcom_lookup()
464 rl = (struct rcom_lock *) rc->rc_buf; in dlm_send_rcom_lock()
490 memcpy(rc->rc_buf, rc_in->rc_buf, sizeof(struct rcom_lock)); in receive_rcom_lock()
491 rl = (struct rcom_lock *)rc->rc_buf; in receive_rcom_lock()
530 rf = (struct rcom_config *) rc->rc_buf; in dlm_send_ls_not_ready()