Symbol: nfsclds
sys/fs/nfs/client/nfs_clrpcops.c
117
struct nfsclds **, NFSPROC_T *);
sys/fs/nfs/client/nfs_clrpcops.c
123
struct nfsclds *, uint64_t, int, struct nfsfh *, struct ucred *,
sys/fs/nfs/client/nfs_clrpcops.c
126
nfsv4stateid_t *, struct nfsclds *, uint64_t, int,
sys/fs/nfs/client/nfs_clrpcops.c
129
struct nfsclds *, struct nfsclds **);
sys/fs/nfs/client/nfs_clrpcops.c
131
static int nfsrpc_commitds(vnode_t, uint64_t, int, struct nfsclds *,
sys/fs/nfs/client/nfs_clrpcops.c
4226
nfsrpc_renew(struct nfsclclient *clp, struct nfsclds *dsp, struct ucred *cred,
sys/fs/nfs/client/nfs_clrpcops.c
4478
struct nfssockreq *nrp, uint32_t exchflags, struct nfsclds **dspp,
sys/fs/nfs/client/nfs_clrpcops.c
4484
struct nfsclds *dsp;
sys/fs/nfs/client/nfs_clrpcops.c
4521
dsp = malloc(sizeof(struct nfsclds) + len, M_NFSCLDS,
sys/fs/nfs/client/nfs_clrpcops.c
4872
struct nfsclds *dsp = NULL, **dspp;
sys/fs/nfs/client/nfs_clrpcops.c
4922
i = (stripecnt * sizeof(uint8_t)) / sizeof(struct nfsclds *)
sys/fs/nfs/client/nfs_clrpcops.c
4926
sizeof(struct nfsclds *), M_NFSDEVINFO, M_WAITOK | M_ZERO);
sys/fs/nfs/client/nfs_clrpcops.c
5238
struct nfsclds **dspp, NFSPROC_T *p)
sys/fs/nfs/client/nfs_clrpcops.c
5244
struct nfsclds *dsp, *tdsp;
sys/fs/nfs/client/nfs_clrpcops.c
5613
struct nfsclds **dspp;
sys/fs/nfs/client/nfs_clrpcops.c
5682
struct nfsclds *dsp, uint64_t io_off, int len, struct nfsfh *fhp,
sys/fs/nfs/client/nfs_clrpcops.c
5725
nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t io_off, int len,
sys/fs/nfs/client/nfs_clrpcops.c
5825
nfscl_freenfsclds(struct nfsclds *dsp)
sys/fs/nfs/client/nfs_clrpcops.c
5846
nfscl_getsameserver(struct nfsmount *nmp, struct nfsclds *newdsp,
sys/fs/nfs/client/nfs_clrpcops.c
5847
struct nfsclds **retdspp)
sys/fs/nfs/client/nfs_clrpcops.c
5849
struct nfsclds *dsp, *cur_dsp;
sys/fs/nfs/client/nfs_clrpcops.c
5890
nfsrpc_commitds(vnode_t vp, uint64_t offset, int cnt, struct nfsclds *dsp,
sys/fs/nfs/client/nfs_clrpcops.c
835
struct nfsclds *dsp, *ndsp, *tdsp;
sys/fs/nfs/client/nfs_clrpcops.c
877
dsp = malloc(sizeof(struct nfsclds), M_NFSCLDS, M_WAITOK | M_ZERO);
sys/fs/nfs/client/nfs_clstate.c
2458
struct nfsclds *dsp;
sys/fs/nfs/client/nfs_clvfsops.c
1373
struct nfsclds *dsp, *tdsp;
sys/fs/nfs/client/nfs_clvfsops.c
1650
struct nfsclds *dsp, *tdsp;
sys/fs/nfs/client/nfsmount.h
75
TAILQ_HEAD(, nfsclds) nm_sess; /* Session(s) for NFSv4.1. */
sys/fs/nfs/common/nfs_var.h
463
int nfsrpc_renew(struct nfsclclient *, struct nfsclds *, struct kauth_cred *,
sys/fs/nfs/common/nfs_var.h
474
struct nfssockreq *, uint32_t, struct nfsclds **, struct kauth_cred *,
sys/fs/nfs/common/nfs_var.h
498
void nfscl_freenfsclds(struct nfsclds *);
sys/fs/nfs/common/nfsclstate.h
319
struct nfsclds *nfsdi_data[0];
sys/fs/nfs/common/nfsclstate.h
326
static __inline struct nfsclds **
sys/fs/nfs/common/nfsclstate.h
78
TAILQ_ENTRY(nfsclds) nfsclds_list;