Home
last modified time | relevance | path

Searched refs:nfsreq (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/vfs/nfs/
H A Dnfsmount.h106 TAILQ_HEAD(, nfsreq) nm_reqtxq; /* nfsreq queue - tx processing */
107 TAILQ_HEAD(, nfsreq) nm_reqrxq; /* nfsreq queue - rx processing */
108 TAILQ_HEAD(, nfsreq) nm_reqq; /* nfsreq queue - pending */
H A Dnfs_socket.c377 struct nfsreq *req; in nfs_reconnect()
448 struct nfsreq *rep) in nfs_send()
790 struct nfsreq *rep; in nfs_reply()
1015 struct nfsreq *req; in nfs_request()
1139 struct nfsreq *req; in nfs_request_setup()
1187 nfs_request_auth(struct nfsreq *rep) in nfs_request_auth()
1257 nfs_request_try(struct nfsreq *rep) in nfs_request_try()
1430 struct nfsreq *req = info->req; in nfs_request_processreply()
1726 struct nfsreq *req; in nfs_timer_callout()
1796 nfs_timer_req(struct nfsreq *req) in nfs_timer_req()
[all …]
H A Dnfs.h344 struct nfsreq { struct
345 TAILQ_ENTRY(nfsreq) r_chain;
655 int nfs_reply (struct nfsmount *nmp, struct nfsreq *);
658 struct nfsreq *);
661 int nfs_sndlock (struct nfsmount *, struct nfsreq *);
681 int nfs_sigintr (struct nfsmount *, struct nfsreq *, struct thread *);
693 int nfs_getauth (struct nfsmount *, struct nfsreq *, struct ucred *,
711 int nfs_connect (struct nfsmount *, struct nfsreq *);
H A Dnfs_iod.c79 struct nfsreq *req; in nfssvc_iod_reader()
166 struct nfsreq *req; in nfssvc_iod_writer()
H A Dnfsm_subs.h78 struct nfsreq *req;
H A Dnfs_syscalls.c1034 nfs_getauth(struct nfsmount *nmp, struct nfsreq *rep, in nfs_getauth()