Symbol: nfscl_reqstart
sys/fs/nfs/client/nfs_clrpcops.c
1036
nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, fhp, fhlen, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
3915
nfscl_reqstart(nd, NFSPROC_LOCKU, nmp, lp->nfsl_open->nfso_fh,
sys/fs/nfs/client/nfs_clrpcops.c
394
nfscl_reqstart(nd, NFSPROC_OPEN, nmp, nfhp, fhlen, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
3968
nfscl_reqstart(nd, NFSPROC_LOCK, nmp, nfhp, fhlen, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
4239
nfscl_reqstart(nd, NFSPROC_RENEW, nmp, NULL, 0, NULL,
sys/fs/nfs/client/nfs_clrpcops.c
4275
nfscl_reqstart(nd, NFSPROC_FREESTATEID, nmp, NULL, 0, NULL,
sys/fs/nfs/client/nfs_clrpcops.c
4279
nfscl_reqstart(nd, NFSPROC_RELEASELCKOWN, nmp, NULL, 0, NULL,
sys/fs/nfs/client/nfs_clrpcops.c
4312
nfscl_reqstart(nd, NFSPROC_PUTROOTFH, nmp, NULL, 0, &opcntp, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
4378
nfscl_reqstart(nd, NFSPROC_DELEGRETURN, nmp, dp->nfsdl_fh,
sys/fs/nfs/client/nfs_clrpcops.c
4489
nfscl_reqstart(nd, NFSPROC_EXCHANGEID, nmp, NULL, 0, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
4571
nfscl_reqstart(nd, NFSPROC_CREATESESSION, nmp, NULL, 0, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
4665
nfscl_reqstart(nd, NFSPROC_DESTROYSESSION, nmp, NULL, 0, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
4690
nfscl_reqstart(nd, NFSPROC_DESTROYCLIENT, nmp, NULL, 0, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
4723
nfscl_reqstart(nd, NFSPROC_LAYOUTGET, nmp, fhp, fhlen, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
4879
nfscl_reqstart(nd, NFSPROC_GETDEVICEINFO, nmp, NULL, 0, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
5034
nfscl_reqstart(nd, NFSPROC_LAYOUTCOMMIT, nmp, fh, fhlen, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
5093
nfscl_reqstart(nd, NFSPROC_LAYOUTRETURN, nmp, fh, fhlen, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
5417
nfscl_reqstart(nd, NFSPROC_RECLAIMCOMPL, nmp, NULL, 0, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
5693
nfscl_reqstart(nd, NFSPROC_READDS, nmp, fhp->nfh_fh, fhp->nfh_len,
sys/fs/nfs/client/nfs_clrpcops.c
5738
nfscl_reqstart(nd, NFSPROC_WRITEDS, nmp, fhp->nfh_fh, fhp->nfh_len,
sys/fs/nfs/client/nfs_clrpcops.c
5899
nfscl_reqstart(nd, NFSPROC_COMMITDS, nmp, fhp->nfh_fh, fhp->nfh_len,
sys/fs/nfs/client/nfs_clrpcops.c
748
nfscl_reqstart(nd, NFSPROC_CLOSE, nmp, op->nfso_fh,
sys/fs/nfs/client/nfs_clrpcops.c
791
nfscl_reqstart(nd, NFSPROC_OPENCONFIRM, nmp, nfhp, fhlen, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
884
nfscl_reqstart(nd, NFSPROC_SETCLIENTID, nmp, NULL, 0, NULL, NULL);
sys/fs/nfs/client/nfs_clrpcops.c
953
nfscl_reqstart(nd, NFSPROC_SETCLIENTIDCFRM, nmp, NULL, 0, NULL,
sys/fs/nfs/client/nfs_clrpcops.c
968
nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, nmp->nm_fh,
sys/fs/nfs/common/nfs_var.h
305
void nfscl_reqstart(struct nfsrv_descript *, int, struct nfsmount *,
sys/fs/nfs/common/nfscl.h
53
nfscl_reqstart((n), (p), VFSTONFS((v)->v_mount), \