Home | History | Annotate | Download | only in client

Lines Matching defs:td

132     struct componentname *cnp, struct thread *td, struct nfsnode **npp,
149 td, &nvp, newnfs_vncmpf, nfhp);
288 td, &nvp, newnfs_vncmpf, nfhp);
314 struct thread *td, struct nfsnode **npp)
335 error = vfs_hash_get(mntp, hash, (LK_EXCLUSIVE | LK_NOWAIT), td, &nvp,
349 vfs_hash_ref(mntp, hash, td, &nvp, newnfs_vncmpf, nfhp);
677 * (Can be any of the threads, since it is only used for td->td_proc.)
680 nfscl_getparent(struct thread *td)
685 if (td == NULL)
687 p = td->td_proc;
704 struct thread *td;
707 td = TAILQ_FIRST(&clp->nfsc_renewthread->p_threads);
708 nfscl_renewthread(clp, td);
1202 nfscl_maperr(struct thread *td, int error, uid_t uid, gid_t gid)
1208 if (td != NULL)
1209 p = td->td_proc;
1304 nfssvc_nfscl(struct thread *td, struct nfssvc_args *uap)
1324 error = fget(td, nfscbdarg.sock,
1329 fdrop(fp, td);
1333 fdrop(fp, td);
1345 error = nfscbd_nfsd(td, &nfscbdarg2);
1353 dumpmntopts.ndmnt_fname, td);