Symbol: nfsclds
sys/fs/nfs/nfs_commonkrpc.c
1537
struct nfsclds *dsp;
sys/fs/nfs/nfs_var.h
529
int nfsrpc_renew(struct nfsclclient *, struct nfsclds *, struct ucred *,
sys/fs/nfs/nfs_var.h
542
struct nfssockreq *, int, uint32_t, struct nfsclds **, struct ucred *,
sys/fs/nfs/nfs_var.h
545
struct nfssockreq *, struct nfsclds *, uint32_t, int, struct ucred *,
sys/fs/nfs/nfs_var.h
563
void nfscl_freenfsclds(struct nfsclds *);
sys/fs/nfs/nfs_var.h
659
struct nfscllayout *, struct nfsclds *);
sys/fs/nfs/nfs_var.h
660
void nfscl_cancelreqs(struct nfsclds *);
sys/fs/nfs/nfsclstate.h
403
struct nfsclds *nfsdi_data[0];
sys/fs/nfs/nfsclstate.h
421
static __inline struct nfsclds **
sys/fs/nfs/nfsclstate.h
85
TAILQ_ENTRY(nfsclds) nfsclds_list;
sys/fs/nfsclient/nfs_clrpcops.c
1049
struct nfsclds *dsp, *odsp;
sys/fs/nfsclient/nfs_clrpcops.c
1069
dsp = malloc(sizeof(struct nfsclds) +
sys/fs/nfsclient/nfs_clrpcops.c
114
struct nfsclds *dsp;
sys/fs/nfsclient/nfs_clrpcops.c
1191
dsp = malloc(sizeof(struct nfsclds), M_NFSCLDS, M_WAITOK | M_ZERO);
sys/fs/nfsclient/nfs_clrpcops.c
158
struct sockaddr_in6 *, sa_family_t, int, int, struct nfsclds **,
sys/fs/nfsclient/nfs_clrpcops.c
174
struct nfsclds *, uint64_t, int, struct nfsfh *, int, int, int,
sys/fs/nfsclient/nfs_clrpcops.c
177
nfsv4stateid_t *, struct nfsclds *, uint64_t, int,
sys/fs/nfsclient/nfs_clrpcops.c
180
struct nfsclds *, uint64_t, int, struct nfsfh *, struct mbuf *, int, int,
sys/fs/nfsclient/nfs_clrpcops.c
183
struct nfsclds *, uint64_t, int, struct nfsfh *, struct mbuf *, int, int,
sys/fs/nfsclient/nfs_clrpcops.c
186
struct nfsclds *, struct nfsclds **, uint32_t *);
sys/fs/nfsclient/nfs_clrpcops.c
187
static int nfsio_commitds(vnode_t, uint64_t, int, struct nfsclds *,
sys/fs/nfsclient/nfs_clrpcops.c
190
static int nfsrpc_commitds(vnode_t, uint64_t, int, struct nfsclds *,
sys/fs/nfsclient/nfs_clrpcops.c
193
static int nfsio_adviseds(vnode_t, uint64_t, int, int, struct nfsclds *,
sys/fs/nfsclient/nfs_clrpcops.c
196
static int nfsrpc_adviseds(vnode_t, uint64_t, int, int, struct nfsclds *,
sys/fs/nfsclient/nfs_clrpcops.c
5173
nfsrpc_renew(struct nfsclclient *clp, struct nfsclds *dsp, struct ucred *cred,
sys/fs/nfsclient/nfs_clrpcops.c
5490
struct nfsclds **dspp, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clrpcops.c
5495
struct nfsclds *dsp;
sys/fs/nfsclient/nfs_clrpcops.c
5535
dsp = malloc(sizeof(struct nfsclds) + len + 1, M_NFSCLDS,
sys/fs/nfsclient/nfs_clrpcops.c
5579
struct nfssockreq *nrp, struct nfsclds *dsp, uint32_t sequenceid, int mds,
sys/fs/nfsclient/nfs_clrpcops.c
5796
struct nfsclds *dsp = NULL, **dspp, **gotdspp;
sys/fs/nfsclient/nfs_clrpcops.c
5857
sizeof(struct nfsclds *) + 1;
sys/fs/nfsclient/nfs_clrpcops.c
5860
sizeof(struct nfsclds *), M_NFSDEVINFO, M_WAITOK |
sys/fs/nfsclient/nfs_clrpcops.c
5883
ndi = malloc(sizeof(*ndi) + sizeof(struct nfsclds *),
sys/fs/nfsclient/nfs_clrpcops.c
6270
struct nfsclds **dspp, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clrpcops.c
6276
struct nfsclds *dsp, *tdsp;
sys/fs/nfsclient/nfs_clrpcops.c
6441
dsp = malloc(sizeof(struct nfsclds), M_NFSCLDS,
sys/fs/nfsclient/nfs_clrpcops.c
6904
struct nfsclds **dspp;
sys/fs/nfsclient/nfs_clrpcops.c
7009
struct nfsclds **dspp;
sys/fs/nfsclient/nfs_clrpcops.c
7204
struct nfsclds *dsp, uint64_t io_off, int len, struct nfsfh *fhp, int flex,
sys/fs/nfsclient/nfs_clrpcops.c
7279
nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t io_off, int len,
sys/fs/nfsclient/nfs_clrpcops.c
7420
nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t io_off, int len,
sys/fs/nfsclient/nfs_clrpcops.c
7546
nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t off, int len,
sys/fs/nfsclient/nfs_clrpcops.c
7586
nfscl_freenfsclds(struct nfsclds *dsp)
sys/fs/nfsclient/nfs_clrpcops.c
7609
nfscl_getsameserver(struct nfsmount *nmp, struct nfsclds *newdsp,
sys/fs/nfsclient/nfs_clrpcops.c
7610
struct nfsclds **retdspp, uint32_t *sequencep)
sys/fs/nfsclient/nfs_clrpcops.c
7612
struct nfsclds *dsp;
sys/fs/nfsclient/nfs_clrpcops.c
7651
nfsrpc_commitds(vnode_t vp, uint64_t offset, int cnt, struct nfsclds *dsp,
sys/fs/nfsclient/nfs_clrpcops.c
7735
nfsio_commitds(vnode_t vp, uint64_t offset, int cnt, struct nfsclds *dsp,
sys/fs/nfsclient/nfs_clrpcops.c
7808
struct nfsclds *dsp, struct nfsfh *fhp, int vers, int minorvers,
sys/fs/nfsclient/nfs_clrpcops.c
7878
struct nfsclds *dsp, struct nfsfh *fhp, int vers, int minorvers,
sys/fs/nfsclient/nfs_clstate.c
2783
struct nfsclds *dsp;
sys/fs/nfsclient/nfs_clstate.c
5527
struct nfscllayout *lyp, struct nfsclds *dsp)
sys/fs/nfsclient/nfs_clstate.c
5563
nfscl_cancelreqs(struct nfsclds *dsp)
sys/fs/nfsclient/nfs_clvfsops.c
1524
struct nfsclds *dsp, *tdsp;
sys/fs/nfsclient/nfs_clvfsops.c
1877
struct nfsclds *dsp, *tdsp;
sys/fs/nfsclient/nfsmount.h
78
TAILQ_HEAD(, nfsclds) nm_sess; /* Session(s) for NFSv4.1. */