nfsreq
TAILQ_ENTRY(nfsreq) r_chain;
struct nfsreq *rep = v;
struct nfsreq *rep;
nfs_sigintr(struct nfsmount *nmp, struct nfsreq *rep, struct proc *p)
void nfs_update_rtt(struct nfsreq *);
nfs_sndlock(int *flagp, struct nfsreq *rep)
nfs_rcvlock(struct nfsreq *rep)
int nfs_rcvlock(struct nfsreq *);
int nfs_receive(struct nfsreq *, struct mbuf **, struct mbuf **);
int nfs_reconnect(struct nfsreq *);
int nfs_reply(struct nfsreq *);
void nfs_msg(struct nfsreq *, char *);
nfs_msg(struct nfsreq *rep, char *msg)
nfs_update_rtt(struct nfsreq *rep)
nfs_connect(struct nfsmount *nmp, struct nfsreq *rep)
nfs_reconnect(struct nfsreq *rep)
struct nfsreq *rp;
struct nfsreq *rep)
nfs_receive(struct nfsreq *rep, struct mbuf **aname, struct mbuf **mp)
nfs_reply(struct nfsreq *myrep)
struct nfsreq *rep;
struct nfsreq *rep;
nfsm_rpchead(struct nfsreq *req, struct ucred *cr, int auth_type)
pool_init(&nfsreqpl, sizeof(struct nfsreq), 0, IPL_NONE, PR_WAITOK,
int nfs_connect(struct nfsmount *, struct nfsreq *);
struct nfsreq *);
int nfs_sigintr(struct nfsmount *, struct nfsreq *, struct proc *);
int nfs_sndlock(int *, struct nfsreq *);
void nfsm_rpchead(struct nfsreq *, struct ucred *, int);
TAILQ_HEAD(reqs, nfsreq)