Lines Matching defs:nowp
216 struct nfsclowner *owp, *nowp;
234 MALLOC(nowp, struct nfsclowner *, sizeof (struct nfsclowner),
241 FREE((caddr_t)nowp, M_NFSCLOWNER);
282 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen,
309 if (nowp != NULL)
310 FREE((caddr_t)nowp, M_NFSCLOWNER);
329 struct nfsclowner *owp = *owpp, *nowp;
333 nowp = *nowpp;
335 nowp = NULL;
340 if (owp == NULL && nowp != NULL) {
341 NFSBCOPY(own, nowp->nfsow_owner, NFSV4CL_LOCKNAMELEN);
342 LIST_INIT(&nowp->nfsow_open);
343 nowp->nfsow_clp = clp;
344 nowp->nfsow_seqid = 0;
345 nowp->nfsow_defunct = 0;
346 nfscl_lockinit(&nowp->nfsow_rwlock);
349 LIST_INSERT_HEAD(&dp->nfsdl_owner, nowp, nfsow_list);
352 LIST_INSERT_HEAD(&clp->nfsc_owner, nowp, nfsow_list);
354 owp = *owpp = nowp;
1533 struct nfsclowner *owp, *nowp;
1536 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) {
1568 struct nfsclowner *owp, *nowp;
1572 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1587 struct nfsclowner *owp, *nowp, *towp;
1600 nowp = LIST_NEXT(owp, nfsow_list);
1640 owp = nowp;
1656 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1677 struct nfsclowner *owp, *nowp;
1693 nowp = LIST_NEXT(owp, nfsow_list);
1707 owp = nowp;
1717 struct nfsclowner *owp, *nowp;
1723 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1881 struct nfsclowner *owp, *nowp;
1971 nowp = LIST_NEXT(owp, nfsow_list);
2067 owp = nowp;
2074 nowp = NULL;
2079 if (nowp == NULL) {
2080 MALLOC(nowp, struct nfsclowner *,
2086 NFSBCOPY("RECLAIMDELEG", nowp->nfsow_owner,
2088 LIST_INIT(&nowp->nfsow_open);
2089 nowp->nfsow_clp = clp;
2090 nowp->nfsow_seqid = 0;
2091 nowp->nfsow_defunct = 0;
2092 nfscl_lockinit(&nowp->nfsow_rwlock);
2098 nop->nfso_own = nowp;
2173 if (nowp != NULL)
2174 FREE((caddr_t)nowp, M_NFSCLOWNER);
2441 struct nfsclowner *owp, *nowp;
2527 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
3064 struct nfsclowner *owp, *nowp;
3083 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) {
3784 struct nfsclowner *owp, *lowp, *nowp;
3877 MALLOC(nowp, struct nfsclowner *,
3880 nfscl_newopen(clp, NULL, &owp, &nowp, &op,