Lines Matching defs:nfscldeleg
159 struct nfscldeleg { struct
162 struct nfsclownerhead nfsdl_owner; /* locally issued state */
163 struct nfscllockownerhead nfsdl_lock;
164 nfsv4stateid_t nfsdl_stateid;
165 struct acl_entry nfsdl_ace; /* Delegation ace */
166 struct nfsclclient *nfsdl_clp;
167 struct nfsv4lock nfsdl_rwlock; /* for active I/O ops */
168 struct nfscred nfsdl_cred; /* Cred. used for Open */
169 time_t nfsdl_timestamp; /* used for stale cleanup */
170 u_int64_t nfsdl_sizelimit; /* Limit for file growth */
171 u_int64_t nfsdl_size; /* saved copy of file size */
172 u_int64_t nfsdl_change; /* and change attribute */
173 struct timespec nfsdl_modtime; /* local modify time */
174 u_int16_t nfsdl_fhlen;
175 u_int8_t nfsdl_flags;
176 u_int8_t nfsdl_fh[1]; /* must be last */