Lines Matching refs:rcom_lock
419 struct rcom_lock *rl)
453 struct rcom_lock *rl;
454 int error, len = sizeof(struct rcom_lock);
464 rl = (struct rcom_lock *) rc->rc_buf;
473 /* needs at least dlm_rcom + rcom_lock */
478 struct rcom_lock *rl;
486 sizeof(struct rcom_lock), &rc, &mh, seq);
490 memcpy(rc->rc_buf, rc_in->rc_buf, sizeof(struct rcom_lock));
491 rl = (struct rcom_lock *)rc->rc_buf;
585 int lock_size = sizeof(struct dlm_rcom) + sizeof(struct rcom_lock);