Home
last modified time | relevance | path

Searched refs:nw_lock (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/nlm/
H A Dnlm_prot_impl.c188 nlm4_lock nw_lock; /* (c) */ member
1334 nw->nw_lock = *lock; in nlm_register_wait_lock()
1335 memcpy(&nw->nw_fh.fh_bytes, nw->nw_lock.fh.n_bytes, in nlm_register_wait_lock()
1336 nw->nw_lock.fh.n_len); in nlm_register_wait_lock()
1337 nw->nw_lock.fh.n_bytes = nw->nw_fh.fh_bytes; in nlm_register_wait_lock()
2312 if (argp->alock.svid == nw->nw_lock.svid in nlm_do_granted()
2313 && argp->alock.l_offset == nw->nw_lock.l_offset in nlm_do_granted()
2314 && argp->alock.l_len == nw->nw_lock.l_len in nlm_do_granted()
2315 && argp->alock.fh.n_len == nw->nw_lock.fh.n_len in nlm_do_granted()
2316 && !memcmp(argp->alock.fh.n_bytes, nw->nw_lock.fh.n_bytes, in nlm_do_granted()
[all …]