Symbol: nfsm_info_t
sys/vfs/nfs/nfs_bio.c
1377
nfs_readrpc_bio_done(nfsm_info_t info)
sys/vfs/nfs/nfs_bio.c
1530
nfs_writerpc_bio_done(nfsm_info_t info)
sys/vfs/nfs/nfs_bio.c
1720
nfs_commitrpc_bio_done(nfsm_info_t info)
sys/vfs/nfs/nfs_bio.c
73
static void nfs_readrpc_bio_done(nfsm_info_t info);
sys/vfs/nfs/nfs_bio.c
74
static void nfs_writerpc_bio_done(nfsm_info_t info);
sys/vfs/nfs/nfs_bio.c
75
static void nfs_commitrpc_bio_done(nfsm_info_t info);
sys/vfs/nfs/nfs_iod.c
168
nfsm_info_t info;
sys/vfs/nfs/nfs_socket.c
1137
nfs_request_setup(nfsm_info_t info)
sys/vfs/nfs/nfs_socket.c
129
static int nfs_request_setup(nfsm_info_t info);
sys/vfs/nfs/nfs_socket.c
133
static int nfs_request_processreply(nfsm_info_t info, int);
sys/vfs/nfs/nfs_socket.c
1428
nfs_request_processreply(nfsm_info_t info, int error)
sys/vfs/nfs/nfsm_subs.c
112
nfsm_reqhead(nfsm_info_t info, struct vnode *vp, u_long procid, int hsiz)
sys/vfs/nfs/nfsm_subs.c
1516
nfsm_srvwcc_data(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.c
1541
nfsm_srvpostop_attr(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.c
261
nfsm_build(nfsm_info_t info, int bytes)
sys/vfs/nfs/nfsm_subs.c
287
nfsm_dissect(nfsm_info_t info, int bytes)
sys/vfs/nfs/nfsm_subs.c
331
nfsm_fhtom(nfsm_info_t info, struct vnode *vp)
sys/vfs/nfs/nfsm_subs.c
362
nfsm_srvfhtom(nfsm_info_t info, fhandle_t *fhp)
sys/vfs/nfs/nfsm_subs.c
377
nfsm_srvpostop_fh(nfsm_info_t info, fhandle_t *fhp)
sys/vfs/nfs/nfsm_subs.c
394
nfsm_mtofh(nfsm_info_t info, struct vnode *dvp, struct vnode **vpp, int *gotvpp)
sys/vfs/nfs/nfsm_subs.c
443
nfsm_getfh(nfsm_info_t info, nfsfh_t **fhpp)
sys/vfs/nfs/nfsm_subs.c
471
nfsm_loadattr(nfsm_info_t info, struct vnode *vp, struct vattr *vap)
sys/vfs/nfs/nfsm_subs.c
488
nfsm_postop_attr(nfsm_info_t info, struct vnode *vp, int *attrp, int lflags)
sys/vfs/nfs/nfsm_subs.c
514
nfsm_wcc_data(nfsm_info_t info, struct vnode *vp, int *attrp)
sys/vfs/nfs/nfsm_subs.c
566
nfsm_v3attrbuild(nfsm_info_t info, struct vattr *vap, int full)
sys/vfs/nfs/nfsm_subs.c
634
nfsm_strsiz(nfsm_info_t info, int maxlen)
sys/vfs/nfs/nfsm_subs.c
655
nfsm_srvstrsiz(nfsm_info_t info, int maxlen, int *errorp)
sys/vfs/nfs/nfsm_subs.c
680
nfsm_srvnamesiz(nfsm_info_t info, int *errorp)
sys/vfs/nfs/nfsm_subs.c
711
nfsm_mtouio(nfsm_info_t info, struct uio *uiop, int len)
sys/vfs/nfs/nfsm_subs.c
728
nfsm_mtobio(nfsm_info_t info, struct bio *bio, int len)
sys/vfs/nfs/nfsm_subs.c
745
nfsm_uiotom(nfsm_info_t info, struct uio *uiop, int len)
sys/vfs/nfs/nfsm_subs.c
759
nfsm_biotom(nfsm_info_t info, struct bio *bio, int off, int len)
sys/vfs/nfs/nfsm_subs.c
783
nfsm_request(nfsm_info_t info, struct vnode *vp, int procnum,
sys/vfs/nfs/nfsm_subs.c
812
nfsm_request_bio(nfsm_info_t info, struct vnode *vp, int procnum,
sys/vfs/nfs/nfsm_subs.c
843
nfsm_strtom(nfsm_info_t info, const void *data, int len, int maxlen)
sys/vfs/nfs/nfsm_subs.c
876
nfsm_reply(nfsm_info_t info,
sys/vfs/nfs/nfsm_subs.c
897
nfsm_writereply(nfsm_info_t info,
sys/vfs/nfs/nfsm_subs.c
911
nfsm_adv(nfsm_info_t info, int len)
sys/vfs/nfs/nfsm_subs.c
934
nfsm_srvmtofh(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.c
968
_nfsm_clget(nfsm_info_t info, struct mbuf **mp1, struct mbuf **mp2,
sys/vfs/nfs/nfsm_subs.c
985
nfsm_srvsattr(nfsm_info_t info, struct vattr *vap)
sys/vfs/nfs/nfsm_subs.h
135
void nfsm_reqhead(nfsm_info_t info, struct vnode *vp,
sys/vfs/nfs/nfsm_subs.h
142
void *nfsm_build(nfsm_info_t info, int bytes);
sys/vfs/nfs/nfsm_subs.h
143
void *nfsm_dissect(nfsm_info_t info, int bytes);
sys/vfs/nfs/nfsm_subs.h
144
int nfsm_fhtom(nfsm_info_t info, struct vnode *vp);
sys/vfs/nfs/nfsm_subs.h
145
void nfsm_srvfhtom(nfsm_info_t info, fhandle_t *fhp);
sys/vfs/nfs/nfsm_subs.h
146
void nfsm_srvpostop_fh(nfsm_info_t info, fhandle_t *fhp);
sys/vfs/nfs/nfsm_subs.h
147
int nfsm_mtofh(nfsm_info_t info, struct vnode *dvp,
sys/vfs/nfs/nfsm_subs.h
149
int nfsm_getfh(nfsm_info_t info, nfsfh_t **fhpp);
sys/vfs/nfs/nfsm_subs.h
150
int nfsm_loadattr(nfsm_info_t info, struct vnode *vp, struct vattr *vap);
sys/vfs/nfs/nfsm_subs.h
151
int nfsm_postop_attr(nfsm_info_t info, struct vnode *vp,
sys/vfs/nfs/nfsm_subs.h
153
int nfsm_wcc_data(nfsm_info_t info, struct vnode *vp, int *attrp);
sys/vfs/nfs/nfsm_subs.h
154
void nfsm_v3attrbuild(nfsm_info_t info, struct vattr *vap, int full);
sys/vfs/nfs/nfsm_subs.h
155
int nfsm_strsiz(nfsm_info_t info, int maxlen);
sys/vfs/nfs/nfsm_subs.h
156
int nfsm_srvstrsiz(nfsm_info_t info, int maxlen, int *errorp);
sys/vfs/nfs/nfsm_subs.h
157
int nfsm_srvnamesiz(nfsm_info_t info, int *errorp);
sys/vfs/nfs/nfsm_subs.h
158
int nfsm_mtouio(nfsm_info_t info, struct uio *uiop, int len);
sys/vfs/nfs/nfsm_subs.h
159
int nfsm_mtobio(nfsm_info_t info, struct bio *bio, int len);
sys/vfs/nfs/nfsm_subs.h
161
int nfsm_uiotom(nfsm_info_t info, struct uio *uiop, int len);
sys/vfs/nfs/nfsm_subs.h
162
int nfsm_biotom(nfsm_info_t info, struct bio *bio, int off, int len);
sys/vfs/nfs/nfsm_subs.h
163
int nfsm_request(nfsm_info_t info, struct vnode *vp, int procnum,
sys/vfs/nfs/nfsm_subs.h
165
void nfsm_request_bio(nfsm_info_t info, struct vnode *vp, int procnum,
sys/vfs/nfs/nfsm_subs.h
167
int nfsm_strtom(nfsm_info_t info, const void *data, int len, int maxlen);
sys/vfs/nfs/nfsm_subs.h
168
int nfsm_reply(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.h
170
void nfsm_writereply(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.h
172
int nfsm_adv(nfsm_info_t info, int len);
sys/vfs/nfs/nfsm_subs.h
173
int nfsm_srvmtofh(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.h
175
void *_nfsm_clget(nfsm_info_t info, struct mbuf **mp1, struct mbuf **mp2,
sys/vfs/nfs/nfsm_subs.h
177
int nfsm_srvsattr(nfsm_info_t info, struct vattr *vap);
sys/vfs/nfs/nfsm_subs.h
190
void nfsm_srvwcc_data(nfsm_info_t info, struct nfsrv_descript *nfsd,
sys/vfs/nfs/nfsm_subs.h
193
void nfsm_srvpostop_attr(nfsm_info_t info, struct nfsrv_descript *nfsd,