Lines Matching defs:nowp
221 struct nfsclowner *owp, *nowp;
239 nowp = malloc(sizeof (struct nfsclowner),
248 free(nowp, M_NFSCLOWNER);
293 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen,
335 if (nowp != NULL)
336 free(nowp, M_NFSCLOWNER);
355 struct nfsclowner *owp = *owpp, *nowp;
359 nowp = *nowpp;
361 nowp = NULL;
366 if (owp == NULL && nowp != NULL) {
367 NFSBCOPY(own, nowp->nfsow_owner, NFSV4CL_LOCKNAMELEN);
368 LIST_INIT(&nowp->nfsow_open);
369 nowp->nfsow_clp = clp;
370 nowp->nfsow_seqid = 0;
371 nowp->nfsow_defunct = 0;
372 nfscl_lockinit(&nowp->nfsow_rwlock);
375 LIST_INSERT_HEAD(&dp->nfsdl_owner, nowp, nfsow_list);
378 LIST_INSERT_HEAD(&clp->nfsc_owner, nowp, nfsow_list);
380 owp = *owpp = nowp;
1730 struct nfsclowner *owp, *nowp;
1733 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) {
1766 struct nfsclowner *owp, *nowp;
1778 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1793 struct nfsclowner *owp, *nowp, *towp;
1806 nowp = LIST_NEXT(owp, nfsow_list);
1850 owp = nowp;
1866 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1887 struct nfsclowner *owp, *nowp;
1904 nowp = LIST_NEXT(owp, nfsow_list);
1919 owp = nowp;
1929 struct nfsclowner *owp, *nowp;
1943 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
2120 struct nfsclowner *owp, *nowp;
2219 nowp = LIST_NEXT(owp, nfsow_list);
2330 owp = nowp;
2337 nowp = NULL;
2342 if (nowp == NULL) {
2343 nowp = malloc(
2349 NFSBCOPY("RECLAIMDELEG", nowp->nfsow_owner,
2351 LIST_INIT(&nowp->nfsow_open);
2352 nowp->nfsow_clp = clp;
2353 nowp->nfsow_seqid = 0;
2354 nowp->nfsow_defunct = 0;
2355 nfscl_lockinit(&nowp->nfsow_rwlock);
2361 nop->nfso_own = nowp;
2424 free(nowp, M_NFSCLOWNER);
2454 if (nowp != NULL)
2455 free(nowp, M_NFSCLOWNER);
2719 struct nfsclowner *owp, *nowp;
2815 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
3382 struct nfsclowner *owp, *nowp;
3406 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) {
4219 struct nfsclowner *owp, *lowp, *nowp;
4308 nowp = malloc(
4311 nfscl_newopen(clp, NULL, &owp, &nowp, &op,