Lines Matching defs:td
67 struct thread *td);
83 struct thread *td;
92 td = curthread; /* XXX */
118 (void)ncl_fsinfo(nmp, vp, cred, td);
154 uio.uio_td = td;
230 struct thread *td;
238 td = curthread; /* XXX */
255 (void)ncl_fsinfo(nmp, vp, cred, td);
299 uio.uio_td = td;
337 nfs_bioread_check_cons(struct vnode *vp, struct thread *td, struct ucred *cred)
363 error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
386 error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
409 struct thread *td;
422 td = uio->uio_td;
428 (void)ncl_fsinfo(nmp, vp, cred, td);
449 error = nfs_bioread_check_cons(vp, td, cred);
474 rabp = nfs_getcacheblk(vp, rabn, biosize, td);
476 error = newnfs_sigintr(nmp, td);
483 if (ncl_asyncio(nmp, rabp, cred, td)) {
504 bp = nfs_getcacheblk(vp, lbn, bcount, td);
507 error = newnfs_sigintr(nmp, td);
519 error = ncl_doio(vp, bp, cred, td, 0);
540 bp = nfs_getcacheblk(vp, (daddr_t)0, NFS_MAXPATHLEN, td);
542 error = newnfs_sigintr(nmp, td);
548 error = ncl_doio(vp, bp, cred, td, 0);
566 bp = nfs_getcacheblk(vp, lbn, NFS_DIRBLKSIZ, td);
568 error = newnfs_sigintr(nmp, td);
574 error = ncl_doio(vp, bp, cred, td, 0);
580 error = ncl_vinvalbuf(vp, 0, td, 1);
595 bp = nfs_getcacheblk(vp, i, NFS_DIRBLKSIZ, td);
597 error = newnfs_sigintr(nmp, td);
603 error = ncl_doio(vp, bp, cred, td, 0);
640 rabp = nfs_getcacheblk(vp, lbn + 1, NFS_DIRBLKSIZ, td);
646 if (ncl_asyncio(nmp, rabp, cred, td)) {
710 struct thread *td = uiop->uio_td;
733 uio.uio_td = td;
785 t_uio->uio_td = td;
810 error = ncl_asyncio(nmp, bp, NOCRED, td);
845 struct thread *td = uio->uio_td;
875 (void)ncl_fsinfo(nmp, vp, cred, td);
901 error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
943 if (vn_rlimit_fsize(vp, uio, td))
981 error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
1015 bp = nfs_getcacheblk(vp, lbn, obcount, td);
1047 bp = nfs_getcacheblk(vp, lbn, bcount, td);
1058 error = newnfs_sigintr(nmp, td);
1095 error = ncl_doio(vp, bp, cred, td, 0);
1260 nfs_getcacheblk(struct vnode *vp, daddr_t bn, int size, struct thread *td)
1272 newnfs_set_sigmask(td, &oldset);
1274 newnfs_restore_sigmask(td, &oldset);
1276 if (newnfs_sigintr(nmp, td))
1294 ncl_vinvalbuf(struct vnode *vp, int flags, struct thread *td, int intrflg)
1338 if (intrflg && (error = newnfs_sigintr(nmp, td)))
1344 if (intrflg && (error = newnfs_sigintr(nmp, td)))
1349 nfscl_layoutcommit(vp, td);
1375 ncl_asyncio(struct nfsmount *nmp, struct buf *bp, struct ucred *cred, struct thread *td)
1460 error = newnfs_msleep(td, &nmp->nm_bufq,
1464 error2 = newnfs_sigintr(nmp, td);
1564 ncl_doio(struct vnode *vp, struct buf *bp, struct ucred *cr, struct thread *td,
1573 struct proc *p = td ? td->td_proc : NULL;
1582 uiop->uio_td = td;
1644 error = ncl_readdirplusrpc(vp, uiop, cr, td);
1649 error = ncl_readdirrpc(vp, uiop, cr, td);
1675 bp->b_wcred, td);
1821 ncl_meta_setsize(struct vnode *vp, struct ucred *cred, struct thread *td, u_quad_t nsize)
1846 bp = nfs_getcacheblk(vp, lbn, bufsize, td);