Lines Matching refs:nfsclds
117 struct nfsclds **, NFSPROC_T *);
123 struct nfsclds *, uint64_t, int, struct nfsfh *, struct ucred *,
126 nfsv4stateid_t *, struct nfsclds *, uint64_t, int,
129 struct nfsclds *, struct nfsclds **);
131 static int nfsrpc_commitds(vnode_t, uint64_t, int, struct nfsclds *,
835 struct nfsclds *dsp, *ndsp, *tdsp;
877 dsp = malloc(sizeof(struct nfsclds), M_NFSCLDS, M_WAITOK | M_ZERO);
4226 nfsrpc_renew(struct nfsclclient *clp, struct nfsclds *dsp, struct ucred *cred,
4478 struct nfssockreq *nrp, uint32_t exchflags, struct nfsclds **dspp,
4484 struct nfsclds *dsp;
4521 dsp = malloc(sizeof(struct nfsclds) + len, M_NFSCLDS,
4872 struct nfsclds *dsp = NULL, **dspp;
4922 i = (stripecnt * sizeof(uint8_t)) / sizeof(struct nfsclds *)
4926 sizeof(struct nfsclds *), M_NFSDEVINFO, M_WAITOK | M_ZERO);
5233 * If successful, a "struct nfsclds" is linked into the list for the
5238 struct nfsclds **dspp, NFSPROC_T *p)
5244 struct nfsclds *dsp, *tdsp;
5613 struct nfsclds **dspp;
5682 struct nfsclds *dsp, uint64_t io_off, int len, struct nfsfh *fhp,
5725 nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t io_off, int len,
5822 * Free up the nfsclds structure.
5825 nfscl_freenfsclds(struct nfsclds *dsp)
5846 nfscl_getsameserver(struct nfsmount *nmp, struct nfsclds *newdsp,
5847 struct nfsclds **retdspp)
5849 struct nfsclds *dsp, *cur_dsp;
5852 * Search the list of nfsclds structures for one with the same
5890 nfsrpc_commitds(vnode_t vp, uint64_t offset, int cnt, struct nfsclds *dsp,