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

Lines Matching refs:thread_t

823 	thread_t		r_thread;	/* thread that did I/O system call */
1045 int nfs_vinvalbuf2(vnode_t, int, thread_t, kauth_cred_t, int);
1047 int nfs_request_create(nfsnode_t, mount_t, struct nfsm_chain *, int, thread_t, kauth_cred_t, struct nfsreq **);
1056 int nfs_request2(nfsnode_t, mount_t, struct nfsm_chain *, int, thread_t, kauth_cred_t, int, struct nfsm_chain *, u_int64_t *, int *);
1057 int nfs_request_async(nfsnode_t, mount_t, struct nfsm_chain *, int, thread_t, kauth_cred_t, struct nfsreq_cbinfo *cb, struct nfsreq **);
1061 int nfs_sigintr(struct nfsmount *, struct nfsreq *, thread_t, int);
1062 int nfs_noremotehang(thread_t);
1097 int nfs_write_rpc2(nfsnode_t, struct uio *, thread_t, kauth_cred_t, int *, uint64_t *);
1105 int nfs3_read_rpc_async(nfsnode_t, off_t, size_t, thread_t, kauth_cred_t, struct nfsreq_cbinfo *, struct nfsreq **);
1106 int nfs4_read_rpc_async(nfsnode_t, off_t, size_t, thread_t, kauth_cred_t, struct nfsreq_cbinfo *, struct nfsreq **);
1109 int nfs3_write_rpc_async(nfsnode_t, struct uio *, size_t, thread_t, kauth_cred_t, int, struct nfsreq_cbinfo *, struct nfsreq **);
1110 int nfs4_write_rpc_async(nfsnode_t, struct uio *, size_t, thread_t, kauth_cred_t, int, struct nfsreq_cbinfo *, struct nfsreq **);
1124 int nfs3_remove_rpc(nfsnode_t, char *, int, thread_t, kauth_cred_t);
1125 int nfs4_remove_rpc(nfsnode_t, char *, int, thread_t, kauth_cred_t);
1190 void nfs_up(struct nfsmount *, thread_t, int, const char *);
1191 void nfs_down(struct nfsmount *, thread_t, int, int, const char *);