Lines Matching defs:flp
2078 * flp on the given vhold object.
2080 * lock request with the same flp is already
2085 struct flock64 *flp)
2091 slr = nlm_slreq_find_locked(hostp, nvp, flp);
2097 bcopy(flp, &new_slr->nsr_fl, sizeof (*flp));
2100 slr = nlm_slreq_find_locked(hostp, nvp, flp);
2119 * to flp from the given vhold object.
2121 * lock request corresponding to flp isn't found
2126 struct flock64 *flp)
2131 slr = nlm_slreq_find_locked(hostp, nvp, flp);
2145 * Find sleeping lock request on the given vhold object by flp.
2149 struct flock64 *flp)
2155 if (slr->nsr_fl.l_start == flp->l_start &&
2156 slr->nsr_fl.l_len == flp->l_len &&
2157 slr->nsr_fl.l_pid == flp->l_pid &&
2158 slr->nsr_fl.l_type == flp->l_type)