Searched refs:nfsclds (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfsclstate.h | 84 struct nfsclds { struct 85 TAILQ_ENTRY(nfsclds) nfsclds_list; 391 struct nfsclds *nfsdi_data[0]; 409 static __inline struct nfsclds **
|
H A D | nfs_var.h | 520 int nfsrpc_renew(struct nfsclclient *, struct nfsclds *, struct ucred *, 531 struct nfssockreq *, int, uint32_t, struct nfsclds **, struct ucred *, 534 struct nfssockreq *, struct nfsclds *, uint32_t, int, struct ucred *, 552 void nfscl_freenfsclds(struct nfsclds *); 642 struct nfscllayout *, struct nfsclds *); 643 void nfscl_cancelreqs(struct nfsclds *);
|
H A D | nfs_commonkrpc.c | 1500 struct nfsclds *dsp; in newnfs_nmcancelreqs()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfsmount.h | 78 TAILQ_HEAD(, nfsclds) nm_sess; /* Session(s) for NFSv4.1. */
|
H A D | nfs_clrpcops.c | 114 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 *, [all...] |
H A D | nfs_clvfsops.c | 1517 struct nfsclds *dsp, *tdsp; in mountnfs() 1864 struct nfsclds *dsp, *tdsp; in nfs_unmount()
|
H A D | nfs_clstate.c | 2736 struct nfsclds *dsp; in nfscl_renewthread() 5419 struct nfscllayout *lyp, struct nfsclds *dsp) in nfscl_dserr() 5455 nfscl_cancelreqs(struct nfsclds *dsp) in nfscl_cancelreqs()
|