Lines Matching refs:rc_buf
97 struct rcom_config *rf = (struct rcom_config *) rc->rc_buf; in check_rcom_config()
163 set_rcom_status(ls, (struct rcom_status *)rc->rc_buf, status_flags); in dlm_rcom_status()
207 rs = (struct rcom_status *)rc_in->rc_buf; in receive_rcom_status()
230 set_rcom_config(ls, (struct rcom_config *)rc->rc_buf, num_slots); in receive_rcom_status()
241 set_rcom_config(ls, (struct rcom_config *)rc->rc_buf, 0); in receive_rcom_status()
282 memcpy(rc->rc_buf, last_name, last_len); in dlm_rcom_names()
311 dlm_copy_master_names(ls, rc_in->rc_buf, inlen, rc->rc_buf, outlen, in receive_rcom_names()
327 memcpy(rc->rc_buf, r->res_name, r->res_length); in dlm_send_rcom_lookup()
346 memcpy(rc->rc_buf, r->res_name, r->res_length); in dlm_send_rcom_lookup_dump()
367 dlm_dump_rsb_name(ls, rc_in->rc_buf, len); in receive_rcom_lookup()
371 error = dlm_master_lookup(ls, nodeid, rc_in->rc_buf, len, in receive_rcom_lookup()
432 rl = (struct rcom_lock *) rc->rc_buf; in dlm_send_rcom_lock()
458 memcpy(rc->rc_buf, rc_in->rc_buf, sizeof(struct rcom_lock)); in receive_rcom_lock()
494 rf = (struct rcom_config *) rc->rc_buf; in dlm_send_ls_not_ready()