Searched refs:nw_lock (Results 1 – 1 of 1) sorted by relevance
197 nlm4_lock nw_lock; /* (c) */ member1330 nw->nw_lock = *lock; in nlm_register_wait_lock()1331 memcpy(&nw->nw_fh.fh_bytes, nw->nw_lock.fh.n_bytes, in nlm_register_wait_lock()1332 nw->nw_lock.fh.n_len); in nlm_register_wait_lock()1333 nw->nw_lock.fh.n_bytes = nw->nw_fh.fh_bytes; in nlm_register_wait_lock()2309 if (argp->alock.svid == nw->nw_lock.svid in nlm_do_granted()2310 && argp->alock.l_offset == nw->nw_lock.l_offset in nlm_do_granted()2311 && argp->alock.l_len == nw->nw_lock.l_len in nlm_do_granted()2312 && argp->alock.fh.n_len == nw->nw_lock.fh.n_len in nlm_do_granted()2313 && !memcmp(argp->alock.fh.n_bytes, nw->nw_lock.fh.n_bytes, in nlm_do_granted()[all …]