Searched refs:nsr_fl (Results 1 – 2 of 2) sorted by relevance
147 struct flock64 nsr_fl; member
2097 bcopy(flp, &new_slr->nsr_fl, sizeof (*flp)); in nlm_slreq_register()2155 if (slr->nsr_fl.l_start == flp->l_start && in nlm_slreq_find_locked()2156 slr->nsr_fl.l_len == flp->l_len && in nlm_slreq_find_locked()2157 slr->nsr_fl.l_pid == flp->l_pid && in nlm_slreq_find_locked()2158 slr->nsr_fl.l_type == flp->l_type) in nlm_slreq_find_locked()