Home
last modified time | relevance | path

Searched defs:nfsclclient (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/fs/nfs/common/
H A Dnfsclstate.h96 struct nfsclclient { struct
98 struct nfsclownerhead nfsc_owner;
99 struct nfscldeleghead nfsc_deleg;
100 struct nfscldeleghash nfsc_deleghash[NFSCLDELEGHASHSIZE];
101 struct nfscllayouthead nfsc_layout;
102 struct nfscllayouthash nfsc_layouthash[NFSCLLAYOUTHASHSIZE];
103 struct nfscldevinfohead nfsc_devinfo;
104 struct nfsv4lock nfsc_lock;
105 struct proc *nfsc_renewthread;
106 struct nfsmount *nfsc_nmp;
[all …]