Searched refs:nfsreq (Results 1 – 12 of 12) sorted by relevance
/netbsd/sys/nfs/ |
H A D | nfs_var.h | 54 struct nfsreq; 166 int nfs_connect(struct nfsmount *, struct nfsreq *, struct lwp *); 167 int nfs_reconnect(struct nfsreq *); 170 int nfs_send(struct socket *, struct mbuf *, struct mbuf *, struct nfsreq *, 182 int nfs_sigintr(struct nfsmount *, struct nfsreq *, struct lwp *); 200 int nfs_rcvlock(struct nfsmount *, struct nfsreq *); 304 void nfs_renewxid(struct nfsreq *); 334 int nfs_getauth(struct nfsmount *, struct nfsreq *, kauth_cred_t, char **,
|
H A D | nfs_socket.c | 182 nfs_connect(struct nfsmount *nmp, struct nfsreq *rep, struct lwp *l) in nfs_connect() 349 nfs_reconnect(struct nfsreq *rep) in nfs_reconnect() 351 struct nfsreq *rp; in nfs_reconnect() 445 struct nfsreq dummyreq; in nfs_safedisconnect() 468 nfs_send(struct socket *so, struct mbuf *nam, struct mbuf *top, struct nfsreq *rep, struct lwp *l) in nfs_send() 755 struct nfsreq *rep; in nfs_timer() 886 nfs_sigintr(struct nfsmount *nmp, struct nfsreq *rep, struct lwp *l) in nfs_sigintr() 908 nfs_rcvlock(struct nfsmount *nmp, struct nfsreq *rep) in nfs_rcvlock()
|
H A D | nfs_clntsocket.c | 83 static int nfs_sndlock(struct nfsmount *, struct nfsreq *); 96 nfs_receive(struct nfsreq *rep, struct mbuf **aname, struct mbuf **mp, in nfs_receive() 321 nfs_reply(struct nfsreq *myrep, struct lwp *lwp) in nfs_reply() 323 struct nfsreq *rep; in nfs_reply() 506 struct nfsreq *rep; in nfs_request() 975 nfs_sndlock(struct nfsmount *nmp, struct nfsreq *rep) in nfs_sndlock()
|
H A D | nfs.h | 319 struct nfsreq { struct 320 TAILQ_ENTRY(nfsreq) r_chain; 338 extern TAILQ_HEAD(nfsreqhead, nfsreq) nfs_reqq;
|
H A D | nfs_iod.c | 280 nfs_getauth(struct nfsmount *nmp, struct nfsreq *rep, kauth_cred_t cred, char **auth_str, int *auth… in nfs_getauth()
|
H A D | nfs_vfsops.c | 555 while (nfs_connect(nmp, (struct nfsreq *)0, l)) { in nfs_decode_args() 766 (error = nfs_connect(nmp, (struct nfsreq *)0, l))) in mountnfs()
|
H A D | nfs_subs.c | 2046 nfs_renewxid(struct nfsreq *req) in nfs_renewxid()
|
/netbsd/sys/fs/nfs/common/ |
H A D | nfs_commonkrpc.c | 497 struct nfsreq *rep = NULL; in newnfs_request() 668 MALLOC(rep, struct nfsreq *, sizeof(struct nfsreq), in newnfs_request()
|
H A D | nfsport.h | 1015 struct nfsreq { struct 1016 TAILQ_ENTRY(nfsreq) r_chain;
|
H A D | nfs.h | 553 TAILQ_HEAD(nfsreqhead, nfsreq);
|
H A D | nfs_var.h | 51 struct nfsreq;
|
/netbsd/sys/fs/nfs/client/ |
H A D | nfs_clstate.c | 1890 struct nfsreq *rep; in nfscl_recover()
|