Home | History | Annotate | Download | only in rpc.lockd

Lines Matching refs:nlm_lock

66 static void	nlmtonlm4(struct nlm_lock *, struct nlm4_lock *);
314 * converts a struct nlm_lock to struct nlm4_lock
317 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4)
319 (void)memcpy(arg4, arg, sizeof(nlm_lock));
441 /* nlm_lock ---------------------------------------------------------------- */
460 log_from_addr("nlm_lock", rqstp);
757 * Purpose: non-monitored version of nlm_lock()
758 * Returns: as for nlm_lock()
759 * Notes: These locks are in the same style as the standard nlm_lock,
879 /* nlm_lock ---------------------------------------------------------------- */