Lines Matching defs:nfsclclient
96 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;
107 time_t nfsc_expire;
108 u_int32_t nfsc_clientidrev;
109 u_int32_t nfsc_rev;
110 u_int32_t nfsc_renew;
134 struct nfsclclient *nfsow_clp; argument