Lines Matching defs:nowp

214 	struct nfsclowner *owp, *nowp;
232 MALLOC(nowp, struct nfsclowner *, sizeof (struct nfsclowner),
239 FREE((caddr_t)nowp, M_NFSCLOWNER);
280 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen,
307 if (nowp != NULL)
308 FREE((caddr_t)nowp, M_NFSCLOWNER);
327 struct nfsclowner *owp = *owpp, *nowp;
331 nowp = *nowpp;
333 nowp = NULL;
338 if (owp == NULL && nowp != NULL) {
339 NFSBCOPY(own, nowp->nfsow_owner, NFSV4CL_LOCKNAMELEN);
340 LIST_INIT(&nowp->nfsow_open);
341 nowp->nfsow_clp = clp;
342 nowp->nfsow_seqid = 0;
343 nowp->nfsow_defunct = 0;
344 nfscl_lockinit(&nowp->nfsow_rwlock);
347 LIST_INSERT_HEAD(&dp->nfsdl_owner, nowp, nfsow_list);
350 LIST_INSERT_HEAD(&clp->nfsc_owner, nowp, nfsow_list);
352 owp = *owpp = nowp;
1531 struct nfsclowner *owp, *nowp;
1534 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) {
1566 struct nfsclowner *owp, *nowp;
1570 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1585 struct nfsclowner *owp, *nowp, *towp;
1598 nowp = LIST_NEXT(owp, nfsow_list);
1638 owp = nowp;
1654 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1675 struct nfsclowner *owp, *nowp;
1691 nowp = LIST_NEXT(owp, nfsow_list);
1705 owp = nowp;
1715 struct nfsclowner *owp, *nowp;
1721 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1879 struct nfsclowner *owp, *nowp;
1969 nowp = LIST_NEXT(owp, nfsow_list);
2065 owp = nowp;
2072 nowp = NULL;
2077 if (nowp == NULL) {
2078 MALLOC(nowp, struct nfsclowner *,
2084 NFSBCOPY("RECLAIMDELEG", nowp->nfsow_owner,
2086 LIST_INIT(&nowp->nfsow_open);
2087 nowp->nfsow_clp = clp;
2088 nowp->nfsow_seqid = 0;
2089 nowp->nfsow_defunct = 0;
2090 nfscl_lockinit(&nowp->nfsow_rwlock);
2096 nop->nfso_own = nowp;
2171 if (nowp != NULL)
2172 FREE((caddr_t)nowp, M_NFSCLOWNER);
2439 struct nfsclowner *owp, *nowp;
2525 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
3062 struct nfsclowner *owp, *nowp;
3081 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) {
3782 struct nfsclowner *owp, *lowp, *nowp;
3875 MALLOC(nowp, struct nfsclowner *,
3878 nfscl_newopen(clp, NULL, &owp, &nowp, &op,