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