Searched defs:nfsd4_lockt (Results 1 – 2 of 2) sorted by relevance
197 struct nfsd4_lockt { struct198 u32 lt_type;199 clientid_t lt_clientid;200 struct xdr_netobj lt_owner;201 u64 lt_offset;202 u64 lt_length;203 struct nfsd4_lock_denied lt_denied;
6690 nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_lockt() function