Lines Matching defs:nfscldeleg
144 struct nfscldeleg { struct
147 struct nfsclownerhead nfsdl_owner; /* locally issued state */
148 struct nfscllockownerhead nfsdl_lock;
149 nfsv4stateid_t nfsdl_stateid;
150 struct acl_entry nfsdl_ace; /* Delegation ace */
151 struct nfsclclient *nfsdl_clp;
152 struct nfsv4lock nfsdl_rwlock; /* for active I/O ops */
153 struct nfscred nfsdl_cred; /* Cred. used for Open */
154 time_t nfsdl_timestamp; /* used for stale cleanup */
155 u_int64_t nfsdl_sizelimit; /* Limit for file growth */
156 u_int64_t nfsdl_size; /* saved copy of file size */
157 u_int64_t nfsdl_change; /* and change attribute */
158 struct timespec nfsdl_modtime; /* local modify time */
159 u_int16_t nfsdl_fhlen;
160 u_int8_t nfsdl_flags;
161 u_int8_t nfsdl_fh[1]; /* must be last */