Symbol: nfsreq
sys/vfs/nfs/nfs.h
345
TAILQ_ENTRY(nfsreq) r_chain;
sys/vfs/nfs/nfs.h
655
int nfs_reply (struct nfsmount *nmp, struct nfsreq *);
sys/vfs/nfs/nfs.h
658
struct nfsreq *);
sys/vfs/nfs/nfs.h
661
int nfs_sndlock (struct nfsmount *, struct nfsreq *);
sys/vfs/nfs/nfs.h
681
int nfs_sigintr (struct nfsmount *, struct nfsreq *, struct thread *);
sys/vfs/nfs/nfs.h
693
int nfs_getauth (struct nfsmount *, struct nfsreq *, struct ucred *,
sys/vfs/nfs/nfs.h
711
int nfs_connect (struct nfsmount *, struct nfsreq *);
sys/vfs/nfs/nfs_iod.c
166
struct nfsreq *req;
sys/vfs/nfs/nfs_iod.c
79
struct nfsreq *req;
sys/vfs/nfs/nfs_socket.c
1015
struct nfsreq *req;
sys/vfs/nfs/nfs_socket.c
1139
struct nfsreq *req;
sys/vfs/nfs/nfs_socket.c
1153
req = kmalloc(sizeof(struct nfsreq), M_NFSREQ, M_WAITOK);
sys/vfs/nfs/nfs_socket.c
1187
nfs_request_auth(struct nfsreq *rep)
sys/vfs/nfs/nfs_socket.c
1257
nfs_request_try(struct nfsreq *rep)
sys/vfs/nfs/nfs_socket.c
130
static int nfs_request_auth(struct nfsreq *rep);
sys/vfs/nfs/nfs_socket.c
131
static int nfs_request_try(struct nfsreq *rep);
sys/vfs/nfs/nfs_socket.c
132
static int nfs_request_waitreply(struct nfsreq *rep);
sys/vfs/nfs/nfs_socket.c
1378
nfs_request_waitreply(struct nfsreq *rep)
sys/vfs/nfs/nfs_socket.c
140
static int nfs_rcvlock (struct nfsmount *nmp, struct nfsreq *myreq);
sys/vfs/nfs/nfs_socket.c
143
static int nfs_receive (struct nfsmount *nmp, struct nfsreq *rep,
sys/vfs/nfs/nfs_socket.c
1430
struct nfsreq *req = info->req;
sys/vfs/nfs/nfs_socket.c
145
static void nfs_softterm (struct nfsreq *rep, int islocked);
sys/vfs/nfs/nfs_socket.c
146
static void nfs_hardterm (struct nfsreq *rep, int islocked);
sys/vfs/nfs/nfs_socket.c
147
static int nfs_reconnect (struct nfsmount *nmp, struct nfsreq *rep);
sys/vfs/nfs/nfs_socket.c
150
static void nfs_timer_req(struct nfsreq *req);
sys/vfs/nfs/nfs_socket.c
1726
struct nfsreq *req;
sys/vfs/nfs/nfs_socket.c
1796
nfs_timer_req(struct nfsreq *req)
sys/vfs/nfs/nfs_socket.c
191
nfs_connect(struct nfsmount *nmp, struct nfsreq *rep)
sys/vfs/nfs/nfs_socket.c
1958
struct nfsreq *req;
sys/vfs/nfs/nfs_socket.c
1990
nfs_softterm(struct nfsreq *rep, int islocked)
sys/vfs/nfs/nfs_socket.c
2006
nfs_hardterm(struct nfsreq *rep, int islocked)
sys/vfs/nfs/nfs_socket.c
2059
nfs_sigintr(struct nfsmount *nmp, struct nfsreq *rep, struct thread *td)
sys/vfs/nfs/nfs_socket.c
2093
nfs_sndlock(struct nfsmount *nmp, struct nfsreq *rep)
sys/vfs/nfs/nfs_socket.c
2144
nfs_rcvlock(struct nfsmount *nmp, struct nfsreq *rep)
sys/vfs/nfs/nfs_socket.c
375
nfs_reconnect(struct nfsmount *nmp, struct nfsreq *rep)
sys/vfs/nfs/nfs_socket.c
377
struct nfsreq *req;
sys/vfs/nfs/nfs_socket.c
448
struct nfsreq *rep)
sys/vfs/nfs/nfs_socket.c
540
nfs_receive(struct nfsmount *nmp, struct nfsreq *rep,
sys/vfs/nfs/nfs_socket.c
788
nfs_reply(struct nfsmount *nmp, struct nfsreq *myrep)
sys/vfs/nfs/nfs_socket.c
790
struct nfsreq *rep;
sys/vfs/nfs/nfs_syscalls.c
1034
nfs_getauth(struct nfsmount *nmp, struct nfsreq *rep,
sys/vfs/nfs/nfsm_subs.h
78
struct nfsreq *req;
sys/vfs/nfs/nfsmount.h
106
TAILQ_HEAD(, nfsreq) nm_reqtxq; /* nfsreq queue - tx processing */
sys/vfs/nfs/nfsmount.h
107
TAILQ_HEAD(, nfsreq) nm_reqrxq; /* nfsreq queue - rx processing */
sys/vfs/nfs/nfsmount.h
108
TAILQ_HEAD(, nfsreq) nm_reqq; /* nfsreq queue - pending */