Home
last modified time | relevance | path

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

/trueos/sys/fs/nfs/
HDnfsclstate.h75 struct nfsclds { struct
76 TAILQ_ENTRY(nfsclds) nfsclds_list;
317 struct nfsclds *nfsdi_data[0];
324 static __inline struct nfsclds **
HDnfs_var.h459 int nfsrpc_renew(struct nfsclclient *, struct nfsclds *, struct ucred *,
470 struct nfssockreq *, uint32_t, struct nfsclds **, struct ucred *,
494 void nfscl_freenfsclds(struct nfsclds *);
/trueos/sys/fs/nfsclient/
HDnfsmount.h73 TAILQ_HEAD(, nfsclds) nm_sess; /* Session(s) for NFSv4.1. */
HDnfs_clrpcops.c106 struct nfsclds **, NFSPROC_T *);
112 struct nfsclds *, uint64_t, int, struct nfsfh *, struct ucred *,
115 nfsv4stateid_t *, struct nfsclds *, uint64_t, int,
118 struct nfsclds *, struct nfsclds **);
120 static int nfsrpc_commitds(vnode_t, uint64_t, int, struct nfsclds *,
822 struct nfsclds *dsp, *ndsp, *tdsp; in nfsrpc_setclient()
863 dsp = malloc(sizeof(struct nfsclds), M_NFSCLDS, M_WAITOK | M_ZERO); in nfsrpc_setclient()
4168 nfsrpc_renew(struct nfsclclient *clp, struct nfsclds *dsp, struct ucred *cred, in nfsrpc_renew()
4420 struct nfssockreq *nrp, uint32_t exchflags, struct nfsclds **dspp, in nfsrpc_exchangeid()
4426 struct nfsclds *dsp; in nfsrpc_exchangeid()
[all …]
HDnfs_clvfsops.c1245 struct nfsclds *dsp, *tdsp; in mountnfs()
1522 struct nfsclds *dsp, *tdsp; in nfs_unmount()
HDnfs_clstate.c2456 struct nfsclds *dsp; in nfscl_renewthread()