Searched defs:nfscldeleg (Results 1 – 1 of 1) sorted by relevance
159 struct nfscldeleg { struct162 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 */[all …]