Searched defs:nfsd4_lockt (Results 1 – 2 of 2) sorted by relevance
194 struct nfsd4_lockt { struct195 u32 lt_type;196 clientid_t lt_clientid;197 struct xdr_netobj lt_owner;198 u64 lt_offset;199 u64 lt_length;200 struct nfsd4_lock_denied lt_denied;
6071 nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_lockt() function