Home | History | Annotate | Download | only in client

Lines Matching defs:other_lop

1131 	struct nfscllock *nlop, *other_lop = NULL;
1159 MALLOC(other_lop, struct nfscllock *,
1161 *other_lop = *nlop;
1181 /* Use other_lop, so nlop is still available */
1182 (void)nfscl_updatelock(lp, &other_lop, NULL, 1);
1226 if (other_lop)
1227 FREE((caddr_t)other_lop, M_NFSCLLOCK);
2306 struct nfscllock *other_lop;
2395 * For unlock, we use new_lop as other_lop and tmp, since
2396 * other_lop and new_lop are the same for this case.
2402 other_lop = new_lop;
2405 other_lop = *other_lopp;
2408 other_lop->nfslo_first = new_lop->nfslo_end;
2409 other_lop->nfslo_end = lop->nfslo_end;
2410 other_lop->nfslo_type = lop->nfslo_type;
2412 nfscl_insertlock(lp, other_lop, lop, local);