• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/nfs/

Lines Matching defs:thd

631 	thread_t thd,
696 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0))) {
850 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0))) {
1428 thread_t thd;
1435 thd = ISSET(bp->nb_flags, NB_ASYNC) ? NULL : current_thread();
1447 error = nfs_buf_read_rpc(bp, thd, cred);
1504 nfs_buf_read_rpc(struct nfsbuf *bp, thread_t thd, kauth_cred_t cred)
1561 error = nmp->nm_funcs->nf_read_rpc_async(np, boff + offset, len, thd, cred, &cb, &req);
1619 thread_t thd;
1626 thd = req->r_thread;
1699 error = nmp->nm_funcs->nf_read_rpc_async(np, offset, length, thd, cred, &cb, &rreq);
1756 nfs_buf_readahead(nfsnode_t np, int ioflag, daddr64_t *rabnp, daddr64_t lastrabn, thread_t thd, kauth_cred_t cred)
1771 error = nfs_buf_get(np, *rabnp, nmp->nm_biosize, thd, NBLK_READ|NBLK_NOWAIT, &bp);
1817 thread_t thd;
1833 thd = vfs_context_thread(ctx);
2010 error = nfs_buf_readahead(np, ioflag, &rabn, lastrabn, thd, cred);
2039 error = nfs_buf_get(np, lbn, biosize, thd, NBLK_READ, &bp);
2195 error = nfs_buf_get(np, lbn, NFS_DIRBLKSIZ, thd, NBLK_READ, &bp);
2230 error = nfs_buf_get(np, tlbn, NFS_DIRBLKSIZ, thd, NBLK_READ, &bp);
2373 thread_t thd;
2415 thd = async ? NULL : current_thread();
2519 error = nfs_buf_write_rpc(bp, iomode, thd, cred);
2528 error = nfs_buf_write_dirty_pages(bp, thd, cred);
2567 nfs_vinvalbuf2(NFSTOV(np), V_SAVE|V_IGNORE_WRITEERR, thd, cred, 1);
2581 nfs_buf_write_finish(struct nfsbuf *bp, thread_t thd, kauth_cred_t cred)
2678 nfs_buf_write_dirty_pages(bp, thd, cred);
2690 nfs_buf_write_dirty_pages(struct nfsbuf *bp, thread_t thd, kauth_cred_t cred)
2741 error = nfs_write_rpc2(np, &uio, thd, cred, &iomode2, &bp->nb_verf);
2782 nfs_buf_write_rpc(struct nfsbuf *bp, int iomode, thread_t thd, kauth_cred_t cred)
2850 error = nmp->nm_funcs->nf_write_rpc_async(np, &uio, len, thd, cred,
2878 nfs_buf_write_finish(bp, thd, cred);
2887 nfs_buf_write_finish(bp, thd, cred);
2910 thread_t thd;
2917 thd = req->r_thread;
3001 error = nmp->nm_funcs->nf_write_rpc_async(np, &uio, length, thd, cred,
3046 nfs_buf_write_finish(bp, thd, cred);
3287 nfs_flush(nfsnode_t np, int waitfor, thread_t thd, int ignore_writeerr)
3350 error2 = nfs_sigintr(NFSTONMP(np), NULL, thd, 0);
3412 error2 = nfs_sigintr(NFSTONMP(np), NULL, thd, 0);
3487 thread_t thd,
3497 if ((error = nfs_flush(np, MNT_WAIT, thd, (flags & V_IGNORE_WRITEERR))))
3631 nfs_vinvalbuf2(vnode_t vp, int flags, thread_t thd, kauth_cred_t cred, int intrflg)
3664 error = nfs_vinvalbuf_internal(np, flags, thd, cred, slpflag, 0);
3667 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0)))
3669 error = nfs_vinvalbuf_internal(np, flags, thd, cred, 0, slptimeo);