Symbol: nfsclds
sys/fs/nfs/nfs_commonkrpc.c
1501
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
395
struct nfsclds *nfsdi_data[0];
sys/fs/nfs/nfsclstate.h
413
static __inline struct nfsclds **
sys/fs/nfs/nfsclstate.h
85
TAILQ_ENTRY(nfsclds) nfsclds_list;
sys/fs/nfsclient/nfs_clrpcops.c
1048
struct nfsclds *dsp, *odsp;
sys/fs/nfsclient/nfs_clrpcops.c
1069
dsp = malloc(sizeof(struct nfsclds) +
sys/fs/nfsclient/nfs_clrpcops.c
115
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
159
struct sockaddr_in6 *, sa_family_t, int, int, struct nfsclds **,
sys/fs/nfsclient/nfs_clrpcops.c
171
struct nfsclds *, uint64_t, int, struct nfsfh *, int, int, int,
sys/fs/nfsclient/nfs_clrpcops.c
174
nfsv4stateid_t *, struct nfsclds *, uint64_t, int,
sys/fs/nfsclient/nfs_clrpcops.c
177
struct nfsclds *, uint64_t, int, struct nfsfh *, struct mbuf *, int, 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 *, struct nfsclds **, uint32_t *);
sys/fs/nfsclient/nfs_clrpcops.c
184
static int nfsio_commitds(vnode_t, uint64_t, int, struct nfsclds *,
sys/fs/nfsclient/nfs_clrpcops.c
187
static int nfsrpc_commitds(vnode_t, uint64_t, int, struct nfsclds *,
sys/fs/nfsclient/nfs_clrpcops.c
190
static int nfsio_adviseds(vnode_t, uint64_t, int, int, struct nfsclds *,
sys/fs/nfsclient/nfs_clrpcops.c
193
static int nfsrpc_adviseds(vnode_t, uint64_t, int, int, struct nfsclds *,
sys/fs/nfsclient/nfs_clrpcops.c
5209
nfsrpc_renew(struct nfsclclient *clp, struct nfsclds *dsp, struct ucred *cred,
sys/fs/nfsclient/nfs_clrpcops.c
5526
struct nfsclds **dspp, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clrpcops.c
5531
struct nfsclds *dsp;
sys/fs/nfsclient/nfs_clrpcops.c
5571
dsp = malloc(sizeof(struct nfsclds) + len + 1, M_NFSCLDS,
sys/fs/nfsclient/nfs_clrpcops.c
5615
struct nfssockreq *nrp, struct nfsclds *dsp, uint32_t sequenceid, int mds,
sys/fs/nfsclient/nfs_clrpcops.c
5832
struct nfsclds *dsp = NULL, **dspp, **gotdspp;
sys/fs/nfsclient/nfs_clrpcops.c
5893
sizeof(struct nfsclds *) + 1;
sys/fs/nfsclient/nfs_clrpcops.c
5896
sizeof(struct nfsclds *), M_NFSDEVINFO, M_WAITOK |
sys/fs/nfsclient/nfs_clrpcops.c
5919
ndi = malloc(sizeof(*ndi) + sizeof(struct nfsclds *),
sys/fs/nfsclient/nfs_clrpcops.c
6306
struct nfsclds **dspp, NFSPROC_T *p)
sys/fs/nfsclient/nfs_clrpcops.c
6312
struct nfsclds *dsp, *tdsp;
sys/fs/nfsclient/nfs_clrpcops.c
6477
dsp = malloc(sizeof(struct nfsclds), M_NFSCLDS,
sys/fs/nfsclient/nfs_clrpcops.c
6891
struct nfsclds **dspp;
sys/fs/nfsclient/nfs_clrpcops.c
6996
struct nfsclds **dspp;
sys/fs/nfsclient/nfs_clrpcops.c
7167
struct nfsclds *dsp, uint64_t io_off, int len, struct nfsfh *fhp, int flex,
sys/fs/nfsclient/nfs_clrpcops.c
7242
nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t io_off, int len,
sys/fs/nfsclient/nfs_clrpcops.c
7383
nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t io_off, int len,
sys/fs/nfsclient/nfs_clrpcops.c
7509
nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t off, int len,
sys/fs/nfsclient/nfs_clrpcops.c
7549
nfscl_freenfsclds(struct nfsclds *dsp)
sys/fs/nfsclient/nfs_clrpcops.c
7572
nfscl_getsameserver(struct nfsmount *nmp, struct nfsclds *newdsp,
sys/fs/nfsclient/nfs_clrpcops.c
7573
struct nfsclds **retdspp, uint32_t *sequencep)
sys/fs/nfsclient/nfs_clrpcops.c
7575
struct nfsclds *dsp;
sys/fs/nfsclient/nfs_clrpcops.c
7614
nfsrpc_commitds(vnode_t vp, uint64_t offset, int cnt, struct nfsclds *dsp,
sys/fs/nfsclient/nfs_clrpcops.c
7698
nfsio_commitds(vnode_t vp, uint64_t offset, int cnt, struct nfsclds *dsp,
sys/fs/nfsclient/nfs_clrpcops.c
7771
struct nfsclds *dsp, struct nfsfh *fhp, int vers, int minorvers,
sys/fs/nfsclient/nfs_clrpcops.c
7841
struct nfsclds *dsp, struct nfsfh *fhp, int vers, int minorvers,
sys/fs/nfsclient/nfs_clstate.c
2756
struct nfsclds *dsp;
sys/fs/nfsclient/nfs_clstate.c
5493
struct nfscllayout *lyp, struct nfsclds *dsp)
sys/fs/nfsclient/nfs_clstate.c
5529
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. */