nfs_clstate.c | 1587 struct nfsclowner *owp, *nowp, *towp; local in function:nfscl_expireclient 1605 LIST_FOREACH(towp, &clp->nfsc_owner, nfsow_list) { 1606 if (!NFSBCMP(towp->nfsow_owner, owp->nfsow_owner, 1610 if (towp != NULL) { 1612 LIST_FOREACH(top, &towp->nfsow_open, nfso_list) { 1624 op->nfso_own = towp; 1625 LIST_INSERT_HEAD(&towp->nfsow_open, op, nfso_list);
|