Lines Matching refs:rc_buf
97 struct rcom_config *rf = (struct rcom_config *) rc->rc_buf; in check_rcom_config()
164 set_rcom_status(ls, (struct rcom_status *)rc->rc_buf, status_flags); in dlm_rcom_status()
210 rs = (struct rcom_status *)rc_in->rc_buf; in receive_rcom_status()
233 set_rcom_config(ls, (struct rcom_config *)rc->rc_buf, num_slots); in receive_rcom_status()
244 set_rcom_config(ls, (struct rcom_config *)rc->rc_buf, 0); in receive_rcom_status()
286 memcpy(rc->rc_buf, last_name, last_len); in dlm_rcom_names()
317 dlm_copy_master_names(ls, rc_in->rc_buf, inlen, rc->rc_buf, outlen, in receive_rcom_names()
333 memcpy(rc->rc_buf, r->res_name, r->res_length); in dlm_send_rcom_lookup()
355 dlm_dump_rsb_name(ls, rc_in->rc_buf, len); in receive_rcom_lookup()
359 error = dlm_master_lookup(ls, nodeid, rc_in->rc_buf, len, in receive_rcom_lookup()
420 rl = (struct rcom_lock *) rc->rc_buf; in dlm_send_rcom_lock()
446 memcpy(rc->rc_buf, rc_in->rc_buf, sizeof(struct rcom_lock)); in receive_rcom_lock()
482 rf = (struct rcom_config *) rc->rc_buf; in dlm_send_ls_not_ready()