Home | History | Annotate | Download | only in client

Lines Matching defs:ndp

1589 	struct nfscldeleg *dp, *ndp;
1597 ndp = TAILQ_NEXT(dp, nfsdl_list);
1648 dp = ndp;
1885 struct nfscldeleg *dp, *ndp, *tdp;
1993 ndp = dp;
1999 op->nfso_mode, op, NULL, 0, &ndp, 1, delegtype,
2003 if (ndp != NULL && ((ndp->nfsdl_flags & NFSCLDL_WRITE)
2005 if ((ndp->nfsdl_flags & NFSCLDL_WRITE))
2016 dp->nfsdl_stateid = ndp->nfsdl_stateid;
2017 dp->nfsdl_sizelimit = ndp->nfsdl_sizelimit;
2018 dp->nfsdl_ace = ndp->nfsdl_ace;
2019 dp->nfsdl_change = ndp->nfsdl_change;
2021 if ((ndp->nfsdl_flags & NFSCLDL_RECALL))
2023 FREE((caddr_t)ndp, M_NFSCLDELEG);
2024 ndp = NULL;
2029 if (ndp != NULL)
2030 TAILQ_INSERT_HEAD(&extra_deleg, ndp, nfsdl_list);
2077 ndp = TAILQ_NEXT(dp, nfsdl_list);
2157 dp = ndp;
2176 TAILQ_FOREACH_SAFE(dp, &extra_deleg, nfsdl_list, ndp) {
2445 struct nfscldeleg *dp, *ndp;
2542 ndp = TAILQ_NEXT(dp, nfsdl_list);
2580 dp = ndp;
2590 ndp = TAILQ_PREV(dp, nfscldeleghead, nfsdl_list);
2620 dp = ndp;
2711 TAILQ_FOREACH_SAFE(dp, &dh, nfsdl_list, ndp) {
3128 struct nfscldeleg *dp, *ndp;
3132 TAILQ_FOREACH_SAFE(dp, &clp->nfsc_deleg, nfsdl_list, ndp) {
3940 struct nfscldeleg *ndp;
3965 ndp = dp;
3968 NFS4NODENAME(np->n_v4), np->n_v4->n4_namelen, &ndp, 0, 0, cred, p);
3981 if (ndp != NULL) {
3988 FREE((caddr_t)ndp, M_NFSCLDELEG);