Home
last modified time | relevance | path

Searched refs:nfsclds (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfsclstate.h84 struct nfsclds { struct
85 TAILQ_ENTRY(nfsclds) nfsclds_list;
395 struct nfsclds *nfsdi_data[0];
413 static __inline struct nfsclds **
H A Dnfs_var.h528 int nfsrpc_renew(struct nfsclclient *, struct nfsclds *, struct ucred *,
541 struct nfssockreq *, int, uint32_t, struct nfsclds **, struct ucred *,
544 struct nfssockreq *, struct nfsclds *, uint32_t, int, struct ucred *,
562 void nfscl_freenfsclds(struct nfsclds *);
658 struct nfscllayout *, struct nfsclds *);
659 void nfscl_cancelreqs(struct nfsclds *);
H A Dnfs_commonkrpc.c1524 struct nfsclds *dsp; in newnfs_nmcancelreqs()
/freebsd/sys/fs/nfsclient/
H A Dnfsmount.h78 TAILQ_HEAD(, nfsclds) nm_sess; /* Session(s) for NFSv4.1. */
H A Dnfs_clrpcops.c114 struct nfsclds *dsp;
158 struct sockaddr_in6 *, sa_family_t, int, int, struct nfsclds **,
170 struct nfsclds *, uint64_t, int, struct nfsfh *, int, int, int,
173 nfsv4stateid_t *, struct nfsclds *, uint64_t, int,
176 struct nfsclds *, uint64_t, int, struct nfsfh *, struct mbuf *, int, int,
179 struct nfsclds *, uint64_t, int, struct nfsfh *, struct mbuf *, int, int,
182 struct nfsclds *, struct nfsclds **, uint32_t *);
183 static int nfsio_commitds(vnode_t, uint64_t, int, struct nfsclds *,
186 static int nfsrpc_commitds(vnode_t, uint64_t, int, struct nfsclds *,
189 static int nfsio_adviseds(vnode_t, uint64_t, int, int, struct nfsclds *,
[all …]
H A Dnfs_clvfsops.c1524 struct nfsclds *dsp, *tdsp; in mountnfs()
1877 struct nfsclds *dsp, *tdsp; in nfs_unmount()
H A Dnfs_clstate.c2756 struct nfsclds *dsp; in nfscl_renewthread()
5493 struct nfscllayout *lyp, struct nfsclds *dsp) in nfscl_dserr()
5529 nfscl_cancelreqs(struct nfsclds *dsp) in nfscl_cancelreqs()