OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfsreq
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/nfs/
nfs_var.h
57
struct
nfsreq
;
169
int nfs_connect(struct nfsmount *, struct
nfsreq
*, struct lwp *);
170
int nfs_reconnect(struct
nfsreq
*);
173
int nfs_send(struct socket *, struct mbuf *, struct mbuf *, struct
nfsreq
*,
185
int nfs_sigintr(struct nfsmount *, struct
nfsreq
*, struct lwp *);
203
int nfs_rcvlock(struct nfsmount *, struct
nfsreq
*);
307
void nfs_renewxid(struct
nfsreq
*);
337
int nfs_getauth(struct nfsmount *, struct
nfsreq
*, kauth_cred_t, char **,
nfs_socket.c
182
nfs_connect(struct nfsmount *nmp, struct
nfsreq
*rep, struct lwp *l)
349
nfs_reconnect(struct
nfsreq
*rep)
351
struct
nfsreq
*rp;
445
struct
nfsreq
dummyreq;
468
nfs_send(struct socket *so, struct mbuf *nam, struct mbuf *top, struct
nfsreq
*rep, struct lwp *l)
748
* Scan the
nfsreq
list and retransmit any requests that have timed out
755
struct
nfsreq
*rep;
886
nfs_sigintr(struct nfsmount *nmp, struct
nfsreq
*rep, struct lwp *l)
908
nfs_rcvlock(struct nfsmount *nmp, struct
nfsreq
*rep)
nfs.h
321
struct
nfsreq
{
struct
322
TAILQ_ENTRY(
nfsreq
) r_chain;
338
* Queue head for
nfsreq
's
340
extern TAILQ_HEAD(nfsreqhead,
nfsreq
) nfs_reqq;
nfs_clntsocket.c
83
static int nfs_sndlock(struct nfsmount *, struct
nfsreq
*);
96
nfs_receive(struct
nfsreq
*rep, struct mbuf **aname, struct mbuf **mp,
320
nfs_reply(struct
nfsreq
*myrep, struct lwp *lwp)
322
struct
nfsreq
*rep;
504
struct
nfsreq
*rep;
973
nfs_sndlock(struct nfsmount *nmp, struct
nfsreq
*rep)
nfs_iod.c
280
nfs_getauth(struct nfsmount *nmp, struct
nfsreq
*rep, kauth_cred_t cred, char **auth_str, int *auth_len, char *verf_str, int *verf_len, NFSKERBKEY_T key)
nfs_vfsops.c
555
while (nfs_connect(nmp, (struct
nfsreq
*)0, l)) {
766
(error = nfs_connect(nmp, (struct
nfsreq
*)0, l)))
nfs_subs.c
2046
nfs_renewxid(struct
nfsreq
*req)
/src/sys/fs/nfs/common/
nfs_commonkrpc.c
270
CLNT_CONTROL(client, CLSET_WAITCHAN, "
nfsreq
");
497
struct
nfsreq
*rep = NULL;
668
MALLOC(rep, struct
nfsreq
*, sizeof(struct
nfsreq
),
nfsport.h
1015
struct
nfsreq
{
struct
1016
TAILQ_ENTRY(
nfsreq
) r_chain;
nfs.h
551
* Queue head for
nfsreq
's
553
TAILQ_HEAD(nfsreqhead,
nfsreq
);
555
/* This is the only
nfsreq
R_xxx flag still used. */
nfs_var.h
51
struct
nfsreq
;
/src/sys/fs/nfs/client/
nfs_clstate.c
1890
struct
nfsreq
*rep;
Completed in 23 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025